From 4cd15b42849ebcd1b21afb5858fdf2d3343683e4 Mon Sep 17 00:00:00 2001 From: eddyizm Date: Sun, 15 Feb 2026 10:35:22 -0800 Subject: [PATCH] chore: changelog and build updated for release --- CHANGELOG.md | 19 ++++++++++++++++++- app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/20.txt | 10 ++++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f13cbf5..f48c4d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog -## Pending release +## What's Changed +## [4.11.0](https://github.com/eddyizm/tempo/releases/tag/v4.11.0) (2026-02-15) +* fix: added dynamic application id from gradle variant by @eddyizm in https://github.com/eddyizm/tempus/pull/425 +* fix: Use Bluetooth tethering connection by @jaime-grj in https://github.com/eddyizm/tempus/pull/428 +* chore(i18n): Update Spanish translation by @jaime-grj in https://github.com/eddyizm/tempus/pull/427 +* fix: visual glitches on landscape navbar by @tvillega in https://github.com/eddyizm/tempus/pull/429 +* fix: radio playback "source error" on android auto by @dmachard in https://github.com/eddyizm/tempus/pull/426 +* fix: speed button overlaps with shuffle on landscape by @tvillega in https://github.com/eddyizm/tempus/pull/430 +* fix: local url used in share link instead of server url by @tvillega in https://github.com/eddyizm/tempus/pull/431 +* Feat :prefer downloaded files by @eddyizm in https://github.com/eddyizm/tempus/pull/433 +* fix: radio metadata displayed by @TrackArcher in https://github.com/eddyizm/tempus/pull/352 +* feat: improve playlist chooser dialog UI by @tvillega in https://github.com/eddyizm/tempus/pull/439 + +## New Contributors +* @dmachard made their first contribution in https://github.com/eddyizm/tempus/pull/426 +* @TrackArcher made their first contribution in https://github.com/eddyizm/tempus/pull/352 + +**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.10.1...v4.11.0 ## What's Changed ## [4.10.1](https://github.com/eddyizm/tempo/releases/tag/v4.10.1) (2026-02-08) diff --git a/app/build.gradle b/app/build.gradle index ec565876..f8a8b106 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 19 - versionName '4.10.2' + versionCode 20 + versionName '4.11.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 00000000..c945ccf0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1,10 @@ +fix: added dynamic application id from gradle variant +fix: Use Bluetooth tethering connection +chore(i18n): Update Spanish translation +fix: visual glitches on landscape navbar +fix: radio playback "source error" on android auto +fix: speed button overlaps with shuffle on landscape +fix: local url used in share link instead of server url +Feat: prefer downloaded files +fix: radio metadata displayed +feat: improve playlist chooser dialog UI