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"