X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=6438c99570afedb52b8960b72e43d8da967db651;hb=b988e9cc8bdb23f239e2e7b4b16ca2fdf5c61cf3;hp=051050a9489ba6bfa6f4923db44a40d71a14104b;hpb=99edfba3da2a8cd174a46005192cad1f97602287;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index 051050a94..6438c9957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [2.2.1] - 2020-12-22 + +### Changed +- Updated Pleroma FE + +### Fixed + +- Config generation: rename `Pleroma.Upload.Filter.ExifTool` to `Pleroma.Upload.Filter.Exiftool`. +- S3 Uploads with Elixir 1.11. +- Mix task pleroma.user delete_activities for source installations. +- Search: RUM index search speed has been fixed. +- Rich Media Previews sometimes showed the wrong preview due to a bug following redirects. +- Fixes for the autolinker. +- Forwarded reports duplication from Pleroma instances. + +
+ API +- Statuses were not displayed for Mastodon forwarded reports. +
+ + ## [2.2.0] - 2020-11-12 ### Security @@ -67,6 +88,10 @@ switched to a new configuration mechanism, however it was not officially removed 3. Restart Pleroma +### Fixes +- Config generation: rename `Pleroma.Upload.Filter.ExifTool` to `Pleroma.Upload.Filter.Exiftool` +- S3 Uploads with Elixir 1.11 + ## [2.1.2] - 2020-09-17 ### Security