update changelog and increase version number

This commit is contained in:
adbenitez 2025-03-10 23:18:51 +01:00 committed by adb
parent 4b978c0124
commit fe2ac243c7
2 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,16 @@
# Delta Chat Android Changelog
## v1.54.4
2025-03
* allow better avatar (profile picture) quality
* remove notifications from chat that was deleted from other device
* when a chat is deleted, also delete its messages from server
* avoid freezing when opening the app for the first time after install
* avoid crash when adding chat shortcut to home screen
* some small bug fixes and updated translations
* update to core 1.156.3
## v1.54.3
2025-03

View file

@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy'
defaultConfig {
versionCode 714
versionName "1.54.3"
versionCode 715
versionName "1.54.4"
applicationId "com.b44t.messenger"
multiDexEnabled true