X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=CHANGELOG.md;h=9d7203164830555777d95a9b8d902f2dea207103;hb=079d069eb43804ffc87f2bb53426d4c8dc34b111;hp=79f867e629a6737bf803c812d00b1cb8cec7f20a;hpb=565809592cf2618291cb59adf31aea7ed0ee78bb;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f867e62..9d7203164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [1.0.91] - 2019-??-?? ### Added - Reverse Proxy: Do not retry failed requests to limit pressure on the peer +- Mastodon API: Add support for `fields_attributes` API parameter (setting custom fields) ### Fixed - Mastodon API: Inability to get some local users by nickname in `/api/v1/accounts/:id_or_nickname` - Mastodon API: Blocks are now treated consistently between the Streaming API and the Timeline APIs - ActivityPub: Correct addressing of Undo. - ActivityPub: Correct addressing of profile update activities. +- ActivityPub: Polls are now refreshed when necessary. - Mastodon API: Ensure the `account` field is not empty when rendering Notification entities. +- Report emails now include functional links to profiles of remote user accounts +- Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`) ### Removed - ActivityPub: The `/objects/:uuid/likes` endpoint.