mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 08:17:26 +00:00
chore: bumped version and change log for release
This commit is contained in:
parent
c9cf86acb5
commit
918bf6928e
3 changed files with 13 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
|||
# 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
|
||||
## [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
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdk 35
|
||||
|
||||
versionCode 21
|
||||
versionName '4.12.0'
|
||||
versionCode 22
|
||||
versionName '4.12.3'
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
||||
javaCompileOptions {
|
||||
|
|
|
|||
3
fastlane/metadata/android/en-US/changelogs/22.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/22.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue