From 50374a005dbbf8cccc85cc06ab18820bdeb34203 Mon Sep 17 00:00:00 2001 From: "Dat H. Pham" Date: Fri, 27 Feb 2026 14:55:27 +0700 Subject: [PATCH] Bump version to v0.24.14 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3a46d7c..dc60a9053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.24.14] - 2026-02-27 +### Fixed +- TF-4350 cannot focus in folder creator modal and create rule modal in Safari when email open + ## [0.24.13] - 2026-02-25 ### Fixed - TF-4344 Selected language not reflect current language diff --git a/pubspec.yaml b/pubspec.yaml index 19efcea76..fa107660b 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.24.13 +version: 0.24.14 environment: sdk: ">=3.0.0 <4.0.0"