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

new features we added for 2024.9

parent 818dfe04
No related branches found
No related tags found
1 merge request!34new features we added for 2024.9
Pipeline #1407 passed with stage
in 17 seconds
......@@ -16,6 +16,7 @@ toc: true
Pleroma / Akkoma, Misskey / Firefish and forks, Twitter, Instagram,
Facebook, including attachments (threading may not work perfectly,
and other people's replies to your posts may not get imported)
* "following" view, inspired by Cohost's "following feed"
* admins can require approval for new users' signups
* admins can silence users
* admins can mark all of a user's media, or a whole remote instance,
......@@ -35,7 +36,8 @@ toc: true
* (federated) listenbrainz integration
* (federated) background image on user profiles
* "speak as cat" separate from "is a cat" (both setting are federated
with compatible software)
with compatible software, and you can turn off cat-speak for all
notes you see)
* themes can specify a font, so you can use whatever font is most
legible for you
* you can change the way note threads are show to be more like
......@@ -48,6 +50,8 @@ toc: true
* when you have unread notifications, the browser icon can show a dot
* you can create an antenna showing "all users from these instances"
instead of having to list each remote user
* avatar decorations can be placed behind your avatar picture (so it
can have a tail)
### UI/UX
......@@ -120,6 +124,8 @@ toc: true
instance is muted
* tag view respects blocks, mutes, suspensions
* users you block will also get muted, so you shouldn't see their
* when looking at a user's profile, you can see if you've blocked or
muted them
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
......@@ -128,6 +134,10 @@ toc: true
error messages
* web interface language is saved and restored as part of the
"preferences backup" feature
* when following links to external sites, you're asked for
confirmation (you and your admins can set lists of destination
domains that won't trigger the confirmation dialog)
* note attachments are navigable via keyboard
### Ones of interest to admins
......@@ -140,9 +150,13 @@ toc: true
* admins can refresh remote user details
* admins can set a default emoji for likes/reactions
* admins can set a list of custom "message of the day"
* admins can change the maximum note length
* admins can change the maximum note length, separately for local
notes (it limits the combined size of cw + main text) and remote
notes (you can limit cw and main text separately), and the maximum
alt text length (separately for local and remote images)
* admins can set a URL for donations
* moderators can delete all of a user's files
* moderators can delete all files from a remote instance
* the PWA icon matches the instance icon
* deleted custom emoji are automatically removed from Drive
* container images are much smaller (we don't ship unused
......@@ -176,3 +190,18 @@ toc: true
* in addition to "authorized fetch", you can disable
`attachLdSignatureForRelays to stop sending LD-Signatures to relays
* more checks at startup: db reachability, config file presence
* you can't accidentally delete your own instance's "system accounts"
* information about remote instances includes following/followers
relations, and actions that break federation remind you of how many
relations will be severed
* when an instance is blocked or silenced because it's on a sub-domain
of a blocked / silenced domain, you get a clear message about it,
and the buttons to un-block / un-silence are disabled instead of
just useless
* you can automatically reject reports from an instance
* abuse reports are rendered better in small viewports like phones
* welcome page and sidebar can have their own image, instead of
sharing the instance icon, so you can have your big fancy logo
without having to fork Sharkey
* if your donation link goes to Open Collective, your supporters will
be shown in the "about" page
......@@ -22,8 +22,8 @@
# script printed at the end, commit all the changes
declare -A last_commit_checked=(
["Sharkey"]=9cf40ef4528a2a61d3d61d3a32abc7b787d05eca
["sfm-js"]=079b0dd6555aa0c7f27b9a85ac3c3b60f5b18e8b
["Sharkey"]=a90b4d487a7dd7bbd689701cbd07ff77868a5c14
["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