diff options
author | tusooa <tusooa@kazv.moe> | 2023-03-02 02:25:11 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-03-02 02:25:11 +0000 |
commit | 714bf0cb2332050a3a64c6197dae729cf7de1b95 (patch) | |
tree | 801241b58afee15329bcd7dbfb5ed1d888e6c4c6 /CHANGELOG.md | |
parent | 8a0162cd9694a1c5bf131fefb6e6a8d3dcb68fae (diff) | |
parent | f33401f54be8c216d04e4bd9747801309dd2b4a6 (diff) | |
download | pleroma-714bf0cb2332050a3a64c6197dae729cf7de1b95.tar.gz pleroma-714bf0cb2332050a3a64c6197dae729cf7de1b95.zip |
Merge branch 'mergeback/2.5.1' into 'develop'
mergeback: 2.5.1
See merge request pleroma/pleroma!3846
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c15546608..1c15cbe3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed +## 2.5.1 + +### Added +- Allow customizing instance languages + +### Fixed +- Security: uploading HTTP endpoint can no longer create directories in the upload dir (internal APIs, like backup, still can do it.) +- ~ 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 |