Bump version to 2.22.0

This commit is contained in:
Óscar García Amor 2021-06-29 11:51:24 +02:00
parent 68acf3789c
commit bc8a78e772
No known key found for this signature in database
GPG Key ID: E18B2370D3D566EE
3 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,12 @@
Bug fixes
- #368: Empty id in getCoverArt.
- #528: Saving playlists does not work.
Enhancements
- #514: Fix bugs in new image loader and make it default.
- #517: Cleaner separation of API result handling.
- #519: Better experience for new users.
- #520: Remove flash.
- #525: Properly generate the Video stream url, without actually making a request.
- #530: Use DiffUtil for better performance when refreshing the data.
- #532: Larger image cache.

View File

@ -0,0 +1,12 @@
Corrección de errores
- # 368: ID vacío en getCoverArt.
- # 528: Guardar listas de reproducción no funciona.
Mejoras
- # 514: Corregir errores en el nuevo cargador de imágenes y usarlo por defecto.
- # 517: Separación más limpia del manejo de resultados API.
- # 519: Mejor experiencia para nuevos usuarios.
- # 520: Quitar flash.
- # 525: Generar correctamente la URL de transmisión de video, sin realizar una nueva solicitud.
- # 530: Usar DiffUtil para un mejor rendimiento al actualizar los datos.
- # 532: Caché de imágenes más grande.

View File

@ -9,8 +9,8 @@ android {
defaultConfig {
applicationId "org.moire.ultrasonic"
versionCode 93
versionName "2.21.0"
versionCode 94
versionName "2.22.0"
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk