Skip to content

Commit

Permalink
Merge pull request #3592 from deltachat/prep-1.54.0
Browse files Browse the repository at this point in the history
Prep 1.54.0
  • Loading branch information
adbenitez authored Feb 11, 2025
2 parents ec59061 + a93b129 commit 91f8e88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# 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
* 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"
* 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

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91f8e88

Please sign in to comment.