update changelog and version number

This commit is contained in:
adbenitez
2025-03-03 13:58:33 +01:00
parent 134fbc7188
commit 625d0ed66c
2 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -1,13 +1,15 @@
# Delta Chat Android Changelog
## v1.54.2
2025-02
## v1.54.3
2025-03
* allow to add any chat to the home screen
* update "forward message" icon and organize the messages actions bar
* do not allow non-members to change ephemeral timer settings of groups
* properly display padlock when the message is not sent over the network
* sync message deletion to other devices
* sync chat deletion across devices
* Show sender in "Saved Messages"
* allow scanning multiple QR-invitation codes without needing to wait for completion to scan the next one
* when reactions are seen in one device, remove notification from your other devices
* don't disturb with notification when someone leave a group
@@ -16,7 +18,7 @@
* prepare the app for receiving message deletion requests
* do some small bug fixes
* update translations
* update to core 1.156.1
* update to core 1.156.2
## v1.54.0
2025-02
+2 -2
View File
@@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
versionCode 713
versionName "1.54.2"
versionCode 714
versionName "1.54.3"
applicationId "com.b44t.messenger"
multiDexEnabled true