From 5b0254e5c24ef70b29068c2456cda7da11f56ef1 Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 17 Oct 2025 15:41:30 +0700 Subject: [PATCH] Bump version to v0.20.0 --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c235454..ba8943f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 doesn’t 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 ### Fixed - Remove Reply-to in one-line field diff --git a/pubspec.yaml b/pubspec.yaml index 625d7a24a..561707b52 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.19.6 +version: 0.20.0 environment: sdk: ">=3.0.0 <4.0.0"