Release 4.5.0

This commit is contained in:
tzugen 2023-06-03 11:11:28 +02:00
parent c5c0497716
commit eb3aa0d202
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930
3 changed files with 19 additions and 9 deletions

View File

@ -0,0 +1,10 @@
Features:
- Revamp management of ratings. Tracks can be starred from the notification in Android 13, and the changes will show up everywhere immediately.
- Add a setting to control the maximum bitrate when pinning music (can be used to avoid downloading lossless files like flac).
- Modernize the Jukebox player.
- The hardware keys can be used to set the Jukebox volume.
- The current playlist shows a spinner when loading takes some time
Bug fixes:
- Request correct bluetooth permission on Android 13 (needed to pause/play on connect)
- Update dependencies (OkHttp, Material)

View File

@ -1,17 +1,17 @@
Ultrasonic is a Subsonic (and compatible servers) client to Android. You can use Ultrasonic to connect with your server and listen music. Ultrasonic is a Subsonic (and compatible servers) client to Android. You can use Ultrasonic to connect with your server and listen music.
Main features: Main features:
* Thin * Small size & fast
* Fast * Material You theme with dark and light variants
* Material theme with dark and light variants
* Multiple server support * Multiple server support
* Offline Mode * Download tracks for offline playback
* Bookmarks * Bookmarks
* Playlists on server * Playlists on server
* Random play * Shuffled playback
* Jukebox mode * Jukebox mode
* Server chat * And much more!!
* And much more!!!
Note: Ultrasonic uses semantic release versions. Releases with a zero in the last digit introduce new features or significant changes, all other releases focus on fixing bugs.
The source code is available with GPL license in GitLab: https://gitlab.com/ultrasonic/ultrasonic The source code is available with GPL license in GitLab: https://gitlab.com/ultrasonic/ultrasonic
If you have any issue, please post in: https://gitlab.com/ultrasonic/ultrasonic/issues If you have any issue, please post in: https://gitlab.com/ultrasonic/ultrasonic/issues

View File

@ -9,8 +9,8 @@ android {
defaultConfig { defaultConfig {
applicationId "org.moire.ultrasonic" applicationId "org.moire.ultrasonic"
versionCode 120 versionCode 122
versionName "4.4.1" versionName "4.5.0"
minSdkVersion versions.minSdk minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk targetSdkVersion versions.targetSdk