From 1227d762c35492663785b4852fcdefa54b0b7e83 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 25 Aug 2024 18:09:54 +0200 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7132708af..273594b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ FluffyChat v1.22.0 brings a new design for spaces, replaces the bottom navigation bar with filter chips and makes it finally possible to play ogg audio messages on iOS. A lot of other fixes and improvements have also been added to this release. +FluffyChat also now uses the new authenticated media endpoints if the server supports Matrix v1.11 or +mentions the msc with the key `org.matrix.msc3916.stable` in the `unstable_features`. + - build: (deps): bump docker/build-push-action from 5 to 6 (dependabot[bot]) - build(deps): bump rexml from 3.2.8 to 3.3.3 in /ios (dependabot[bot]) - build: Remove permissions for screensharing until it is fixed (Krille) @@ -24,6 +27,7 @@ FluffyChat v1.22.0 brings a new design for spaces, replaces the bottom navigatio - chore: Sligthly improve chat permissions page design (krille-chan) - design: Add snackbar with link to changelog on new version (Krille) - docs: Update privacy policy (krille-chan) +- feat: Support for matrix auth media endpoints - feat: Convert opus to aac on iOS before playing (Krille) - feat: New spaces and chat list design (krille-chan) - feat: Record voice message with opus/ogg if supported (Krille)