diff --git a/CHANGELOG.md b/CHANGELOG.md index e5dc9c964..2ec6be9d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [2.6.9+2330] - 2024-11-20 +### Fixed + +- #2101 Fix design review v2.6.7 +- #2117 Changed power levels in group chats +- #2123 Fix group information disappeared +- #2127 Fix text message overlaps time stamp in message bubble +- #2126 Fixed wrong url when using logout +- #2134 Fix bug weird grey counter sometimes appears +- #2133 Fix can't see message after accept invitation +- #2138 Remove save to gallery button in web + +### Added + +- #2120 Display phone number as a clickable in message bubble +- #2128 Implement QR code to download app +- #2088 Systemize app bar + ## [2.6.8+2330] - 2024-11-13 ### Changed diff --git a/pubspec.yaml b/pubspec.yaml index 5841229ca..9e8d948b7 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"