Update changelog and version

pull/1100/head
Alex Baker 4 years ago
parent e4a56bda2f
commit 5b5795b2fc

@ -1,11 +1,9 @@
Change Log
---
=======
### 10.0 (2020-08-26)
### 10.0 (2020-08-28)
🚧 Currently in beta ([signup here](https://www.reddit.com/r/tasks/comments/i3onqr/100_alpha/)) 🚧
* PRO: DAVx⁵ support (beta requires [custom DAVx⁵ build](https://www.reddit.com/r/tasks/comments/i3onqr/100_alpha/))
* PRO: DAVx⁵ support (currently requires [custom DAVx⁵ build](https://tasks.org/davx5))
* PRO: EteSync client support
* [ToDo Agenda](https://play.google.com/store/apps/details?id=org.andstatus.todoagenda) integration
* Changed backstack behavior to follow Android conventions

@ -44,7 +44,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 100008
versionCode = 100009
versionName = "10.0"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)

@ -793,3 +793,13 @@
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/license/LICENSE-2.0.txt
url: https://github.com/dmfs/jems
- artifact: org.jetbrains.kotlinx:kotlinx-collections-immutable-jvm:+
name: kotlinx-collections-immutable-jvm
copyrightHolder: JetBrains s.r.o.
license: The Apache Software License, Version 2.0
- artifact: com.squareup.okio:okio:+
name: okio
copyrightHolder: Square, Inc.
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/square/okio/

@ -1884,6 +1884,32 @@
"normalizedLicense": "apache2",
"url": "https://github.com/dmfs/jems",
"libraryName": "jems"
},
{
"artifactId": {
"name": "kotlinx-collections-immutable-jvm",
"group": "org.jetbrains.kotlinx",
"version": "+"
},
"copyrightHolder": "JetBrains s.r.o.",
"copyrightStatement": "Copyright © JetBrains s.r.o. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"normalizedLicense": "apache2",
"libraryName": "kotlinx-collections-immutable-jvm"
},
{
"artifactId": {
"name": "okio",
"group": "com.squareup.okio",
"version": "+"
},
"copyrightHolder": "Square, Inc.",
"copyrightStatement": "Copyright © Square, Inc. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"normalizedLicense": "apache2",
"url": "https://github.com/square/okio/",
"libraryName": "okio"
}
]
}

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>🚧 10.0 BETA 4 🚧</item>
<item>PRO: DAVx⁵ support (beta requires custom DAVx⁵ build)</item>
<item>PRO: DAVx⁵ support (visit https://tasks.org/davx5 for more info)</item>
<item>PRO: EteSync client support</item>
<item>ToDo Agenda integration</item>
<item>Changed backstack behavior to follow Android conventions</item>

@ -0,0 +1,8 @@
* PRO: DAVx⁵ support (visit https://tasks.org/davx5 for more info)
* PRO: EteSync client support
* ToDo Agenda integration
* Changed backstack behavior to follow Android conventions
* Major internal changes! Please report any bugs!
* Remove Mapbox tiles (Google Play only)
* Added 'Astrid manual sort' information to backup file
* Bug fixes, performance and security improvements, and translation updates
Loading…
Cancel
Save