Skip to content

Commit 876cd3b

Browse files
authored
Bump version to v2.6.0 (#1958)
1 parent aaf6a12 commit 876cd3b

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [2.6.0+2330] - 2024-07-18
2+
3+
### Fixed
4+
5+
- #1879 Fix online status is not updated correctly
6+
- #1892 Handle error recovery key lost
7+
- #1898 Fix memory leak in file picker
8+
- #1897 Fix profile image is not updated in multiple account
9+
- #1903 Check dialog status before sending file
10+
- #1911 Fix can't open chat when search exact Matrix ID
11+
- #1921 Fix iOS is forced to log out many times
12+
- #1910 Remove x when searchbar is empty
13+
- #1938 Fix wrong responsive when size of screen is small
14+
- #1930 Improve search exact Matrix ID inside Contact tab
15+
- #1948 Fix jump exactly to message in the notification on Mobile
16+
- #1946 Fix 500,404 error in POST request when login
17+
18+
### Added
19+
20+
- #1940 Upload feature
21+
- #1890 Renamed artifact to describe the OS
22+
- #1880 Standarlize Appbar and Appgrid popup
23+
- #1889 Change style loading dialog
24+
- #1894 Change message info dialog close button
25+
- #1905 Update online status based on design
26+
- #1937 Improve style for backup dialog
27+
- #1951 Integration dynamic link on android mobile
28+
- #1944 Update quick actions
29+
- #1956 Create permission dialogs for contacts and media
30+
131
## [2.5.8+2330] - 2024-05-25
232
- #1781 Upgrade to Flutter SDK 3.22.0
333

@@ -2353,6 +2383,7 @@ interesting devices. If you have one, I would very like to see some screenshots
23532383
This CHANGELOG.md was generated with [**Changelog for
23542384
Dart**](https://pub.dartlang.org/packages/changelog)
23552385

2386+
[2.6.0+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.6.0
23562387
[2.5.2+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.5.2
23572388
[2.4.20+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.20
23582389
[2.4.19+2330]: https://github.com/linagora/twake-on-matrix/releases/tag/2.4.19

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: fluffychat
22
description: A convenient Matrix-based tool for personal and corporate communication.
33
publish_to: none
4-
version: 2.5.8+2330
4+
version: 2.6.0+2330
55

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

0 commit comments

Comments
 (0)