Bump version to v0.11.5001

This commit is contained in:
Dat PHAM HOANG
2024-07-05 11:17:51 +07:00
parent 4621cb32d2
commit 5dc7f84d37
3 changed files with 20 additions and 17 deletions
+19
View File
@@ -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
-16
View File
@@ -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",
@@ -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",
+1 -1
View File
@@ -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"