Update version, changelog, and screenshots

pull/1184/head 10.4
Alex Baker 4 years ago
parent a663857a92
commit e515fe4c04

@ -1,6 +1,19 @@
Change Log
---
=======
### 10.4 (2020-10-09)
* New widget configuration options
* Sort
* Show hidden
* Show completed
* Header spacing
* Bug fixes
* Update translations
* French - @FlorianLeChat, @yannicka
* Italian - @ppasserini
* Polish - @alex-ter
### 10.3 (2020-10-02)
* Collapsible sort groups in widget

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 100301
versionName = "10.3"
versionCode = 100400
versionName = "10.4"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="changelog">
<item>Collapsible sort groups in widget</item>
<item>Add \'System default\' widget theme</item>
<item>New widget configuration options: sort, show hidden, show completed, and header spacing</item>
<item>Bug fixes</item>
<item>Update translations</item>
</string-array>

@ -0,0 +1,7 @@
* New widget configuration options
* Sort
* Show hidden
* Show completed
* Header spacing
* Bug fixes
* Update translations

Binary file not shown.

After

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

Loading…
Cancel
Save