Release version 0.4.0
This commit is contained in:
parent
f623ad2b63
commit
23054ffab0
|
@ -1,6 +1,14 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
## Version 0.4.0
|
||||||
|
_2019-12-22_
|
||||||
|
* Add support for .opus files
|
||||||
|
* Fix HTTP support
|
||||||
|
* Fix infinite loop when playing contains only invalid files
|
||||||
|
* Overhaul themes
|
||||||
|
* Replace raster images with vector images
|
||||||
|
|
||||||
## Version 0.3.3
|
## Version 0.3.3
|
||||||
_2019-03-17_
|
_2019-03-17_
|
||||||
* Fix [Funkwhale](https://funkwhale.audio/) (Subsonic API) support
|
* Fix [Funkwhale](https://funkwhale.audio/) (Subsonic API) support
|
||||||
|
|
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "net.nullsum.audinaut"
|
applicationId "net.nullsum.audinaut"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 198
|
versionCode 199
|
||||||
versionName '0.3.3'
|
versionName '0.4.0'
|
||||||
setProperty("archivesBaseName", "Audinaut $versionName")
|
setProperty("archivesBaseName", "Audinaut $versionName")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue