Skip to content

Commit

Permalink
prepare 1.43.1 (#2960)
Browse files Browse the repository at this point in the history
* update CHANGELOG to 1.43.1, core part

* update CHANGELOG to 1.43.1, android part

* bump version to 1.43.1
  • Loading branch information
r10s authored Feb 14, 2024
1 parent 965021d commit 6a15d7b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Delta Chat Android Changelog


## v1.43.1 Testrun
2024-02

* add "Settings / Advanced / Send statistics to Delta Chat's developers" to draft a message with statistic;
the message is only sent if the user hits the "Send" button
* add device message if outgoing messages are undecryptable
* "Settings / Advanced / Read System Address Book" is remembered per-account
* add link to troubleshooting for "Add as Second Device" on welcome screen and update troubleshooting
* fix compatibility issue with 1.42 when using "Add Second Device" or backups
* fix sometimes mangled links
* fix sometimes wrongly marked gossiped keys
* fix: guarantee immediate message deletion if "Delete Messages from Server" is set to "At once"
* fix: Never allow a message timestamp to be a lot in the future
* fix: make IMAP folder handling more resilient
* update translations and local help
* update to core 1.135.0


## v1.43.0 Testrun
2024-02

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

defaultConfig {
versionCode 678
versionName "1.43.0"
versionCode 679
versionName "1.43.1"

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

0 comments on commit 6a15d7b

Please sign in to comment.