chore: bumped version

This commit is contained in:
eddyizm 2025-11-15 09:31:52 -08:00
parent ca8bcba0d7
commit f6f24acfdf
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
3 changed files with 16 additions and 5 deletions

View file

@ -1,10 +1,16 @@
# Changelog # Changelog
## Pending release.. ## Pending release...
* chore: Update strings.xml by @Sevinfolds in https://github.com/eddyizm/tempus/pull/249 * 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: 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 * 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) ## [4.2.0](https://github.com/eddyizm/tempo/releases/tag/v4.2.0) (2025-11-09)
## What's Changed ## What's Changed

View file

@ -10,8 +10,8 @@ android {
minSdkVersion 24 minSdkVersion 24
targetSdk 35 targetSdk 35
versionCode 5 versionCode 6
versionName '4.2.1' versionName '4.2.4'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions { 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