Skip to content

Commit

Permalink
Merge pull request #3475 from deltachat/prep-1.50.2
Browse files Browse the repository at this point in the history
prepare 1.50.2
  • Loading branch information
adbenitez authored Dec 6, 2024
2 parents d5289cc + 8135d96 commit 07753e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Delta Chat Android Changelog

## v1.50.2
2024-12

* Encrypt notification tokens
* update to core 1.151.5

## v1.50.0
2024-12

Expand All @@ -17,7 +23,6 @@
* Use privacy-preserving webxdc addresses
* Use Rustls for connections with strict TLS
* QR codes for adding contacts and joining groups provide help when opened in a normal browser
* Encrypt notification tokens
* Mark Saved Messages chat as protected
* Allow the user to replace maps integration
* fix: Trim whitespace from scanned QR codes
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 703
versionName "1.50.0"
versionCode 705
versionName "1.50.2"

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

0 comments on commit 07753e2

Please sign in to comment.