mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
commit
6e0759f719
2 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
||||||
# Delta Chat Android Changelog
|
# Delta Chat Android Changelog
|
||||||
|
|
||||||
|
## v1.52.0
|
||||||
|
2025-01
|
||||||
|
|
||||||
|
* new group consistency algorithm
|
||||||
|
* fix: don't show animated .webp stickers as static stickers
|
||||||
|
* fix the chat shortcuts (created via long-press in launcher) to properly support multi-profile
|
||||||
|
* fix some small bugs in certain android versions and special situations
|
||||||
|
* avoid the app freezing in slow phones in some situations
|
||||||
|
* improve menu in the help screen
|
||||||
|
* update translations
|
||||||
|
* update to core 1.155.0
|
||||||
|
|
||||||
## v1.50.5
|
## v1.50.5
|
||||||
2025-01
|
2025-01
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,8 @@ android {
|
||||||
useLibrary 'org.apache.http.legacy'
|
useLibrary 'org.apache.http.legacy'
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 708
|
versionCode 709
|
||||||
versionName "1.50.5"
|
versionName "1.52.0"
|
||||||
|
|
||||||
applicationId "com.b44t.messenger"
|
applicationId "com.b44t.messenger"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue