diff --git a/CHANGELOG.md b/CHANGELOG.md index 8015581ce2..94644dada9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,38 @@ +## [2.6.4+2330] - 2024-09-18 + +### Added + +- #1817 Added french and russian translation in camera screen +- Set uploaded appbundles status to completed + +### Fixed + +- #1878: Fix can't open notification when open Media in chat details + +## [2.6.3+2330] - 2024-09-17 + +### Fixed + +- #2022 Change explain text in permission dialog + +## [2.6.2+2330] - 2024-08-27 + +### Fixed + +- #2002 Remove unused deeplink +- #2002 Upgrade flutter_local_notifications to fix USE_FULL_SCREEN_INTENT permission + +## [2.6.1+2330] - 2024-07-25 + +### Fixed + +- #1959 Spelling errors +- #1966 Hotfix: can't get contact on web +- #1976 Hotfix: prominent disclosure update +- #1971 Fix navigation problem in forward pages +- #1979 Crash app when open play video mobile +- #1967 Support send multiple file in draft chat + ## [2.6.0+2330] - 2024-07-18 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 69e389d97c..b3d7c65a05 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.3+2330 +version: 2.6.4+2330 environment: sdk: ">=3.1.3 <4.0.0"