diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-04-29 12:19:10 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-04-29 12:19:10 -0500 |
commit | e7ac15905e04ba33b0dd0ed32ab42cdea5dab8f9 (patch) | |
tree | 5cc9585793e2e020d75f90b99ebb91a71d56ee6b /CHANGELOG.md | |
parent | b6a69b5efda5f75ad716252c69ae658a4e885b0a (diff) | |
parent | 115673bce773f91630c3bd4fd2d0023f92bee163 (diff) | |
download | pleroma-e7ac15905e04ba33b0dd0ed32ab42cdea5dab8f9.tar.gz pleroma-e7ac15905e04ba33b0dd0ed32ab42cdea5dab8f9.zip |
Merge remote-tracking branch 'upstream/develop' into oauth-token-id
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb26c7a73..a1173414d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +### Changed + - The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. +- HTTPSecurityPlug now sends a response header to opt out of Google's FLoC (Federated Learning of Cohorts) targeted advertising. + +### Added + +- MRF (`FollowBotPolicy`): New MRF Policy which makes a designated local Bot account attempt to follow all users in public Notes received by your instance. Users who require approving follower requests or have #nobot in their profile are excluded. ## Unreleased (Patch) ### Fixed - Try to save exported ConfigDB settings (migrate_from_db) in the system temp directory if default location is not writable. +- Uploading custom instance thumbnail via AdminAPI/AdminFE generated invalid URL to the image +- Applying ConcurrentLimiter settings via AdminAPI +- User login failures if their `notification_settings` were in a NULL state. +- Mix task `pleroma.user delete_activities` query transaction timeout is now :infinity ## [2.3.0] - 2020-03-01 |