Skip to content

Commit

Permalink
Merge pull request #3487 from deltachat/prep-1.50.3
Browse files Browse the repository at this point in the history
Prepare 1.50.3
  • Loading branch information
adbenitez authored Dec 13, 2024
2 parents 8c89c3e + 693efdb commit d9db4b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Delta Chat Android Changelog

## v1.50.3
2024-12

* Add in-chat apps picker to attachments options
* Notify replies and reactions to your messages in muted chats (can be disabled in settings)
* Cache HTTP GET requests (ex. when loading images from HTML messages)
* update to core 1.152.0

## v1.50.2
2024-12

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
useLibrary 'org.apache.http.legacy'

defaultConfig {
versionCode 705
versionName "1.50.2"
versionCode 706
versionName "1.50.3"

applicationId "com.b44t.messenger"
multiDexEnabled true
Expand Down

0 comments on commit d9db4b8

Please sign in to comment.