Skip to content

Commit

Permalink
Bump version to v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Sep 29, 2023
1 parent de4b769 commit 8b53ab6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1706,6 +1706,16 @@ Version 0.30.0 will be the first version with arm64 support. You can download bi
This CHANGELOG.md was generated with [**Changelog for
Dart**](https://pub.dartlang.org/packages/changelog)

## [2.3.1+2330] - 2023-09-29

### Fixed

- loading in search inside app
- chat list selection
- video player
- focus in connect page
- upload thumbnail and calculate blur hash

## [2.3.0+2330] - 2023-09-25

### Added
Expand All @@ -1718,27 +1728,22 @@ Dart**](https://pub.dartlang.org/packages/changelog)
- New video player

### Changed

- Filter event in Chat
- Change preview link based on Matrix API

### Fixed

- Show/Hide emoji picker
- Navigator context
- Update Thumbnail with correct size
- Fix Delivery status
- Improve backup process for not only mobile but also web

## [2.2.4+2330] - 2023-09-08

### Added

- Chat with external contact
- Translation for Fr/Ru

### Changed

- Support exactly image picker for user
- Change the logic of path and navigation in web app
- sendOnEnter by default in web
Expand All @@ -1752,6 +1757,7 @@ Dart**](https://pub.dartlang.org/packages/changelog)
- Reduce unnecessary API request to Profile API
- Fix the placeholder for image to reduce memory consumption

[2.3.0+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.0
[2.3.1+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.1

[2.3.0+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.0
[2.2.4+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.2.4
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fluffychat
description: The open digital workplace.
publish_to: none
version: 2.3.0+2330
version: 2.3.1+2330

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 8b53ab6

Please sign in to comment.