chore: bumped version and change log for release

This commit is contained in:
eddyizm 2026-03-01 19:59:13 -08:00
parent c9cf86acb5
commit 918bf6928e
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
3 changed files with 13 additions and 2 deletions

View file

@ -1,5 +1,13 @@
# Changelog # Changelog
## What's Changed
## [4.12.3](https://github.com/eddyizm/tempo/releases/tag/v4.12.3) (2026-03-01)
* feat: advertise existing long press to refresh per section on library page by @tvillega in https://github.com/eddyizm/tempus/pull/467
* fix: playlist filter returns properly filtered list and reset correctly by @eddyizm in https://github.com/eddyizm/tempus/pull/476
* feat: toggle player bitrate visibility on touch by @tvillega in https://github.com/eddyizm/tempus/pull/466
**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.12.0...v4.12.3
## What's Changed ## What's Changed
## [4.12.0](https://github.com/eddyizm/tempo/releases/tag/v4.12.0) (2026-02-28) ## [4.12.0](https://github.com/eddyizm/tempo/releases/tag/v4.12.0) (2026-02-28)
* chore(i18n): Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/441 * chore(i18n): Update Polish translation by @skajmer in https://github.com/eddyizm/tempus/pull/441

View file

@ -10,8 +10,8 @@ android {
minSdkVersion 24 minSdkVersion 24
targetSdk 35 targetSdk 35
versionCode 21 versionCode 22
versionName '4.12.0' versionName '4.12.3'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions { javaCompileOptions {

View file

@ -0,0 +1,3 @@
feat: advertise existing long press to refresh per section on library page
fix: playlist filter returns properly filtered list and reset correctly
feat: toggle player bitrate visibility on touch