From 313884044a141e6d45bfe2b6fae7fadf344be23c Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Wed, 20 Nov 2024 11:14:24 +0700 Subject: [PATCH] Bump version to v2.6.9 --- CHANGELOG.md | 20 ++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5dc9c9646..16e47b8b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [2.6.9+2330] - 2024-11-20 +### Fixed + +- #2099 Fix design review v2.6.7 +- #2018 Changed power levels in group chats +- #2122 Fix group information disappeared +- #2113 Fix text message overlaps time stamp in message bubble +- #2124 Fixed wrong url when using logout +- #1849 Fix bug weird grey counter sometimes appears +- #2068 Fix can't see message after accept invitation +- #2065 Remove save to gallery button in web + +### Added + +- #2014 Display phone number as a clickable in message bubble +- #2128 Implement QR code to download app +- #2088 Systemize app bar +- Improve style for error dialog (#2136) +- #2046 Add Group name validation + ## [2.6.8+2330] - 2024-11-13 ### Changed diff --git a/pubspec.yaml b/pubspec.yaml index 5841229ca4..9e8d948b75 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: A convenient Matrix-based tool for personal and corporate communication. publish_to: none -version: 2.6.8+2330 +version: 2.6.9+2330 environment: sdk: ">=3.1.3 <4.0.0"