Skip to content
Snippets Groups Projects
Commit 483e73ee authored by dakkar's avatar dakkar
Browse files

list new features

parent 6d1d9f5a
No related branches found
No related tags found
1 merge request!30Update for 2024.7
Pipeline #940 passed with stage
in 33 seconds
......@@ -77,13 +77,14 @@ toc: true
"search"
* you can select your preferred search engine to use when rendering
MFM `[search]`
* you can ask to be alerted when you try posting images without alt
text
* you can ask to be alerted when you try posting images / videos /
audios without alt text
* usernames with dots (like `@some.one@example.com`) are correctly
recognised
* emoji auto-complete is case-insensitive
* custom emoji names can now contain non-ASCII letters
* when searching for emoji, the closest match is shown first
* you can search your drive files and folders, by name or description
* it's always clear if a note has a poll (Misskey sometimes hides
that)
* multiple-choice polls are clearly marked as such
......@@ -118,6 +119,8 @@ toc: true
* timelines will show notes from users you follow, even if their
instance is muted
* tag view respects blocks, mutes, suspensions
* users you block will also get muted, so you shouldn't see their
notes in your timeline even if they're boosted
* poll options and media captions are checked for muted words
* you won't receive any notification for muted threads
* you can disable notifications about achievements
......@@ -162,3 +165,9 @@ toc: true
* system accounts aren't counted in the various places that show total
number of users, so your single-user instance won't show up as "4
users"
* URL previews are cached on the server, this should reduce the load
on websites that get mentioned on fedi
* it should now be possible to interact with instances that expose
WebFinger at a non-obvious URL (as long as they provide that URL in
their host-meta)
* you can connect to Redis via UNIX socket, not just TCP socket
......@@ -22,8 +22,8 @@
# script printed at the end, commit all the changes
declare -A last_commit_checked=(
["Sharkey"]=26975419aff8d14a00fb0c3c166cd7dd91c10537
["sfm-js"]=c0c2d8fc2816489e1d6402bd4e58b38374ee5e12
["Sharkey"]=5496aa27dbbb85dd6b3a1d1b253fcd9445ade38b
["sfm-js"]=eb43eb0298c04b3133e240cc235efce96213666f
)
log_cmd=( git log -u -b --word-diff=color --word-diff-regex='[[:alnum:]_]+|[^[:space:]]' --no-merges )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment