Merge branch 'develop' into stable
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 8 Oct 2022 11:12:52 +0000 (12:12 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sat, 8 Oct 2022 11:12:52 +0000 (12:12 +0100)
1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index 96b80693c2226a6f76736bac375e446101395fbe,ece6af0d2883cec5c0fd01f1948980541b513958..90a5910e72a7a5d6977e143dfa5f680603b72bd6
@@@ -4,6 -4,21 +4,21 @@@ All notable changes to this project wil
  
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
  
+ ## 2022.10
+ ### Added
+ - Ability to sync frontend profiles between clients, with a name attached
+ - Status card generation will now use the media summary if it is available
+ ### Changed
+ - Emoji updated to latest 15.0 draft
+ - **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts`
+ ### Fixed
+ - OAuthPlug no longer joins with the database every call and uses the user cache
+ - Undo activities no longer try to look up by ID, and render correctly
+ - prevent false-errors from meilisearch
  ## 2022.09
  
  ### Added
@@@ -18,6 -33,7 +33,7 @@@
  ### Changed
  - MFM parsing is now done on the backend by a modified version of ilja's parser -> https://akkoma.dev/AkkomaGang/mfm-parser
  - InlineQuotePolicy is now on by default
+ - Enable remote users to interact with posts
  
  ### Fixed
  - Compatibility with latest meilisearch
  
  ## 2022.08
  
 +### Removed
 +- Non-finch HTTP adapters. `:tesla, :adapter` is now highly recommended to be set to the default.
 +
 +## 2022.08
 +
  ### Added
  - extended runtime module support, see config cheatsheet
  - quote posting; quotes are limited to public posts
@@@ -49,7 -60,6 +65,6 @@@
    - amd64 is built for debian stable. Compatible with ubuntu 20.
    - ubuntu-jammy is built for... well, ubuntu 22 (LTS)
    - amd64-musl is built for alpine 3.16
- - Enable remote users to interact with posts
  
  ### Fixed
  - Updated mastoFE path, for the newer version