diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a3d8997..761960574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Delta Chat Android Changelog +## v1.49.0 +2024-11 + +* New emoji picker with support for more emojis +* Webxdc apps can now trigger notifications +* Webxdc apps can now deep-link to internal sections when you click their info-messages in chat +* Add "Show in Chat" to the menu of opened Webxdc apps +* Reverse order of messages in the notification group +* Notify reactions to own messages +* Improve the button to start Webxdc apps +* Make account deletion confirmation dialog faster +* Rename "Back up Chats to External Storage" to "Export Backup" +* Improve compatibility with classic email clients in the outgoing messages +* Removed internal font scaling setting in favor of the better system settings +* Use privacy-preserving webxdc addresses +* Use Rustls for connections with strict TLS +* fix: Trim whitespace from scanned QR codes. +* fix quotes: Line-before-quote may be up to 120 character long instead of 80 +* fix: Prevent accidental wrong-password-notifications +* fix: Remove footers from "Show Full Message..." +* fix: Only add "member added/removed" messages if they actually do that +* fix: Update state of message when fully downloading it +* fix: send message: Do not fail if the message does not exist anymore +* fix: Do not percent-encode dot when passing to autoconfig server (so, fix handling of some servers) +* fix displaynames not being updated when intially scanned by a QR code +* several bug fixes +* update to core 1.151.2 + ## v1.48.3 2024-10 diff --git a/build.gradle b/build.gradle index 75e462c9a..ad7dcc2cd 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ android { useLibrary 'org.apache.http.legacy' defaultConfig { - versionCode 701 - versionName "1.48.3" + versionCode 702 + versionName "1.49.0" applicationId "com.b44t.messenger" multiDexEnabled true diff --git a/scripts/upload-beta.sh b/scripts/upload-beta.sh index aa8fa331b..71e274b6a 100755 --- a/scripts/upload-beta.sh +++ b/scripts/upload-beta.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash VERSION=$1