Skip to content

Commit 9e70c43

Browse files
authored
Merge pull request #3862 from deltachat/prep-2.10.0
Prepare 2.10.0
2 parents bed8d51 + fc8bfab commit 9e70c43

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Delta Chat Android Changelog
22

3-
## Unreleased
3+
## v2.10.0
4+
2025-08
45

56
* fix "Archived" item's layout in chat-list
67
* don't enlarge "Saved Messages" and "Devices Messages" avatars on click
@@ -9,6 +10,7 @@
910
* update to core 2.10.0
1011

1112
## v2.9.0
13+
2025-07
1214

1315
* hide contact email addresses in search results
1416
* disable non-functional message editing and ephemeral messages timer settings in classic email thread chat
@@ -18,6 +20,7 @@
1820
* Update to core 2.9.0
1921

2022
## v2.8.0
23+
2025-07
2124

2225
* Profiles focus on recognizing contacts
2326
* See the number of media directly in the profile, no need to tap around

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ android {
2727
useLibrary 'org.apache.http.legacy'
2828

2929
defaultConfig {
30-
versionCode 728
31-
versionName "2.9.0"
30+
versionCode 729
31+
versionName "2.10.0"
3232

3333
applicationId "com.b44t.messenger"
3434
multiDexEnabled true

0 commit comments

Comments
 (0)