bump version

This commit is contained in:
austinried 2022-04-12 10:16:40 +09:00
parent d0319eb32d
commit 6b53d9444d
3 changed files with 15 additions and 3 deletions

View File

@ -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 {

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "subtracks",
"version": "1.1.3",
"version": "1.2.0",
"private": true,
"license": "GPL-3.0-only",
"scripts": {