chore: bumped version, updated change logs

This commit is contained in:
eddyizm 2025-11-23 09:58:04 -08:00
parent a5065578ca
commit 97d1b408e1
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
3 changed files with 19 additions and 2 deletions

View file

@ -2,6 +2,19 @@
## Pending release... ## Pending release...
## [4.3.0](https://github.com/eddyizm/tempo/releases/tag/v4.3.0) (2025-11-23)
## What's Changed
* chore: Add Obtainium badge to README by @mikaeldui in https://github.com/eddyizm/tempus/pull/280
* fix: Revert "refactor MediaService" by @eddyizm in https://github.com/eddyizm/tempus/pull/282
* feat: add play functionality to library folder/index items by @antebudimir in https://github.com/eddyizm/tempus/pull/276
* fix: start queue blocking UI by @eddyizm in https://github.com/eddyizm/tempus/pull/283
## New Contributors
* @mikaeldui made their first contribution in https://github.com/eddyizm/tempus/pull/280
* @antebudimir made their first contribution in https://github.com/eddyizm/tempus/pull/276
**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.2.6...v4.3.0
## [4.2.6](https://github.com/eddyizm/tempo/releases/tag/v4.2.6) (2025-11-22) ## [4.2.6](https://github.com/eddyizm/tempo/releases/tag/v4.2.6) (2025-11-22)
## What's Changed ## What's Changed
* fix: Fix player queue soft-lock by @shrapnelnet in https://github.com/eddyizm/tempus/pull/266 * fix: Fix player queue soft-lock by @shrapnelnet in https://github.com/eddyizm/tempus/pull/266

View file

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

View file

@ -0,0 +1,4 @@
* chore: Add Obtainium badge to README
* fix: Revert "refactor MediaService"
* feat: add play functionality to library folder/index items
* fix: start queue blocking UI