mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-12 15:37:17 +03:00
Merge branch 'master' into 'develop'
Master See merge request ultrasonic/ultrasonic!1051
This commit is contained in:
commit
5c173f39f1
10
fastlane/metadata/android/en-US/changelogs/122.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/122.txt
Normal 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)
|
@ -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.
|
||||
|
||||
Main features:
|
||||
* Thin
|
||||
* Fast
|
||||
* Material theme with dark and light variants
|
||||
* Small size & fast
|
||||
* Material You theme with dark and light variants
|
||||
* Multiple server support
|
||||
* Offline Mode
|
||||
* Download tracks for offline playback
|
||||
* Bookmarks
|
||||
* Playlists on server
|
||||
* Random play
|
||||
* Shuffled playback
|
||||
* 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
|
||||
If you have any issue, please post in: https://gitlab.com/ultrasonic/ultrasonic/issues
|
||||
|
@ -9,8 +9,8 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.moire.ultrasonic"
|
||||
versionCode 120
|
||||
versionName "4.4.1"
|
||||
versionCode 122
|
||||
versionName "4.5.0"
|
||||
|
||||
minSdkVersion versions.minSdk
|
||||
targetSdkVersion versions.targetSdk
|
||||
|
Loading…
x
Reference in New Issue
Block a user