Release version 0.5.0
This commit is contained in:
parent
8f4d3be90b
commit
8fc54ac68c
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,6 +1,16 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
## Version 0.5.0
|
||||||
|
_2020-01-15_
|
||||||
|
* Add 24kbps and 48kbps options
|
||||||
|
* Add adaptive icon
|
||||||
|
* Add support for p= authentication
|
||||||
|
* Change to MediaStyle playback notification
|
||||||
|
* Fix SSID selection
|
||||||
|
* Fix keyboard being visible when switching to now playing
|
||||||
|
* Fix now playing icon when using light theme
|
||||||
|
|
||||||
## Version 0.4.1
|
## Version 0.4.1
|
||||||
_2019-12-28_
|
_2019-12-28_
|
||||||
* Revert attempt to fix infinite loop as it sometimes deleted valid files.
|
* Revert attempt to fix infinite loop as it sometimes deleted valid files.
|
||||||
|
|
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "net.nullsum.audinaut"
|
applicationId "net.nullsum.audinaut"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 200
|
versionCode 201
|
||||||
versionName '0.4.1'
|
versionName '0.5.0'
|
||||||
setProperty("archivesBaseName", "Audinaut $versionName")
|
setProperty("archivesBaseName", "Audinaut $versionName")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue