mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
update changelog and increase version number
This commit is contained in:
parent
4b978c0124
commit
fe2ac243c7
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,16 @@
|
||||||
# Delta Chat Android Changelog
|
# 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
|
## v1.54.3
|
||||||
2025-03
|
2025-03
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@ android {
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 714
|
versionCode 715
|
||||||
versionName "1.54.3"
|
versionName "1.54.4"
|
||||||
|
|
||||||
applicationId "com.b44t.messenger"
|
applicationId "com.b44t.messenger"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue