diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bc3bc1e8..3f9c1e0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [0.14.0] - 2024-11-09 +### Added +- #2387 TWP Registration from mobile +- #3157 Web socket to replace FCM in web app +- #2953 Mobile integration test with Patrol + +### Fixed +- #3244 `To` filter should apply also for `cc` `bcc` +- #3243 some tags still be in sanitizing +- #3178 Only Space in Name verification for Identity, Rule Filter, Vacation +- 3D links not work on mobile +- Focus problem in `tab` in Basic Auth login form +- #3225 Print button blink blink +- #3222 Hide reply calendar event action button +- #3247 Cc is lost if open email from Quick search result +- #3200 Update option menu for personal folders +- Support German + ## [0.13.6] - 2024-11-07 ### Fixed - Remove app grid in mobile diff --git a/pubspec.yaml b/pubspec.yaml index a98742315..51274514f 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.13.6 +version: 0.14.0 environment: sdk: ">=3.0.0 <4.0.0"