diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f9b852..cc920ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog ## Pending release... +* fix: give user feedback when trying to add podcast/radio on unsupport… by @eddyizm in https://github.com/eddyizm/tempus/pull/328 +* docs: Clarify Android Auto enablement by @Forage in https://github.com/eddyizm/tempus/pull/336 +* fix: instant mix gets a big refactor, with cascading fallbacks to produce a larger queue by @eddyizm in https://github.com/eddyizm/tempus/pull/330 +* chore(i18n): add missing keys, update Chinese translation and alphabetize by @hongwei1203 in https://github.com/eddyizm/tempus/pull/332 +* chore(i18n): Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/339 ## [4.6.0](https://github.com/eddyizm/tempo/releases/tag/v4.6.0) (2025-12-22) * chore: Update description_empty_title in English and Polish by @tyren234 in https://github.com/eddyizm/tempus/pull/307 diff --git a/README.md b/README.md index ca6dd30a..c7fb9618 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ **Tempus** is an open-source and lightweight music client for Subsonic, designed and built natively for Android. It provides a seamless and intuitive music streaming experience, allowing you to access and play your Subsonic music library directly from your Android device. -Tempus does not rely on magic algorithms to decide what you should listen to. Instead, the interface is built around your listening history, randomness, and optionally integrates with services like Last.fm to personalize your music experience. +Tempus does not rely on magic algorithms to decide what you should listen to. Instead, the interface is built around your listening history, randomness, and optionally integrates with services like Listenbrainz.org and Last.fm to personalize your music experience (These must be supported by your backend). The project is a fork of [Tempo](#credits). @@ -59,16 +59,19 @@ Please note the two variants in the release assets include release/debug and 32/ - **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. +- **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. +- **Instant Mix**: Full refactor of instant mix function which leverages subsonics similar songs by artist/album and randomSongs endpoints to server a larger play queue more reliably. - **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. -- **Android Auto Support**: Enjoy your favorite music on the go with full Android Auto integration, allowing you to seamlessly control and listen to your tracks directly from your mobile device while driving. +- **Android Auto Support**: Enjoy your favorite music on the go with full Android Auto integration, allowing you to seamlessly control and listen to your tracks directly from your mobile device while driving.* - **Multiple Libraries**: Tempus handles multi-library setups gracefully. They are displayed as Library folders. - **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 + **Github version only* + ## Screenshot

diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 00000000..d514ca25 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,5 @@ +* fix: give user feedback when trying to add podcast/radio on unsupported backends +* docs: Clarify Android Auto enablement +* fix: instant mix gets a big refactor, with cascading fallbacks to produce a larger queue +* chore(i18n): add missing keys, update Chinese translation and alphabetize +* chore(i18n): Update Polish translation