Skip to content

Commit

Permalink
release new version 32 (1.1.20)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome17 committed Oct 11, 2020
1 parent f8a3d88 commit 6430ae7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog Odyssey

## Version: 1.1.20 Tag: release-32 (2020-mm-dd)
## Version: 1.1.20 Tag: release-32 (2020-10-11)

* Add dutch translation (thanks to Harry van der Wolf)
* Update french translation
Expand All @@ -10,7 +10,7 @@
* If your device is running Android 10 and you detect any bugs compared to the prior version please let us know via GitHub or by Email
* Changes related to Android 10
* Playlists will now be stored internal (due to issues with Android 10)
* Add option to sort by filename (due to occasional broken sorting with Android 10 [#192](https://github.com/gateship-one/odyssey/issues/192)))
* Add option to sort by filename (due to occasional broken sorting with Android 10 [#192](https://github.com/gateship-one/odyssey/issues/192))

## Version: 1.1.19 Tag: release-31 (2020-03-02)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {
applicationId "org.gateshipone.odyssey"
minSdkVersion 21
targetSdkVersion 29
versionCode 31
versionName "1.1.19"
versionCode 32
versionName "1.1.20"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Add dutch translation (thanks to Harry van der Wolf)
* Update french translation
* Preserve search query between views ([Issue #199](https://github.com/gateship-one/odyssey/issues/199))
* Exclude artworks from backups
* Upgrade to Android 10
* If your device is running Android 10 and you detect any bugs compared to the prior version please let us know via GitHub or by Email
* Changes related to Android 10
* Playlists will now be stored internal (due to issues with Android 10)
* Add option to sort by filename (due to occasional broken sorting with Android 10 [#192](https://github.com/gateship-one/odyssey/issues/192)))

0 comments on commit 6430ae7

Please sign in to comment.