From 6b53d9444deba906a8a899ffc36faa399c41b005 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Tue, 12 Apr 2022 10:16:40 +0900 Subject: [PATCH] bump version --- android/app/build.gradle | 4 ++-- metadata/en-US/changelogs/8.txt | 12 ++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 metadata/en-US/changelogs/8.txt diff --git a/android/app/build.gradle b/android/app/build.gradle index 4ed2f25..f7a2c7c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -134,8 +134,8 @@ android { applicationId "com.subtracks" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 7 - versionName '1.1.3' + versionCode 8 + versionName '1.2.0' } splits { abi { diff --git a/metadata/en-US/changelogs/8.txt b/metadata/en-US/changelogs/8.txt new file mode 100644 index 0000000..fa3d022 --- /dev/null +++ b/metadata/en-US/changelogs/8.txt @@ -0,0 +1,12 @@ +## New + +* Top Songs in the Artist view now tries to fallback to searching for songs by the artist and sorting by play count/rating if the server doesn't support the getTopSongs endpoint +* Images are now downloaded in the background via the Android DownloadManager and won't be corrupted if the app is closed + * Note: the cache file structure has been changed, so all images will be erased on update and new images will be downloaded as normal + +## Fixed + +* Fixed some screens displaying under the status bar on certain devices (#83) +* Fixed occasional pausing after playing a few tracks (#66) +* Fixed repeat mode not being persisted after skipping tracks (#56) +* Search no longer clears the query when going back from the "more" results screen diff --git a/package.json b/package.json index 9ed6224..d8271ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subtracks", - "version": "1.1.3", + "version": "1.2.0", "private": true, "license": "GPL-3.0-only", "scripts": {