From bd872fc23d3a8cc48fb504fadee7da5ff783b10b Mon Sep 17 00:00:00 2001 From: eddyizm Date: Sat, 10 Jan 2026 07:52:19 -0800 Subject: [PATCH] chore: bumped version and updated changelog --- CHANGELOG.md | 3 ++- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/12.txt | 1 + fastlane/metadata/android/en-US/full_description.txt | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc920ea8..abe73a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ # Changelog -## Pending release... +## [4.6.3](https://github.com/eddyizm/tempo/releases/tag/v4.6.3) (2026-01-10) * 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 +* feat: Ability to toggle visibility of artist biography by @kmarius in https://github.com/eddyizm/tempus/pull/338 ## [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/app/build.gradle b/app/build.gradle index 036ceed6..90b76011 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 11 - versionName '4.6.2' + versionCode 12 + versionName '4.6.3' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt index d514ca25..37b6db24 100644 --- a/fastlane/metadata/android/en-US/changelogs/12.txt +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -3,3 +3,4 @@ * 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 +* feat: Ability to toggle visibility of artist biography \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 957b128f..35a0510c 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -11,6 +11,7 @@ Features - 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. +- 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. - 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.