mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
chore: bumped version, updated change logs
This commit is contained in:
parent
a5065578ca
commit
97d1b408e1
3 changed files with 19 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/8.txt
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue