From 9ef068af8596e6ccaffbb82cc44b24b1e265fc98 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Wed, 17 Sep 2025 23:11:24 +0700 Subject: [PATCH] Bump version to v0.19.0 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154d84e0b..062bccbf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +## [0.19.0] - 2025-09-17 +### Added +- #4004 Rule filter: loading bar, preview/hide conditions, redesigned create rule view (web & mobile), new empty state +- #4009 Attachment text detector +- #3985 Premium capability for paywall when running in SaaS mode +- #3977 Option for Disable/Enable Spam banner +- #3996 Group context menu actions + +### Changed +- #4002 Change folder creation modal + +### Fixed +- Fix cannot drag & drop attachment from email detailed view to composer on web +- Fix cannot open email on tablet/iPad +- #4014 Fix copy & paste images broken after going full screen +- #4011 Support arrow keys to regain focus after deleting a recipient +- #3894 Fix blank email content when opening email (stalwart) +- #4000 Improve attachment handling in detailed view (show all button hidden by default) +- #3998 Reduce size of toggle in vacation settings +- #3989 Open email modal with single click on mobile & web +- HOTFIX: Enable reply toggle regardless of thread setting +- HOTFIX: Enable iOS quote toggle +- HOTFIX: Realtime update while searching on mobile +- HOTFIX: Next/Previous navigation broken after realtime update (#3990) + +### Tests +- Added numerous E2E and integration tests: + - Mailbox actions: switch, pull to refresh, toggle read/star/spam, mark unread, move/delete, quick filter, count real-time update, subfolder management + - Composer: read receipt, attachment & inline + - Email view: view inline images, download attachment, scroll long/short/XSS content, copy email address, display address info + - Rule creation: by email address, list redesign, no-content state + - Reply email with Reply-To + - Trash/Spam mailbox empty & recover + - Team mailbox receive email, quota view increase, search mailbox + - Logout flow + ## [0.18.4] - 2025-08-28 ### Fixed - Handle color picker in vacation, identity diff --git a/pubspec.yaml b/pubspec.yaml index ad2224332..0b76f26c7 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.18.4 +version: 0.19.0 environment: sdk: ">=3.0.0 <4.0.0"