From 18c6930327f561de683a5936bd3811116b184747 Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Wed, 27 Nov 2024 17:41:03 +0700 Subject: [PATCH] Bump version to v2.6.11 --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cec5f5b..a791604f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [2.6.11+2330] - 2024-11-27 +### Fixed +- Fixed issue when packaging linux +- Update width button dialog +- Update input bar for draft chat and chat +- Update send button for draft chat +- #2150 Fix confirm button not displaying when changing group avatar +- #2157 Fix can't mark a chat as unread +- #2154 Fix no counter of unread messages for muted chats +### Changed +- #1927 Change animation for Search screen for mobile + + ## [2.6.10+2330] - 2024-11-20 ### Fixed - Handle default QR code link diff --git a/pubspec.yaml b/pubspec.yaml index a049bd8c7..b98e585bf 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.10+2330 +version: 2.6.11+2330 environment: sdk: ">=3.1.3 <4.0.0"