Skip to content

Commit

Permalink
Release version 4.3.1 (440)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Aug 24, 2019
1 parent 77a2f07 commit c917a0c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Next]

## [4.3.1] - 2019-08-24
### Fixed
- Fix crash caused by database access from multiple threads (#1268)
- Fix crash when managing non-Kontalk users in a group (#1270)
Expand Down Expand Up @@ -570,7 +572,8 @@
- Fix draft saving on incoming message (#448)
- Fix crash during sync (#454)

[Next]: https://github.com/kontalk/androidclient/compare/v4.2.0...HEAD
[Next]: https://github.com/kontalk/androidclient/compare/v4.3.1...HEAD
[4.3.1]: https://github.com/kontalk/androidclient/compare/v4.3.0...v4.3.1
[4.3.0]: https://github.com/kontalk/androidclient/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta4...v4.2.0
[4.2.0-beta4]: https://github.com/kontalk/androidclient/compare/v4.2.0-beta3...v4.2.0-beta4
Expand Down
18 changes: 8 additions & 10 deletions app/src/main/play/release-notes/de-DE/default.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Registrierungsverfahren angeboten von https://JMP.Chat

Helfen Sie uns bei Verbesserungen und Fehlerbehebungen indem Sie Fehlerreports auf Github posten oder in unserem Forum darüber diskutieren: https://forum.kontalk.org

* NEU: Chats archivieren
* NEU: Mehrere Nachrichten in die Zwischenablage kopieren
* Unterstützung für Benachrichtigungskategorien
* Reibungsloserer Chat-Workflow: Keine Chateinladung mehr nötig
* Neue Emojis
* Verbesserte Chat-Liste
* Einige Fehler behoben
Helfen Sie uns bei Verbesserungen und mit Fehlerreports: https://forum.kontalk.org
* Gruppen-Chat-Anzeige in der Chat-Liste
* Unterstützung für Android Oreo
* Unterstützung für mehrere Fenster
* Verbessere den Registrierungsbildschirm
* Schnellere Wiederverbindung bei schlechtem Netzwerk
* Mehrere Abstürze und andere Fehler behoben
* Kartenanzeige repariert
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ allprojects {
evaluationDependsOn ":client-common-java"
ext {
applicationId = 'org.kontalk'
versionCode = 430
versionName = '4.3.0'
versionCode = 440
versionName = '4.3.1'
minSdkVersion = 16
targetSdkVersion = 27
compileSdkVersion = 28
Expand Down

0 comments on commit c917a0c

Please sign in to comment.