Skip to content

Commit 623b8ce

Browse files
committed
Bump version to v0.14.15
1 parent 0e2ea6a commit 623b8ce

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.14.15] - 2025-03-10
2+
### Added
3+
- #3349 Sender can set priority in composer
4+
- #3349 Display priority in Email list
5+
6+
### Fixed
7+
- #3517 Fix "Reply to *me*" field is added when save an email as draft
8+
- #3407 Enable SelectableText for email display name in EmailAddressDialogBuilder
9+
- #3318 Fix black pixel when clicking on attachment with long name
10+
- #3316 Fix inconsistent vacation message
11+
- #3293 Fix blue bar cannot select action banner text
12+
- #3461 Add sort by message size
13+
- #3472 Only display attachment in one line
14+
- #3514 Detect base64 image and transform to CID attachment
15+
- #3539 Autocomplete not show display name
16+
- #3539 Can not paste emails in mouse out focus and tab button
17+
118
## [0.14.14] - 2025-02-25
219
### Added
320
- Translation vi, ta, ru, fr, de

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.14.14
18+
version: 0.14.15
1919

2020
environment:
2121
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)