summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-12-23 13:35:41 +0000
committerlain <lain@soykaf.club>2020-12-23 13:35:41 +0000
commitf64237927c05173e4f29dbbd2a563f123690da7e (patch)
tree9b04b38c735ba732066dcaf0323aa53c1da90622 /CHANGELOG.md
parent15550f7c4bf75401d0f18add0f847f640acc6627 (diff)
parent843d2074fe79637016579c27062889a7e5371b7a (diff)
Merge branch 'release/2.2.1' into 'stable'v2.2.1
Release/2.2.1 See merge request pleroma/pleroma!3214
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md26
1 files changed, 25 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 051050a94..f32014f1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,31 @@ 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.
+
+- <details>
+ <summary>API</summary>
+ - Statuses were not displayed for Mastodon forwarded reports.
+ </details>
+
+### Upgrade notes
+
+1. Restart Pleroma
+
+
## [2.2.0] - 2020-11-12
### Security
@@ -66,7 +91,6 @@ switched to a new configuration mechanism, however it was not officially removed
- From Source: `mix ecto.migrate`
3. Restart Pleroma
-
## [2.1.2] - 2020-09-17
### Security