mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-28 17:19:27 +01:00
bump version
This commit is contained in:
parent
d0319eb32d
commit
6b53d9444d
@ -134,8 +134,8 @@ android {
|
|||||||
applicationId "com.subtracks"
|
applicationId "com.subtracks"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 7
|
versionCode 8
|
||||||
versionName '1.1.3'
|
versionName '1.2.0'
|
||||||
}
|
}
|
||||||
splits {
|
splits {
|
||||||
abi {
|
abi {
|
||||||
|
|||||||
12
metadata/en-US/changelogs/8.txt
Normal file
12
metadata/en-US/changelogs/8.txt
Normal 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
|
||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "subtracks",
|
"name": "subtracks",
|
||||||
"version": "1.1.3",
|
"version": "1.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user