diff options
author | tusooa <tusooa@kazv.moe> | 2023-03-02 00:50:02 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-03-02 00:50:02 +0000 |
commit | fd46f83d2daca51055633875671e5fa41e454ca4 (patch) | |
tree | ea2c9dd75a806fbfd2e916fbf64fafaaee73774d /CHANGELOG.md | |
parent | f76c1d4f70fdda6da621a46fb75891e68e266946 (diff) | |
parent | 938e238ea10f2e56316650892ad6ba1dd46b3ea5 (diff) | |
download | pleroma-fd46f83d2daca51055633875671e5fa41e454ca4.tar.gz pleroma-fd46f83d2daca51055633875671e5fa41e454ca4.zip |
Merge branch 'release/2.5.1' into 'stable'
release: 2.5.1
See merge request pleroma/pleroma!3841
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 18da66e8b..6a7ec1032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,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 |