Bump version to 2.24.0
This commit is contained in:
parent
704f78366a
commit
e2cff64e4e
|
@ -0,0 +1,15 @@
|
|||
Bug fixes
|
||||
- #594: Added PlaybackComplete intent when a song playback is completed.
|
||||
- #593: Fixed album lists.
|
||||
- #602: Fix NPE.
|
||||
|
||||
Enhancements
|
||||
- #558: Video call can be static.
|
||||
- #559: Add better offline Support.
|
||||
- #568: Rework Downloader.
|
||||
- #567: Use semantically correct API endpoint when streaming/downloading.
|
||||
- #572: Moved drag handle to the left in the Now Playing list.
|
||||
- #585: Added setting to disable Now Playing List sending for incompatible
|
||||
bluetooth devices.
|
||||
- #596: Added option whether to create a share on the server when sharing
|
||||
songs.
|
|
@ -0,0 +1,18 @@
|
|||
Correción de errores
|
||||
- #594: Agregado un intent de PlaybackComplete cuando se completa la
|
||||
reproducción de una canción.
|
||||
- #593: Corregidas las listas de álbumes.
|
||||
- #602: NPE corregido.
|
||||
|
||||
Mejoras
|
||||
- #558: La llamada a video puede ser estática.
|
||||
- #559: Agregado un mejor soporte sin conexión.
|
||||
- #568: Se ha reescrito el downloader.
|
||||
- #567: Se utiliza el endpoint semánticamente correcto al realizar streaming
|
||||
o descargar.
|
||||
- #572: Se ha movido el botón de arrastre de canción hacia la izquierda en
|
||||
la lista de reproducción.
|
||||
- #585: Agregada una configuración para deshabilitar el envío de la Lista de
|
||||
reproducción en curso para dispositivos Bluetooth incompatibles.
|
||||
- #596: Se agregó la opción de crear un recurso compartido en el servidor al
|
||||
compartir canciones.
|
|
@ -9,8 +9,8 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
applicationId "org.moire.ultrasonic"
|
||||
versionCode 97
|
||||
versionName "2.23.1"
|
||||
versionCode 98
|
||||
versionName "2.24.0"
|
||||
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
|
Loading…
Reference in New Issue