chore: bumped version

This commit is contained in:
eddyizm
2025-11-15 09:31:52 -08:00
parent ca8bcba0d7
commit 7cc35a181b
3 changed files with 16 additions and 5 deletions

View File

@@ -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

View File

@@ -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 {

View File

@@ -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