diff --git a/CHANGELOG.md b/CHANGELOG.md index 18531fc5..9bfb2a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,26 @@ # Changelog ## Pending release -* i18n: Add Romanian translation (including locale_config this time!) by @DevMatei in https://github.com/eddyizm/tempus/pull/357 + +## What's Changed +## [4.9.0](https://github.com/eddyizm/tempo/releases/tag/v4.9.0) (2026-01-24) +* chore: i18n: Add Romanian translation (including locale_config this time!) by @DevMatei in https://github.com/eddyizm/tempus/pull/357 * French localization update by @benoit-smith in https://github.com/eddyizm/tempus/pull/356 * chore(i18n): Update Spanish translation by @jaime-grj in https://github.com/eddyizm/tempus/pull/364 -* chore: updated readme and added known issues for airsonic work around by @eddyizm in https://github.com/eddyizm/tempus/pull/366 +* docs: updated readme and added known issues for airsonic work around by @eddyizm in https://github.com/eddyizm/tempus/pull/366 * fix: toast for made for you click indication by @eddyizm in https://github.com/eddyizm/tempus/pull/365 * fix: sort playlist view by @eddyizm in https://github.com/eddyizm/tempus/pull/368 * feat: sort preference for playlists by @eddyizm in https://github.com/eddyizm/tempus/pull/370 +* fix: use existing future when adding tracks, dialed random album tracks off in instant mix by @eddyizm in https://github.com/eddyizm/tempus/pull/373 +* chore(i18n): Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/374 +* fix: Check for OpenSubsonic extensions also with password authentication by @pgrit in https://github.com/eddyizm/tempus/pull/375 +* feat: Implement duration and seeking for transcodes by @drakeerv in https://github.com/eddyizm/tempus/pull/358 +* feat: Playback speed controls for music by @pgrit in https://github.com/eddyizm/tempus/pull/376 + +## New Contributors +* @pgrit made their first contribution in https://github.com/eddyizm/tempus/pull/375 + +**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.6.4...v4.9.0 ## What's Changed ## [4.6.4](https://github.com/eddyizm/tempo/releases/tag/v4.6.4) (2026-01-13) diff --git a/app/build.gradle b/app/build.gradle index 5452cb03..8babe78c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 13 - versionName '4.6.4' + versionCode 14 + versionName '4.9.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt new file mode 100644 index 00000000..e69de29b