summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2021-02-02 17:57:58 +0000
committerfeld <feld@feld.me>2021-02-02 17:57:58 +0000
commitd289ad8579dacdf1459bbbdaf404bfcd042255ae (patch)
treeda6bfbe54853ad66dd81763e7b8d3be3b121a2a3 /CHANGELOG.md
parentc369d2b93028e4dc11f1f2c4cd7380ee0392ccac (diff)
parent6a2d3fb9a3775fc0e167c71bb8a8fba3608b2f17 (diff)
Merge branch 'develop' into 'fix/2411-mutes-api'
# Conflicts: # CHANGELOG.md # docs/development/API/differences_in_mastoapi_responses.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2b7e5671..504ba2fb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -49,6 +49,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Admin API: An endpoint to manage frontends.
- Streaming API: Add follow relationships updates.
- 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.
- Mastodon API: `/api/v1/accounts/:id` & `/api/v1/mutes` endpoints accept `with_relationships` parameter and return filled `pleroma.relationship` field.
</details>
@@ -59,6 +61,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>