diff --git a/CHANGELOG.md b/CHANGELOG.md index 062bccbf4..98e8c0b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.19.1] - 2025-09-19 +### Fixed +- Fix cannot send email after close attachment reminder dialog +- Fix thread detail next/previous +- Fix email content is broken when perform previous/next email then back to app +- Fix click twice on the signature collapse button to view signature when composer has Cc or Bcc +- TF-4029 Fix singular vs plural for attachments +- Translated using Weblate (Ukrainian) + ## [0.19.0] - 2025-09-17 ### Added - #4004 Rule filter: loading bar, preview/hide conditions, redesigned create rule view (web & mobile), new empty state diff --git a/pubspec.yaml b/pubspec.yaml index 0b76f26c7..c11322289 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.0 +version: 0.19.1 environment: sdk: ">=3.0.0 <4.0.0"