From a8fbc3f9a713d95149dfc54894f2021c5a0a90db Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Tue, 22 Apr 2025 10:34:46 +0700 Subject: [PATCH] Bump version to v0.15.3 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 608d730db..668ed08c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.15.3] - 2025-04-22 +### Fixed +- #3670 Forwarding email make attachment bar disappear +- #3661 Fix memory leak for file picker +- #3674 Refactor reply email base on thunderbird logic +- Handle session in case of using isolate for Mark as Read, Empty Trash, Empty Spam + ## [0.15.2] - 2025-04-15 ### Added - #3578 Blue bar: free and busy status diff --git a/pubspec.yaml b/pubspec.yaml index c3fc247f4..ebf5315a1 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.15.2 +version: 0.15.3 environment: sdk: ">=3.0.0 <4.0.0"