Bump version to 4.3.0

This commit is contained in:
Óscar García Amor 2023-04-04 15:58:24 +02:00
parent 893ae7fb1e
commit 2b339ccc7d
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE
3 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,7 @@
Bug fixes
- #831: Version 4.1.1 and develop: 'jukebox on/off' no longer shown in 'Now Playing'.
Enhancements
- #827: Make app full compliant Android Auto to publish in Play Store.
- #878: "Play shuffled" option for playlists always begins with the first track.
- #891: Dump config to log file when logging is enabled.

View File

@ -0,0 +1,7 @@
Corrección de errores
- #831: Versión 4.1.1 y desarrollo: 'jukebox on/off' ya no se muestra en 'Reproduciendo ahora'.
Mejoras
- #827: Hacer aplicación completamente compatible con Android Auto para publicar en Play Store.
- #878: "Reproducir aleatoriamente" ya no siempre comienza con la primera pista.
- #891: Volcado de configuración al archivo de registro cuando el registro está habilitado.

View File

@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 112
versionName "4.2.2"
versionCode 113
versionName "4.3.0"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk