From 691b9fdff24066b8c489e63c9992c951a47019a1 Mon Sep 17 00:00:00 2001 From: dab246 Date: Wed, 16 Oct 2024 12:06:54 +0700 Subject: [PATCH] Bump version to v0.13.3 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7e38716..3a6c0684b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## [0.13.3] - 2024-10-16 +### Fixed +- \#3002 \[SEARCH\] More filters +- \#3004 \[SEARCH\] Fix open close advanced search looses data +- \#3005 \[SEARCH\] Easily clear From and To search result header +- \#3006 \[SEARCH\] mail address handling in quick search bar +- \#3007 \[SEARCH\] Support drag and drop between From & To field +- \#3025 \[SEARCH\] Mark as read/unread/important/unimportant action refresh email view, reset selection in Search +- \#3192 \[SEARCH\] Update highlight style as design +- \[SEARCH\] Add suggestion for From/To dialog when input is new email address +- \#3045 Hide compose button situationally on mobile +- Show app version on login view +- \#2983 Fix download EML with special character +- Fix alignment receive time in email view +- Remove space when subject is empty or null +- Remove blink blink of next & previous button in Email View +- Fix hyperlink iOS still show full link +- Replace dart:ui to dart:ui\_web when platformViewRegistry in dart:ui is deprecated +- \#3183 Clean up draft after email sent +- \#3034 Prevent duplicate draft warning +- \#3171 Fix duplicate signature button on Composer view changed +- Simplified the prebuild script +- Translation vi, ru, fr, de + ## [0.13.2] - 2024-09-18 ### Added - User guide @@ -613,6 +637,7 @@ - \#1512 remove plain text input for signature - \#1469 remove animation when navigating screen +[0.13.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.13.3 [0.11.4002]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.4002 [0.11.4001]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.4001 [0.11.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.3 diff --git a/pubspec.yaml b/pubspec.yaml index 0e3f360dc..2a24cf35b 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.13.2 +version: 0.13.3 environment: sdk: ">=3.0.0 <4.0.0"