Bump version to v0.20.0

This commit is contained in:
dab246
2025-10-17 15:41:30 +07:00
committed by Dat H. Pham
parent bfe80bdc78
commit 5b0254e5c2
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -1,3 +1,17 @@
## [0.20.0] - 2025-10-17
### Fixed
- #4045 Display storage only when storage exceeds 80% of total storage
- #4049 Pre-fill OIDC login form
- #4058 Support 16kb page size for Android
- #4066 Simplify filters
- #4068 Change profile doesnt work
- #4069 Automatically reply should be deactivated after end date
- #4084 Cannot read or scroll emails when opening them in Twake Mail on Android chrome mobile browser
- #4093 Make interface more compact
- #4102 Don't display free-busy on IMIP responses (accepted, tentative, rejected)
- White overlay hides bottom action in create identity view
- Email content disappears after marking as `star/unstar` when thread is disabled
## [0.19.6] - 2025-10-12 ## [0.19.6] - 2025-10-12
### Fixed ### Fixed
- Remove Reply-to in one-line field - Remove Reply-to in one-line field
+1 -1
View File
@@ -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.19.6 version: 0.20.0
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"