Skip to content

Commit

Permalink
Bump version to v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Feb 3, 2024
1 parent 2ce8921 commit daafff8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [0.11.4] - 2024-02-03
### Added
- Add content-Language & Accept-Languagle to body
- Translate: Arabixc, Vietnamese, Russian, French, Korean

### Fixed
- Fix edit dialog for insert link
- Dont remove firebase token anymore
- \#2465 Fix wrong format date time in Blue Bar
- \#2497 support http in server url configuration
- \#2464 fix plain notification in iOS
- \#2492 Try to delete signature button in sending email
- \#2475 Fix Rich text toolbox in mobile app
- \#2459 fix error for reply to fiels when reply email
- \#2461 Fix side effect of QueueInterceptor when 401
- \#2510 avoid in attachment list
- \#2510 avoid rtf inline in attachment list
- \#2513 fade text & some svg not work
- \#2357 some icon and text have not good in view
- \#2528 sort thread get email base on the /Query response
- \#2538 web mail in mobile browser have some white line in border

## [0.11.3] - 2024-01-12
### Fixed
- Get plain notification on iOS
Expand Down Expand Up @@ -385,6 +407,7 @@
- \#1512 remove plain text input for signature
- \#1469 remove animation when navigating screen

[0.11.4]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.4
[0.11.3]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.3
[0.11.2]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.2
[0.11.0]: https://github.com/linagora/tmail-flutter/releases/tag/v0.11.0
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.11.3
version: 0.11.4

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

0 comments on commit daafff8

Please sign in to comment.