From 3debad2cdb21bb2df06e7ce5307ea56e84b90c6e Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 21 Nov 2023 15:37:27 +0700 Subject: [PATCH] Bump version to v0.10.5 Signed-off-by: dab246 (cherry picked from commit 89f6a57830d1ab332d241e722dc2f1c9bd6f0c0e) --- CHANGELOG.md | 19 +++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a77c6e6..b04b4a5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## Unreleased +### Added +- Support multiple condition/actions for Filter Rule +- Support Cyrus/Stalwart server +- Sorting search results +- Autocompleting people in quick search +- JMAP endpoint auto discovery +- Unsubscribe from email/mailing lists + +### Fixed +- Suggestion displayed on top when having many recipients +- Add field 'From' to composer +- Change input suggestion field for fields 'From/To' in advance search +- Spam banner +- Mark as read when moved to spam +- User has been log out once the network connection is not stable +- Offline mode on iOS +- Selection mode when dragging and moving email + ## [0.10.4] - 2023-10-31 ### Added - Communicating L18n to remote servers diff --git a/pubspec.yaml b/pubspec.yaml index 2695c4c70..518a0b37e 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.10.4 +version: 0.10.5 environment: sdk: ">=3.0.0 <4.0.0"