diff --git a/CHANGELOG.md b/CHANGELOG.md index 0820ab3f..d4af0ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * fix: Equalizer fix in main build variant by @jaime-grj in https://github.com/eddyizm/tempus/pull/239 * fix: Images not filling holder by @eddyizm in https://github.com/eddyizm/tempus/pull/244 * feat: Make artist and album clickable by @eddyizm in https://github.com/eddyizm/tempus/pull/243 +* feat: implement scroll to currently playing feature by @shrapnelnet in https://github.com/eddyizm/tempus/pull/247 +* fix: shuffling genres only queuing 25 songs by @shrapnelnet in https://github.com/eddyizm/tempus/pull/246 ## [4.1.3](https://github.com/eddyizm/tempo/releases/tag/v4.1.3) (2025-11-06) ## What's Changed diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2dafec49..80af298c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -379,7 +379,7 @@ Returns the state of the play queue for this user. This includes the tracks in the play queue, the currently playing track, and the position within this track. The server must support this feature.\n*This setting is not 100% working on all servers/devices. %1$s \nCurrently in use: %2$s MiB Priority given to the transcoding mode. If set to \"Direct play\" the bitrate of the file will not be changed. - Download transcoded media. If enabled, the download endpoint will not be used, but the following settings. \n\n If \"Transcode format for donwloads\" is set to \"Direct download\" the bitrate of the file will not be changed. + Download transcoded media. If enabled, the download endpoint will not be used, but the following settings. \n\n If \"Transcode format for downloads\" is set to \"Direct download\" the bitrate of the file will not be changed. When the file is transcoded on the fly, the client usually does not show the track length. It is possible to request the servers that support the functionality to estimate the duration of the track being played, but the response times may take longer. If enabled, starred artists will be downloaded for offline use. Sync starred artists for offline use diff --git a/fastlane/metadata/android/en-US/changelogs/5.txt b/fastlane/metadata/android/en-US/changelogs/5.txt index 7d7a8024..a325892f 100644 --- a/fastlane/metadata/android/en-US/changelogs/5.txt +++ b/fastlane/metadata/android/en-US/changelogs/5.txt @@ -1,3 +1,5 @@ Equalizer fix in main build variant fix Images not filling holder in discovery -Make artist and album clickable on home discovery \ No newline at end of file +Make artist and album clickable on home discovery +Implement scroll to currently playing feature +Shuffling genres now queuing 500 tracks vs 25 diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 1bd732ce..957b128f 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -8,7 +8,6 @@ Features - Streaming and Offline Mode: Stream music directly from your Subsonic server. Offline mode is currently under active development and may have limitations when using multiple servers. - Playlist Management: Create, edit, and manage playlists to curate your perfect music collection. - Gapless Playback: Experience uninterrupted playback with gapless listening mode. -- Chromecast Support: Stream your music to Chromecast devices. The support is currently in a rudimentary state. - Scrobbling Integration: Optionally integrate Tempus with Last.fm or Listenbrainz.org to scrobble your played tracks, gather music insights, and further personalize your music recommendations, if supported by your Subsonic server. - Podcasts and Radio: If your Subsonic server supports it, listen to podcasts and radio shows directly within Tempus, expanding your audio entertainment options. - Transcoding Support: Activate transcoding of tracks on your Subsonic server, allowing you to set a transcoding profile for optimized streaming directly from the app. This feature requires support from your Subsonic server. @@ -16,3 +15,5 @@ Features - Equalizer: Option to use in app equalizer. - Widget: New widget to keeping the basic controls on your screen at all times. - Available in 11 languages: Currently in Chinese, French, German, Italian, Korean, Polish, Portuguese, Russion, Spanish and Turkish + +*Chromecast/Android Auto Not Supported: These features require google libraries and are only available in the github apk.* \ No newline at end of file