Skip to content

Commit

Permalink
Bump version to v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Nov 20, 2024
1 parent 9d7c575 commit 2678f4b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.14.2] - 2024-11-20
### Added
- #3010 Highlight search result with SearchSnippet method
- Translate vi, ru, fr

### Fixed
- #3253 Fix body content is lost
- Close keyboard when login in iOS
- #3250 Fix share file from external app to Twake Mail
- #2528 Sorting email by order ids list of Email/query
- #3221 handle mailto with additional cc and bcc
- #3276 Fix debouncer in Quick Search web app
- #3256 Fix cache config for static file in web app

## [0.14.1] - 2024-11-13
### Changed
- Integrate with TWP production
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.1
version: 0.14.2

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 2678f4b

Please sign in to comment.