From f6f24acfdf1a580eca6063593a95b79434821b8a Mon Sep 17 00:00:00 2001 From: eddyizm Date: Sat, 15 Nov 2025 09:31:52 -0800 Subject: [PATCH] chore: bumped version --- CHANGELOG.md | 12 +++++++++--- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/6.txt | 5 +++++ 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/6.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f724f8..2694a36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Changelog -## Pending release.. -* chore: Update strings.xml by @Sevinfolds in https://github.com/eddyizm/tempus/pull/249 +## Pending release... +* chore: Update russian strings.xml by @Sevinfolds in https://github.com/eddyizm/tempus/pull/249 * fix: disallow duplicate songs in queue by @eddyizm in https://github.com/eddyizm/tempus/pull/252 -* fix: github release check by @eddyizm in https://github.com/eddyizm/tempus/pull/253 +* fix:github release check by @eddyizm in https://github.com/eddyizm/tempus/pull/253 * fix: Fixed crash when viewing share by @drakeerv in https://github.com/eddyizm/tempus/pull/255 +* chore: Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/257 +* fix: add podcast/radio channel visible when empty podcasts/radio by @eddyizm in https://github.com/eddyizm/tempus/pull/260 + +## New Contributors +* @Sevinfolds made their first contribution in https://github.com/eddyizm/tempus/pull/249 +* @drakeerv made their first contribution in https://github.com/eddyizm/tempus/pull/255 ## [4.2.0](https://github.com/eddyizm/tempo/releases/tag/v4.2.0) (2025-11-09) ## What's Changed diff --git a/app/build.gradle b/app/build.gradle index 0bd1e8a1..3f3f5771 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 5 - versionName '4.2.1' + versionCode 6 + versionName '4.2.4' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' javaCompileOptions { diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 00000000..40098bea --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,5 @@ +Update russian strings.xml by @Sevinfolds in https://github.com/eddyizm/tempus/pull/249 +Disallow duplicate songs in queue by @eddyizm in https://github.com/eddyizm/tempus/pull/252 +Fixed crash when viewing share by @drakeerv in https://github.com/eddyizm/tempus/pull/255 +Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/257 +Add podcast channel visible when empty podcasts by @eddyizm in https://github.com/eddyizm/tempus/pull/260