Update changelog and version number

pull/820/head
Alex Baker 7 years ago
parent 64868abbb8
commit 77c547e137

@ -1,7 +1,17 @@
Change Log Change Log
--- ---
### 6.7 (unreleased) ### 6.7 (currently in beta)
* Use drag and drop to indent tasks
* Add new Google Tasks to top or bottom
* Toggle hidden and completed in manually sorted Google Task lists
* Rearrange Google Tasks without a network connection
* Optional workaround for custom order bug in Google Tasks API
* Ignore 404 errors when fetching Google Drive folders
* Match tags in search results
* Don't display sync indicator when there is no network connection
* Don't synchronize immediately after every change
* Added Estonian translations - Eraser
* Update translations * Update translations
* Bulgarian - ddmdima96 * Bulgarian - ddmdima96
* Dutch - revdbrink * Dutch - revdbrink

@ -21,8 +21,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId "org.tasks.test" testApplicationId "org.tasks.test"
applicationId "org.tasks" applicationId "org.tasks"
versionCode 581 versionCode 584
versionName "6.6.4" versionName "6.7"
targetSdkVersion 28 targetSdkVersion 28
minSdkVersion 16 minSdkVersion 16
multiDexEnabled true multiDexEnabled true

Loading…
Cancel
Save