From 0bfe3e8ae02bebcf3a1059b7ced82534b79e312a Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 19 Feb 2025 18:05:08 +0700 Subject: [PATCH] Bump version to v0.14.3 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43c09c7fa..9b4abf049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## [0.14.13] - 2025-01-27 +### Fixed +- #3298 blink when refresh mail list +- #3291 Search with multiple from address +- #3264 Fix composer drag n drop +- #3292 Search by date and sort with relevance is not working +- #3294 Fix duplicate email in Blue bar: Mail to attendee +- #3295 Clickable in mail address in Blue bar +- #3296 Search with star filter +- #3315 Email display table correctly +- #3219 Display limit of email recovery +- #3275 iOS foreground desync +- #3312 Fix logout dialog for mobile app +- #3181 Display contact support for mobile +- #3290 Only show reconnection confirm dialog when composer is opened +- #3189 new option to enable/disable subaddressing for a personal folder +- #3260 Display App Grid Linagora Ecosystem +- #3454 Download all attachments as ZIP +- #2469 Fix email set into root mailbox's SENT instead of team mailbox's SENT (#3482) +- #3488 Add hide download taskbar feature +- #3466 Fix refresh folds folder +- #3444 Fix could not expand folder tree in folder visibility on iOS +- #2305 Cyrus support +- #3345 Fix sort order blinks when deleting emails in search + +### Added +- #3278 Handle open app from TWP page +- Upgrade with Flutter 3.24.5 + ## [0.14.12] - 2025-01-23 ### Fixed - #3267 Preview HTML for mobile diff --git a/pubspec.yaml b/pubspec.yaml index 9b482d932..1526f1336 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.14.12 +version: 0.14.13 environment: sdk: ">=3.0.0 <4.0.0"