From f1bc34ed0ff5eecb4610aa6b767e22589f50bdda Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 5 Jan 2024 11:54:57 +0700 Subject: [PATCH] Bump version to v2.4.12 --- CHANGELOG.md | 15 ++++++++++++++- pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cfa272c88..d266ad1793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [2.4.12+2330] - 2024-01-05 +### Added +- upgrade flutter 3.16.5 +- paste multiple images to web platform + +### Fixed +- change solution to copy/paste in composer +- handle receive login token in direct URL + +### Removed +- location, geolocator related functions +- microphone usage + ## [2.4.10+2330] - 2023-12-27 ### Added @@ -2122,8 +2135,8 @@ interesting devices. If you have one, I would very like to see some screenshots This CHANGELOG.md was generated with [**Changelog for Dart**](https://pub.dartlang.org/packages/changelog) +[2.4.12+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.12 [2.4.10+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.10 - [2.4.6+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.6 [2.4.5+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.5 [2.4.2+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.2 diff --git a/pubspec.yaml b/pubspec.yaml index c55b8b0d45..3e96cdd6c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.4.11+2330 +version: 2.4.12+2330 environment: sdk: '>=3.1.3 <4.0.0'