Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into alexgleason/pleroma...
[akkoma] / CHANGELOG.md
index 3a82f7d6c59d2dd858b86a14cb8c9bb765788836..853b3aaae720595dd00cfc7d352982db9206e68a 100644 (file)
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 - Account backup
 - Configuration: Add `:instance, autofollowing_nicknames` setting to provide a way to make accounts automatically follow new users that register on the local Pleroma instance.
 - Ability to view remote timelines, with ex. `/api/v1/timelines/public?instance=lain.com` and streams `public:remote` and `public:remote:media`
+- `[:activitypub, :blockers_visible]` config to control visibility of blockers.
 
 ### Changed
 
@@ -63,6 +64,7 @@ switched to a new configuration mechanism, however it was not officially removed
 - OStatus / static FE endpoints: fixed inaccessibility for anonymous users on non-federating instances, switched to handling per `:restrict_unauthenticated` setting.
 - Mastodon API: Current user is now included in conversation if it's the only participant
 - Mastodon API: Fixed last_status.account being not filled with account data
+- See your own post when addressing a user from a blocked domain.
 
 ## Unreleased (Patch)