mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-05-29 22:59:35 +03:00
Bump version to 4.0.0
This commit is contained in:
parent
c7f1eddbbc
commit
9cb77c0e67
37
fastlane/metadata/android/en-US/changelogs/104.txt
Normal file
37
fastlane/metadata/android/en-US/changelogs/104.txt
Normal file
@ -0,0 +1,37 @@
|
||||
Release notes
|
||||
Ultrasonic 4.0.0 brings along a complete overhaul of how media is being played back. We have switched to a modern library to handle the playback and fixed wuite a few bugs in the process.
|
||||
Additionally the Offline mode now supports browsing based on ID3 tags. This requires additional metadata which will be missing for tracks downloaded with previous versions. If you enable this setting, the app will therefore show only the music that you have downloaded with 4.0.0 or later.
|
||||
|
||||
Bug fixes
|
||||
- #621: Empty notification shouldn't be visible.
|
||||
- #664: Weird behaviour and system crash.
|
||||
- #680: Now playing list should be able to distinguish duplicate items.
|
||||
- #696: Ultrasonic is activated with BT even when all media play functions are disabled.
|
||||
- #697: No sound after one track.
|
||||
- #717: Insert after current song not fully working.
|
||||
- #735: No longer showing any track data via bluetooth.
|
||||
- #738: App no longer appears as running or in notifications when resuming playback after wake.
|
||||
- #742: Pinned/downloaded music gets wiped/deleted on exit & start.
|
||||
- #759: Crash browsing by folder (unchecking browsing by ID3 label in config).
|
||||
- #767: Shuffle setting does not persist after reboot/resume.
|
||||
- #768: Album art doesn't appear in the media notification.
|
||||
- #769: The setting "settings.show_artist_picture" do nothing.
|
||||
- #776: Strange behavior in device rotation.
|
||||
- #785: Buttons below track list don't update anymore
|
||||
- #787: The down arrow is no longer animated when downloading new tracks.
|
||||
|
||||
Enhancements
|
||||
- #426: Start service only when playback is started by the user.
|
||||
- #432: Ultrasonic notification should be dismissible by swipe.
|
||||
- #553: Duration not read from metadata.
|
||||
- #581: Bluetooth not updating Now Playing information anymore.
|
||||
- #718: Add ID3 support when offline.
|
||||
- #727: Disable LoggingInterceptor for Streaming calls.
|
||||
- #739: Add more preload values.
|
||||
- #752: Target SDK 31.
|
||||
- #756: Android Auto needs work.
|
||||
- #775: Use Picasso to load images for the notification.
|
||||
|
||||
Others
|
||||
- #751: Remove Jacoco.
|
||||
- #786: Update to MediaBeta02.
|
37
fastlane/metadata/android/es-ES/changelogs/104.txt
Normal file
37
fastlane/metadata/android/es-ES/changelogs/104.txt
Normal file
@ -0,0 +1,37 @@
|
||||
Notas de la versión
|
||||
Ultrasonic 4.0.0 trae consigo una revisión completa de cómo se reproducen los medios. Hemos cambiado a una biblioteca moderna para manejar la reproducción y hemos corregido algunos errores en el proceso.
|
||||
Además, el modo Offline soporta ahora la navegación basada en las etiquetas ID3. Esto requiere metadatos adicionales que faltarán para las pistas descargadas con versiones anteriores. Si activas esta opción, la aplicación sólo mostrará la música que hayas descargado con la versión 4.0.0 o posterior.
|
||||
|
||||
Corrección de errores
|
||||
- #621: Las notificaciones vacías no deberían ser visibles.
|
||||
- #664: Comportamiento extraño y caída del sistema.
|
||||
- #680: La lista de reproducción debería poder distinguir los elementos duplicados.
|
||||
- #696: Ultrasonic se activan con BT incluso cuando todas las funciones de reproducción de medios están desactivadas.
|
||||
- #697: No hay sonido después de una pista.
|
||||
- #717: Insertar después de la canción actual no funciona del todo.
|
||||
- #735: Ya no se muestran los datos de las pistas por bluetooth.
|
||||
- #738: La aplicación ya no aparece como en ejecución o en las notificaciones al reanudar la reproducción.
|
||||
- #742: La música anclada/descargada se borra al salir e iniciar.
|
||||
- #759: Se bloquea la navegación por carpetas (desmarcando la navegación por etiquetas ID3 en la configuración).
|
||||
- #767: La configuración de la reproducción aleatoria no persiste después de reiniciar/reanudar.
|
||||
- #768: La carátula del álbum no aparece en la notificación de medios.
|
||||
- #769: El ajuste "settings.show_artist_picture" no hace nada.
|
||||
- #776: Comportamiento extraño en la rotación del dispositivo.
|
||||
- #785: Los botones debajo de la lista de canciones ya no se actualizan.
|
||||
- #787: La flecha hacia abajo ya no se anima cuando se descargan nuevas pistas.
|
||||
|
||||
Mejoras
|
||||
- #426: Iniciar el servicio sólo cuando la reproducción es iniciada por el usuario.
|
||||
- #432: Las notificaciones de Ultrasonic deberían poder desactivarse al deslizar el dedo.
|
||||
- #553: La duración de las pistas no se lee de los metadatos.
|
||||
- #581: Bluetooth ya no actualiza la información de Reproduciendo ahora.
|
||||
- #718: Añadir soporte de ID3 cuando se está desconectado.
|
||||
- #727: Desactivar LoggingInterceptor para las llamadas de Streaming.
|
||||
- #739: Añadir más valores de precarga.
|
||||
- #752: Apuntar al SDK 31.
|
||||
- #756: Android Auto necesita trabajo.
|
||||
- #775: Usar Picasso para cargar imágenes para la notificación.
|
||||
|
||||
Otros
|
||||
- #751: Eliminar Jacoco.
|
||||
- #786: Actualizar a MediaBeta02.
|
@ -9,8 +9,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.moire.ultrasonic"
|
||||
versionCode 103
|
||||
versionName "3.2.0"
|
||||
versionCode 104
|
||||
versionName "4.0.0"
|
||||
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user