diff --git a/CHANGELOG.md b/CHANGELOG.md index dffe03e31d..3070843a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [2.4.5+2330] - 2023-12-11 + +### Added + +- Create unencrypted Direct Message +- Preview image before sending +- Search for unencrypted message +- Add NSE to get plain notification +- profile info + +### Changed + +- new app id +- Jump to message +- Refactor Message widget +- Update correct style for app + +### Fixed + +- thumbnail image in preview link + ## [2.4.2+2330] - 2023-11-28 ### Added @@ -2070,6 +2091,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.5+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.5+2330 + [2.4.2+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.2 [2.4.1+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.1 diff --git a/pubspec.yaml b/pubspec.yaml index df460ef3f0..a532ca6cd2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: fluffychat description: The open digital workplace. publish_to: none -version: 2.4.3+2330 +version: 2.4.5+2330 environment: sdk: '>=3.1.3 <4.0.0'