diff options
author | tusooa <tusooa@kazv.moe> | 2023-02-20 12:32:18 -0500 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-02-20 12:32:18 -0500 |
commit | db06e445f13f72cb3866605ace29d28c85522780 (patch) | |
tree | 1f8fe1bc8e8a83e3174357e92ae16083a2e5abf2 | |
parent | 410d50afe5e76100047563bae7a0a461790883dd (diff) | |
download | pleroma-db06e445f13f72cb3866605ace29d28c85522780.tar.gz pleroma-db06e445f13f72cb3866605ace29d28c85522780.zip |
Compose changelog for 2.5.1
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c15546608..628841792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed -- rel="me" was missing its cache - ### Removed +## 2.5.1 + +### Added +- Allow customizing instance languages + +### Fixed +- ~ character in urls in Markdown posts are handled properly +- Exiftool upload filter will now ignore SVG files +- Fix `block_from_stranger` setting +- Fix rel="me" +- Docker images will now run properly +- Fix inproper content being cached in report content +- Notification filter on object content will not operate on the ones that inherently have no content +- ZWNJ and double dots in links are parsed properly for Plain-text posts +- OTP releases will work on systems with a newer libcrypt +- Errors when running Exiftool.ReadDescription filter will not be filled into the image description + ## 2.5.0 - 2022-12-23 ### Removed |