Bump version to v0.11.5001
This commit is contained in:
@@ -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
|
## [0.11.4002] - 2024-06-04
|
||||||
### Added
|
### Added
|
||||||
- #2764 Add PDFViewer to view preview PDF in email
|
- #2764 Add PDFViewer to view preview PDF in email
|
||||||
|
|||||||
@@ -423,12 +423,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
"Bad credentials": "Falsche Anmeldedaten",
|
|
||||||
"@Bad credentials": {
|
|
||||||
"type": "text",
|
|
||||||
"placeholders_order": [],
|
|
||||||
"placeholders": {}
|
|
||||||
},
|
|
||||||
"requiredPassword": "Passwort ist erforderlich",
|
"requiredPassword": "Passwort ist erforderlich",
|
||||||
"@requiredPassword": {
|
"@requiredPassword": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -1453,16 +1447,6 @@
|
|||||||
"placeholders_order": [],
|
"placeholders_order": [],
|
||||||
"placeholders": {}
|
"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": "Sie haben {count} Nachrichten in „{mailboxName}“ als gelesen markiert",
|
||||||
"@toastMessageMarkAsMailboxReadHasSomeEmailFailure": {
|
"@toastMessageMarkAsMailboxReadHasSomeEmailFailure": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
+1
-1
@@ -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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.11.4
|
version: 0.11.5
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user