From 2542b3e772e9b6e1ebd5ef5ba81b10e00fa0c2d7 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Fri, 3 Jan 2025 23:26:47 +0700 Subject: [PATCH] Bump version to v0.14.6 --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1496ced9..e76d20f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.14.6] - 2025-01-03 +### Fixed +- #3372 Paging empty trash +- #3370 Limit Email/set with limit is min of (50, maxObjectsInSet) +- #3379 Show replyAll button in case recipients not include me +- #3385 Realtime update UI base on Email/set +- #3344 Paste recipients to composer + ## [0.14.5] - 2024-12-26 ### Fixed - #3336 Make Echo ping of web socket optional diff --git a/pubspec.yaml b/pubspec.yaml index c79f835f3..35881c498 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.5 +version: 0.14.6 environment: sdk: ">=3.0.0 <4.0.0"