Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Aug 2, 2021
1 parent 909bd40 commit 513925a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "rs.ltt.android"
minSdkVersion 23
targetSdkVersion 30
versionCode 5
versionName "0.1.4"
versionCode 6
versionName "0.2.0"

setProperty("archivesBaseName", "Ltt.rs-$versionName")

Expand Down
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
@@ -0,0 +1,12 @@
Code name: Configured for Flight

* Please clean data or uninstall the app first when migrating from 0.1.x
* Support multiple accounts
* Notify about incoming email
* Use Firebase Messaging or scheduled background job to periodically check for email
* Show labels in thread view
* Add screen to modify labels for threads
* Add 'Empty Trash' button to trash view
* Add help button (?) when prompting for connection URL

This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528.

0 comments on commit 513925a

Please sign in to comment.