chore: updated changelog, bumped version for release

This commit is contained in:
eddyizm 2025-11-22 09:22:13 -08:00
parent 31219ea754
commit 72d560e4eb
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
4 changed files with 26 additions and 9 deletions

View file

@ -1,8 +1,20 @@
# Changelog # Changelog
## Pending release... ## Pending release...
* feat: Add Catalan i18n (#268)
* Fix player queue soft-lock (#266) ## [4.2.6](https://github.com/eddyizm/tempo/releases/tag/v4.2.6) (2025-11-22)
## What's Changed
* fix: Fix player queue soft-lock by @shrapnelnet in https://github.com/eddyizm/tempus/pull/266
* chore: Add Catalan i18n by @marcriera in https://github.com/eddyizm/tempus/pull/268
* chore: Refactor MediaService by @pca006132 in https://github.com/eddyizm/tempus/pull/267
* chore(i18n): Update Spanish translation by @jaime-grj in https://github.com/eddyizm/tempus/pull/272
* chore(i18n): Update Italian translation by @66Bunz in https://github.com/eddyizm/tempus/pull/278
## New Contributors
* @marcriera made their first contribution in https://github.com/eddyizm/tempus/pull/268
* @66Bunz made their first contribution in https://github.com/eddyizm/tempus/pull/278
**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.2.4...v4.2.6
## [4.2.4](https://github.com/eddyizm/tempo/releases/tag/v4.2.4) (2025-11-15) ## [4.2.4](https://github.com/eddyizm/tempo/releases/tag/v4.2.4) (2025-11-15)
## What's Changed ## What's Changed

View file

@ -10,8 +10,8 @@ android {
minSdkVersion 24 minSdkVersion 24
targetSdk 35 targetSdk 35
versionCode 6 versionCode 7
versionName '4.2.4' versionName '4.2.6'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions { javaCompileOptions {

View file

@ -1,5 +1,5 @@
Update russian strings.xml by @Sevinfolds in https://github.com/eddyizm/tempus/pull/249 Update russian strings.xml
Disallow duplicate songs in queue by @eddyizm in https://github.com/eddyizm/tempus/pull/252 Disallow duplicate songs in queue
Fixed crash when viewing share by @drakeerv in https://github.com/eddyizm/tempus/pull/255 Fixed crash when viewing share
Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/257 Update Polish translation
Add podcast channel visible when empty podcasts by @eddyizm in https://github.com/eddyizm/tempus/pull/260 Add podcast channel visible when empty podcasts

View file

@ -0,0 +1,5 @@
* fix: Fix player queue soft-lock
* chore: Add Catalan i18n
* chore: Refactor MediaService
* chore(i18n): Update Spanish translation
* chore(i18n): Update Italian translation