Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Feb 27, 2021
1 parent b342f25 commit ac5216d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atox/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "ltd.evilcorp.atox"
minSdkVersion(AndroidSdk.minVersion)
targetSdkVersion(AndroidSdk.targetVersion)
versionCode = 8
versionName = "0.5.1"
versionCode = 9
versionName = "0.6.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
}
Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Unsent messages are saved as drafts
Proxy support
Option to automatically get marked as away
Option to override the bootstrap nodes used
You can now reply directly from the notifications
Auto-accept support for file transfers
Pretty avatar placeholders
Clearing a chat now deletes the associated file transfers
Fixed splitting of messages with multi-byte characters
Translated to Brazilian Portuguese, Russian, and German

Full changelog: https://github.com/evilcorpltd/aTox/releases

0 comments on commit ac5216d

Please sign in to comment.