diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-12-28 23:21:53 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-02-27 21:26:17 +0100 |
commit | 3bc7d122712b5cc35ba509542bde63ca130d6a40 (patch) | |
tree | 4d0195f990d63c20fbef65e103eacf78572721d6 /CHANGELOG.md | |
parent | 998437d4a4111055e019f28dd84a8af1f9a27047 (diff) | |
download | pleroma-3bc7d122712b5cc35ba509542bde63ca130d6a40.tar.gz pleroma-3bc7d122712b5cc35ba509542bde63ca130d6a40.zip |
Remove sensitive-property setting #nsfw, create HashtagPolicy
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b5f6ac0..52fdcb932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - **Breaking**: Changed `mix pleroma.user toggle_confirmed` to `mix pleroma.user confirm` - **Breaking**: Changed `mix pleroma.user toggle_activated` to `mix pleroma.user activate/deactivate` +- **Breaking:** NSFW hashtag is no longer added on sensitive posts - Polls now always return a `voters_count`, even if they are single-choice. - Admin Emails: The ap id is used as the user link in emails now. - Improved registration workflow for email confirmation and account approval modes. @@ -489,7 +490,6 @@ switched to a new configuration mechanism, however it was not officially removed - Static-FE: Fix remote posts not being sanitized ### Fixed -======= - Rate limiter crashes when there is no explicitly specified ip in the config - 500 errors when no `Accept` header is present if Static-FE is enabled - Instance panel not being updated immediately due to wrong `Cache-Control` headers |