From c49599f9c8858c0466e1c7099d58df188a5bf930 Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 11 Feb 2025 11:48:55 +0100 Subject: [PATCH 1/3] update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e10ad03..870387aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Delta Chat Android Changelog +## v1.54.0 +2025-02 + +* enhanced "Saved Messages" feature, now when forwarding a message to "Saved Messages" chat, it retains the sender information and a button to jump to the original message +* improve explanation when blocking a contact +* improve wording in empty "apps" and "files" tabs in chat media screen +* remove deprecated/legacy built-in "half-camera" +* UI improvement: keep avatars aligned to message bubble when message has reactions +* fix problems when opening attachments in external apps +* fix a bug with some big images appearing as blank/transparent +* some other small bug fixes +* update translations +* update to core 1.155.4 + ## v1.52.1 2025-01 From 8403abc5b96a541a281ce6fc4dbf162441645cfc Mon Sep 17 00:00:00 2001 From: adbenitez Date: Tue, 11 Feb 2025 11:49:17 +0100 Subject: [PATCH 2/3] update version number --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8bedf3761..55887587a 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ android { useLibrary 'org.apache.http.legacy' defaultConfig { - versionCode 710 - versionName "1.52.1" + versionCode 711 + versionName "1.54.0" applicationId "com.b44t.messenger" multiDexEnabled true From a93b12909de080cf0cc9f4bf9cf7a8af49481125 Mon Sep 17 00:00:00 2001 From: adb Date: Tue, 11 Feb 2025 14:07:59 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: bjoern --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870387aa8..9c51180fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ 2025-02 * enhanced "Saved Messages" feature, now when forwarding a message to "Saved Messages" chat, it retains the sender information and a button to jump to the original message +* Saved messages are marked by a bookmark sign * improve explanation when blocking a contact * improve wording in empty "apps" and "files" tabs in chat media screen * remove deprecated/legacy built-in "half-camera"