From e2cff64e4ecae06e287ece89ec30eef2a643b253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Thu, 14 Oct 2021 09:35:57 +0200 Subject: [PATCH] Bump version to 2.24.0 --- .../metadata/android/en-US/changelogs/98.txt | 15 +++++++++++++++ .../metadata/android/es-ES/changelogs/98.txt | 18 ++++++++++++++++++ ultrasonic/build.gradle | 4 ++-- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/98.txt create mode 100644 fastlane/metadata/android/es-ES/changelogs/98.txt diff --git a/fastlane/metadata/android/en-US/changelogs/98.txt b/fastlane/metadata/android/en-US/changelogs/98.txt new file mode 100644 index 00000000..f490f704 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/98.txt @@ -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. diff --git a/fastlane/metadata/android/es-ES/changelogs/98.txt b/fastlane/metadata/android/es-ES/changelogs/98.txt new file mode 100644 index 00000000..c53e8d13 --- /dev/null +++ b/fastlane/metadata/android/es-ES/changelogs/98.txt @@ -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. diff --git a/ultrasonic/build.gradle b/ultrasonic/build.gradle index 90935476..bc04848a 100644 --- a/ultrasonic/build.gradle +++ b/ultrasonic/build.gradle @@ -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