File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Delta Chat Android Changelog
2
2
3
- ## Unreleased
3
+ ## v2.10.0
4
+ 2025-08
4
5
5
6
* fix "Archived" item's layout in chat-list
6
7
* don't enlarge "Saved Messages" and "Devices Messages" avatars on click
9
10
* update to core 2.10.0
10
11
11
12
## v2.9.0
13
+ 2025-07
12
14
13
15
* hide contact email addresses in search results
14
16
* disable non-functional message editing and ephemeral messages timer settings in classic email thread chat
18
20
* Update to core 2.9.0
19
21
20
22
## v2.8.0
23
+ 2025-07
21
24
22
25
* Profiles focus on recognizing contacts
23
26
* See the number of media directly in the profile, no need to tap around
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
27
27
useLibrary ' org.apache.http.legacy'
28
28
29
29
defaultConfig {
30
- versionCode 728
31
- versionName " 2.9 .0"
30
+ versionCode 729
31
+ versionName " 2.10 .0"
32
32
33
33
applicationId " com.b44t.messenger"
34
34
multiDexEnabled true
You can’t perform that action at this time.
0 commit comments