Skip to content

Commit

Permalink
Bump version to v0.11.5001
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Jul 5, 2024
1 parent 4621cb3 commit 5dc7f84
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.11.5001] - 2024-07-05
### Added
- #2877 Notification settings inside app
- #2901 Store composer cache to prevent user losts input when token need refresh

### Fixed
- #2644 Warning when sending large Email
- #2677 Handle sending/saving email failed with progress dialog
- #2684 Select text in Blue bar
- #2717 Improving Composer UI in mobile to have more space to input recipients
- #2671 Handle signature sometimes disappear
- #2215 Communicating l10n to remote servers
- #2919 Handle composer stability: memory leak, inout many recipients
- #2868 Bold curso should correspond to the typing text
- #2827 Prevent clicking reply before content is loaded
- #2532 Update Attachment flow in mobile app
- #2584 Improve composer mobile in toolbox (Text style, Attachment, Inline image)
- #2475 Rich text not work in composer

## [0.11.4002] - 2024-06-04
### Added
- #2764 Add PDFViewer to view preview PDF in email
Expand Down
16 changes: 0 additions & 16 deletions lib/l10n/intl_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -423,12 +423,6 @@
"placeholders_order": [],
"placeholders": {}
},
"Bad credentials": "Falsche Anmeldedaten",
"@Bad credentials": {
"type": "text",
"placeholders_order": [],
"placeholders": {}
},
"requiredPassword": "Passwort ist erforderlich",
"@requiredPassword": {
"type": "text",
Expand Down Expand Up @@ -1453,16 +1447,6 @@
"placeholders_order": [],
"placeholders": {}
},
"toastMessageMarkAsMailboxReadSuccess": "Sie haben die maximale Dateigröße erreicht. Bitte laden Sie Dateien hoch, deren Gesamtgröße kleiner ist als {maxSize}",
"@toastMessageMarkAsMailboxReadSuccess": {
"type": "text",
"placeholders_order": [
"mailboxName"
],
"placeholders": {
"mailboxName": {}
}
},
"toastMessageMarkAsMailboxReadHasSomeEmailFailure": "Sie haben {count} Nachrichten in „{mailboxName}“ als gelesen markiert",
"@toastMessageMarkAsMailboxReadHasSomeEmailFailure": {
"type": "text",
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.4
version: 0.11.5

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

0 comments on commit 5dc7f84

Please sign in to comment.