From a40eab573d5628bd5ecb1fcc4a2a108fd3cd5616 Mon Sep 17 00:00:00 2001 From: Krille Date: Sun, 24 Nov 2024 17:28:07 +0100 Subject: [PATCH] build: Bump version --- CHANGELOG.md | 92 ++++++++++++++++++++++++++++++++++++++++------------ pubspec.yaml | 2 +- 2 files changed, 73 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 273594b59..4e2b41307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,65 @@ +## v1.23.0 +- design: Highlight emoji only messages (Krille) +- design: New login design (Krille) +- docs: fix snapstore badge on website (Krille) +- feat: Add about server page (Krille) +- feat: Add default chat wallpaper (Krille) +- feat: Add markdown context actions for text input (krille-chan) +- feat: Better wallpapers with blur and opacity sliders and improved styles page (krille-chan) +- feat: Display warning banner on unverified devices (krille-chan) +- feat: New audio message design with displayed body (krille-chan) +- feat: Nicer room creation UI (krille-chan) +- feat: Open account manage url when using MAS (krille-chan) +- feat: Sending multiple files at once (krille-chan) +- feat: Swipe to archive rooms (Krille) +- fix: Bypass image compression in flutter_file_picker (q234rty) +- fix: dont use thumbnails for emoticons (Marek Vospěl) +- fix: Public rooms always publicly visible even when turned off on creation (krille-chan) +- fix: Wait for room invite before open in pushhelper (krille-chan) +- refactor: Better future loading dialog without flickering (krille-chan) +- refactor: Display two lines on new messages (krille-chan) +- refactor: Improve delete device UX flow (krille-chan) +- refactor: Load bytes from sending files later to not let app crash (krille-chan) +- refactor: Migrate to newer keyboard shortcuts package (Krille) +- refactor: Move to upstream geolocator (Krille) +- refactor: Performance boost for avatar widget (Krille) +- refactor: Remove duplicated navigator workaround (krille-chan) +- refactor: Remove keyboard shortcuts (Krille) +- refactor: Remove unnecessary builder widget (krille-chan) +- refactor: Reuse flutter local notifications object (krille-chan) +- refactor: Use adaptive dialog action (Krille) +- refactor: Use file selector on linux (krille-chan) +- refactor: Use non nullable localizations builder and lazy load on web (krille-chan) +- Revert "chore: Follow up new chat design" (Krille) +- Revert "feat: Add default chat wallpaper" (Krille) +- Revert "refactor: Performance boost for avatar widget" (krille-chan) +- Translated using Weblate (Arabic) (Rex_sa) +- Translated using Weblate (Basque) (xabirequejo) +- Translated using Weblate (Catalan) (fadelkon) +- Translated using Weblate (Chinese (Simplified Han script)) (大王叫我来巡山) +- Translated using Weblate (Czech) (Michal Bedáň) +- Translated using Weblate (Estonian) (Priit Jõerüüt) +- Translated using Weblate (Finnish) (Priit Jõerüüt) +- Translated using Weblate (Galician) (josé m) +- Translated using Weblate (German) (Christian) +- Translated using Weblate (German) (Ettore Atalan) +- Translated using Weblate (German) (Peter Wallerius) +- Translated using Weblate (Hungarian) (Zentropivity) +- Translated using Weblate (Indonesian) (Linerly) +- Translated using Weblate (Irish) (Aindriú Mac Giolla Eoin) +- Translated using Weblate (Irish) (Christian) +- Translated using Weblate (Italian) (Angelo Schirinzi) +- Translated using Weblate (Korean) (Bruno Roh) +- Translated using Weblate (Korean) (kdh8219) +- Translated using Weblate (Latvian) (Edgars Andersons) +- Translated using Weblate (Latvian) (GGLVXD) +- Translated using Weblate (Russian) (Pavel Kozhukhov) +- Translated using Weblate (Russian) (v1s7) +- Translated using Weblate (Spanish) (Kimby) +- Translated using Weblate (Turkish) (Oğuz Ersen) +- Translated using Weblate (Ukrainian) (Bezruchenko Simon) +- Translated using Weblate (Ukrainian) (Ihor Hordiichuk) + ## v1.22.0 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. @@ -5,26 +67,6 @@ FluffyChat v1.22.0 brings a new design for spaces, replaces the bottom navigatio 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) -- build: Update android target sdk to 34 (Krille) -- build: Update dependencies after release (krille-chan) -- build: Update to Flutter 3.22.3 (krille-chan) -- build: Update to Matrix SDK 0.32.0 (Krille) -- chore: Bring back add to space feature (Krille) -- chore: Bring back navrail (krille-chan) -- chore: Bring back separate chat types (krille-chan) -- chore: Chat permissions page follow up (krille-chan) -- chore: Do not hide error on file sending (Krille) -- chore: Improved create group and space design (Krille) -- chore: Make VOIP plugin less noisy in logs (krille-chan) -- chore: Move default PR template to correct dir (krille-chan) -- chore: nicer bottom sheets (krille-chan) -- chore: Nicer empty chat list placeholder (krille-chan) -- chore: Polish public room bottom sheet (krille-chan) -- chore: Show short forms of months and week days in UI (krille-chan) -- 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 @@ -32,6 +74,16 @@ mentions the msc with the key `org.matrix.msc3916.stable` in the `unstable_featu - feat: New spaces and chat list design (krille-chan) - feat: Record voice message with opus/ogg if supported (Krille) - feat: Send voice messages from web (Krille) +- feat: Add about server page (Krille) +- feat: Add default chat wallpaper (Krille) +- feat: Add markdown context actions for text input (krille-chan) +- feat: Better wallpapers with blur and opacity sliders and improved styles page (krille-chan) +- feat: Display warning banner on unverified devices (krille-chan) +- feat: New audio message design with displayed body (krille-chan) +- feat: Nicer room creation UI (krille-chan) +- feat: Open account manage url when using MAS (krille-chan) +- feat: Sending multiple files at once (krille-chan) +- feat: Swipe to archive rooms (Krille) - fix: Display only available join rules (Krille) - fix: Path correct userId to ignore list (krille-chan) - fix: Scroll to event missing the position (Krille) diff --git a/pubspec.yaml b/pubspec.yaml index 33df8aac0..9667542a4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: fluffychat description: Chat with your friends. publish_to: none # On version bump also increase the build number for F-Droid -version: 1.22.0+3535 +version: 1.23.0+3536 environment: sdk: ">=3.0.0 <4.0.0"