diff --git a/CHANGELOG.md b/CHANGELOG.md index 09bb21f764..255a2fdb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index 9016216518..8240a11f3b 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -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", diff --git a/pubspec.yaml b/pubspec.yaml index 063059f69c..d4926d2441 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"