Skip to content

Commit f67f21e

Browse files
committed
Bump version to v2.3.7
1 parent 6a48c17 commit f67f21e

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

+15-4
Original file line numberDiff line numberDiff line change
@@ -1706,6 +1706,19 @@ Version 0.30.0 will be the first version with arm64 support. You can download bi
17061706
This CHANGELOG.md was generated with [**Changelog for
17071707
Dart**](https://pub.dartlang.org/packages/changelog)
17081708

1709+
## [2.3.7+2330] - 2023-11-09
1710+
1711+
### Changed
1712+
1713+
- Download file in mobile/desktop base on file stream
1714+
- upgrade matrix sdk to 0.22.6
1715+
- New design for pin message
1716+
1717+
### Fixed
1718+
1719+
- Twake dialog
1720+
- Remove avatar
1721+
17091722
## [2.3.6+2330] - 2023-11-03
17101723

17111724
### Added
@@ -1722,16 +1735,13 @@ Dart**](https://pub.dartlang.org/packages/changelog)
17221735
- Search inside Chat
17231736

17241737
### Fixed
1725-
17261738
- fix inline markdown code
17271739
- scroll full screen GroupInfo
17281740
- fix search with case sensitive
17291741
- close custom tab after login
17301742

17311743
## [2.3.3+2330] - 2023-10-18
1732-
17331744
### Added
1734-
17351745
- enable emoji in web
17361746
- styling for Chat List
17371747
- new selection in chat list
@@ -1802,8 +1812,9 @@ Dart**](https://pub.dartlang.org/packages/changelog)
18021812
- Reduce unnecessary API request to Profile API
18031813
- Fix the placeholder for image to reduce memory consumption
18041814

1805-
[2.3.6+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.6
1815+
[2.3.7+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.7
18061816

1817+
[2.3.6+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.6
18071818
[2.3.3+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.3
18081819
[2.3.2+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.2
18091820
[2.3.1+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.3.1

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fluffychat
22
description: The open digital workplace.
33
publish_to: none
4-
version: 2.3.6+2330
4+
version: 2.3.7+2330
55

66
environment:
77
sdk: '>=3.1.3 <4.0.0'

0 commit comments

Comments
 (0)