X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=CHANGELOG.md;h=90791d7bd549defb4512eaa4eaac024dbd50047f;hb=499d9405d502474f6ab42437d436561ea63920aa;hp=ce0f584cba9342aa223d2ae7aaf0a8c2e1d6965c;hpb=c69b04c49090c5d86af2e9609d0b45d091f09267;p=akkoma diff --git a/CHANGELOG.md b/CHANGELOG.md index ce0f584cb..90791d7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - User settings: Add _This account is a_ option. - A new users admin digest email - OAuth: admin scopes support (relevant setting: `[:auth, :enforce_oauth_admin_scope_usage]`). +- Add an option `authorized_fetch_mode` to require HTTP signatures for AP fetches.
API Changes @@ -115,6 +116,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Configuration: `feed.logo` option for tag feed. - Tag feed: `/tags/:tag.rss` - list public statuses by hashtag. - Mastodon API: Add `reacted` property to `emoji_reactions` +- Pleroma API: Add reactions for a single emoji.
### Fixed