Release 0.5.1
This commit is contained in:
parent
6704e05da2
commit
4fd53e74c5
|
@ -1,6 +1,14 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
## Version 0.5.1
|
||||||
|
_2020-04-30_
|
||||||
|
* Add option to force server-side media scan
|
||||||
|
* Change to local artist sorting (case-insensitive)
|
||||||
|
* Fix crash while offline (#25)
|
||||||
|
* Fix read timeout not being respected
|
||||||
|
* Fix switching to playlist on app resume
|
||||||
|
|
||||||
## Version 0.5.0
|
## Version 0.5.0
|
||||||
_2020-01-15_
|
_2020-01-15_
|
||||||
* Add 24kbps and 48kbps options
|
* Add 24kbps and 48kbps options
|
||||||
|
|
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "net.nullsum.audinaut"
|
applicationId "net.nullsum.audinaut"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 201
|
versionCode 202
|
||||||
versionName '0.5.0'
|
versionName '0.5.1'
|
||||||
setProperty("archivesBaseName", "Audinaut $versionName")
|
setProperty("archivesBaseName", "Audinaut $versionName")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue