diff options
| author | Mark Felder <feld@feld.me> | 2021-02-02 12:01:48 -0600 |
|---|---|---|
| committer | Mark Felder <feld@feld.me> | 2021-02-02 12:01:48 -0600 |
| commit | 28d2917c3a093e19bbaaa749a22cec0079b849b3 (patch) | |
| tree | cb9a5a933acc5d63b9f0fc310aa6f02c7b8af46b /CHANGELOG.md | |
| parent | 9272cef500308862d0d86be329bad7f41c66d4ad (diff) | |
| parent | 6a2d3fb9a3775fc0e167c71bb8a8fba3608b2f17 (diff) | |
| download | pleroma-28d2917c3a093e19bbaaa749a22cec0079b849b3.tar.gz pleroma-28d2917c3a093e19bbaaa749a22cec0079b849b3.zip | |
Merge branch 'develop' into fix/majic-nits
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f3867a2..f4f3bddb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: User and conversation mutes can now auto-expire if `expires_in` parameter was given while adding the mute. - Admin API: An endpoint to manage frontends. - Streaming API: Add follow relationships updates. -- WebPush: Introduce `pleroma:chat_mention` and `pleroma:emoji_reaction` notification types +- WebPush: Introduce `pleroma:chat_mention` and `pleroma:emoji_reaction` notification types. +- Mastodon API: Add monthly active users to `/api/v1/instance` (`pleroma.stats.mau`). +- Mastodon API: Home, public, hashtag & list timelines accept `only_media`, `remote` & `local` parameters for filtration. </details> ### Fixed @@ -58,6 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Creating incorrect IPv4 address-style HTTP links when encountering certain numbers. - Reblog API Endpoint: Do not set visibility parameter to public by default and let CommonAPI to infer it from status, so a user can reblog their private status without explicitly setting reblog visibility to private. - Tag URLs in statuses are now absolute +- Removed duplicate jobs to purge expired activities <details> <summary>API Changes</summary> |
