From 36c386bb90b51c2a44e9d1cb517a3a842a05db38 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Thu, 24 Jul 2025 17:03:49 +0700 Subject: [PATCH] Bump version to v0.17.2 --- CHANGELOG.md | 8 +++++++- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 042436682..4f5290fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## [0.17.0] - 2025-07-21 +## [0.17.2] - 2025-07-24 +### Fixed +- Safari long email content be clipped +- Safari drag n drop image be placed under signature +- Remove space in Re/Fwd and `:` in French + +## [0.17.1] - 2025-07-21 ### Fixed - Blank email in thread detail after open email from notification - Content spacing between email in thread detail diff --git a/pubspec.yaml b/pubspec.yaml index 3458f246c..d1350b0d0 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.17.1 +version: 0.17.2 environment: sdk: ">=3.0.0 <4.0.0"