X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=inline;f=CHANGELOG.md;h=6a1ae9cb6d68244b75c2c5b4e81ffc25ad40563d;hb=2dea4a8c041e48bbae2ec6f201b4c0e95b8131ae;hp=231cac990c0c82f38313f0c5bb56aee656472884;hpb=773708cfe82233071ccbce4e3a7c924c8397bcda;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index 231cac990..6a1ae9cb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +### Removed + +- MastoFE + ### Changed +- Allow users to remove their emails if instance does not need email to register ### Added @@ -15,10 +20,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed -## Unreleased-patch +## 2.4.1 - 2021-08-29 + +### Changed +- Make `mix pleroma.database set_text_search_config` run concurrently and indefinitely + +### Added +- AdminAPI: Missing configuration description for StealEmojiPolicy + +### Fixed +- MastodonAPI: Stream out Create activities +- MRF ObjectAgePolicy: Fix pattern matching on "published" +- TwitterAPI: Make `change_password` and `change_email` require params on body instead of query +- Subscription(Bell) Notifications: Don't create from Pipeline Ingested replies +- AdminAPI: Fix rendering reports containing a `nil` object - Mastodon API: Activity Search fallbacks on status fetching after a DB Timeout/Error +- Mastodon API: Fix crash in Streamer related to reblogging +- AdminAPI: List available frontends when `static/frontends` folder is missing +- Make activity search properly use language-aware GIN indexes +- AdminAPI: Fix suggestions for MRF Policies -## 2.4.0 - 2021-08-xx +## 2.4.0 - 2021-08-08 ### Changed