Update version and changelog

pull/935/head 8.4
Alex Baker 4 years ago
parent 77aafbabd4
commit b3806bde36

@ -1,5 +1,21 @@
Change Log
---
### 8.4 (2020-03-11)
* New chip configuration options
* Outlined or filled
* Text and icon, text only, or icon only
* Add option to disable color desaturation
* Fix EteSync shared lists
* Google Task sync requires Android 4.4+
* Update translations
* Czech - @vitSkalicky
* Hungarian - kaciokos
* Interlingua - @softinterlingua
* Polish - @alex-ter
* Russian - @alex-ter
* Simplified Chinese - @sr093906
### 8.3 (2020-03-08)
* Synchronize CalDAV and EteSync colors

@ -35,8 +35,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 685
versionName = "8.3"
versionCode = 691
versionName = "8.4"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

@ -841,3 +841,16 @@
copyrightHolder: QuadFlask
license: The Apache Software License, Version 2.0
url: https://github.com/QuadFlask/colorpicker
- artifact: com.google.auth:google-auth-library-credentials:+
name: Google Auth Library for Java - Credentials
copyrightHolder: Google Inc.
license: BSD 3-Clause
- artifact: com.google.auth:google-auth-library-oauth2-http:+
name: Google Auth Library for Java - OAuth2 HTTP
copyrightHolder: Google Inc.
license: BSD 3-Clause
- artifact: com.google.auto.value:auto-value-annotations:+
name: AutoValue Annotations
copyrightHolder: Google LLC
license: The Apache Software License, Version 2.0
url: https://github.com/google/auto/tree/master/value

@ -2205,7 +2205,7 @@
"artifactId": {
"name": "journalmanager",
"group": "com.etesync",
"version": "1.0.4"
"version": "1.1.0"
}
},
{
@ -2271,6 +2271,54 @@
"group": "com.github.QuadFlask",
"version": "0.0.15"
}
},
{
"notice": null,
"copyrightHolder": "Google Inc.",
"copyrightStatement": "Copyright © Google Inc. All rights reserved.",
"license": "BSD 3-Clause",
"licenseUrl": "",
"normalizedLicense": "bsd_3_clauses",
"year": null,
"url": "",
"libraryName": "Google Auth Library for Java - Credentials",
"artifactId": {
"name": "google-auth-library-credentials",
"group": "com.google.auth",
"version": "0.20.0"
}
},
{
"notice": null,
"copyrightHolder": "Google Inc.",
"copyrightStatement": "Copyright © Google Inc. All rights reserved.",
"license": "BSD 3-Clause",
"licenseUrl": "",
"normalizedLicense": "bsd_3_clauses",
"year": null,
"url": "",
"libraryName": "Google Auth Library for Java - OAuth2 HTTP",
"artifactId": {
"name": "google-auth-library-oauth2-http",
"group": "com.google.auth",
"version": "0.20.0"
}
},
{
"notice": null,
"copyrightHolder": "Google LLC",
"copyrightStatement": "Copyright © Google LLC. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "",
"normalizedLicense": "apache2",
"year": null,
"url": "https://github.com/google/auto/tree/master/value",
"libraryName": "AutoValue Annotations",
"artifactId": {
"name": "auto-value-annotations",
"group": "com.google.auto.value",
"version": "1.7"
}
}
]
}

@ -0,0 +1,9 @@
* New chip configuration options
* Outlined or filled
* Text and icon, text only, or icon only
* Add option to disable color desaturation
* Fix EteSync shared lists
* Google Task sync requires Android 4.4+
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save