Update fastlane metadata
This commit is contained in:
parent
dbbc0b345b
commit
6ae8301320
3 changed files with 24 additions and 22 deletions
8
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/10.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
* The Offline (renamed from Cached) playlist is now displayed only if the playlist grid is expanded
|
||||
* The Sleep Timer functionality is moved to the playing song menu
|
||||
* The search screen text input now correctly handles playlist URLs
|
||||
* The 200 song limit problem when opening or importing a YouTube playlist is now fixed
|
||||
* The stats for nerds (long press the playing song thumbnail) also display the bitrate
|
||||
* The stats for nerds are now correctly updated when skipping songs
|
||||
* The song list can now be sorted also by title (other than play time and date)
|
||||
* The playlists can now be sorted by name, song count and date
|
|
@ -1,22 +1,16 @@
|
|||
A Jetpack Compose Android application for streaming music from YouTube Music.
|
||||
|
||||
<b>Features</b>
|
||||
|
||||
<ul>
|
||||
<li>Play any non-age-restricted song/video from YouTube Music</li>
|
||||
<li>Background playback w/ notification</li>
|
||||
<li>Search for songs, albums, artists, videos and playlists</li>
|
||||
<li>Cache system for offline playback and saving resources</li>
|
||||
<li>Show and edit songs lyrics</li>
|
||||
<li>Open YouTube/YouTube Music links</li>
|
||||
<li>Local playlists management</li>
|
||||
<li>Queue management</li>
|
||||
<li>Favorites and Cached built-in playlists</li>
|
||||
<li>Sleep timer</li>
|
||||
<li>Skip silence</li>
|
||||
<li>Persistent queue</li>
|
||||
<li>Loudness/audio normalization</li>
|
||||
<li>Simple and minimal UI</li>
|
||||
<li>Ridiculously lightweight APK</li>
|
||||
</ul>
|
||||
|
||||
* Search and play any non-age-restricted song/video from YouTube Music
|
||||
* Background playback w/ notification
|
||||
* Search for songs, albums, artists, videos and playlists
|
||||
* Automatic cache system for offline playback and saving resources
|
||||
* Show and edit songs lyrics
|
||||
* Open YouTube/YouTube Music links
|
||||
* Local playlists management
|
||||
* Queue management
|
||||
* Favorites and Offline built-in playlists
|
||||
* Sleep timer
|
||||
* Skip silence
|
||||
* Persistent queue
|
||||
* Loudness/audio normalization
|
||||
* Simple and minimal UI
|
||||
* Ridiculously lightweight APK
|
||||
|
|
|
@ -1 +1 @@
|
|||
A Jetpack Compose Android application for streaming music from YouTube Music.
|
||||
Seamlessly stream music from YouTube Music
|
||||
|
|
Loading…
Reference in a new issue