Bump version to v0.19.0
This commit is contained in:
@@ -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
|
## [0.18.4] - 2025-08-28
|
||||||
### Fixed
|
### Fixed
|
||||||
- Handle color picker in vacation, identity
|
- Handle color picker in vacation, identity
|
||||||
|
|||||||
+1
-1
@@ -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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.18.4
|
version: 0.19.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user