mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
fix: bungled the last release
This commit is contained in:
parent
21ed78d959
commit
499644d041
3 changed files with 8 additions and 3 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
## Pending release
|
## Pending release
|
||||||
|
|
||||||
## What's Changed
|
## What's Changed
|
||||||
|
## [4.10.1](https://github.com/eddyizm/tempo/releases/tag/v4.10.1) (2026-02-08)
|
||||||
* fix: Addressing some UI/UX quirks by @tiltshiftfocus in https://github.com/eddyizm/tempus/pull/413
|
* fix: Addressing some UI/UX quirks by @tiltshiftfocus in https://github.com/eddyizm/tempus/pull/413
|
||||||
* fix: keep observer until data is received on continuousPlay bug by @eddyizm in https://github.com/eddyizm/tempus/pull/421
|
* fix: keep observer until data is received on continuousPlay bug by @eddyizm in https://github.com/eddyizm/tempus/pull/421
|
||||||
* fix: album art now displays on android auto by @trobinson in https://github.com/eddyizm/tempus/pull/414
|
* fix: album art now displays on android auto by @trobinson in https://github.com/eddyizm/tempus/pull/414
|
||||||
|
|
@ -12,7 +13,7 @@
|
||||||
* @tiltshiftfocus made their first contribution in https://github.com/eddyizm/tempus/pull/413
|
* @tiltshiftfocus made their first contribution in https://github.com/eddyizm/tempus/pull/413
|
||||||
* @trobinson made their first contribution in https://github.com/eddyizm/tempus/pull/414
|
* @trobinson made their first contribution in https://github.com/eddyizm/tempus/pull/414
|
||||||
|
|
||||||
**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.9.8...v4.10.0
|
**Full Changelog**: https://github.com/eddyizm/tempus/compare/v4.9.8...v4.10.1
|
||||||
|
|
||||||
## What's Changed
|
## What's Changed
|
||||||
## [4.9.8](https://github.com/eddyizm/tempo/releases/tag/v4.9.8) (2026-02-02)
|
## [4.9.8](https://github.com/eddyizm/tempo/releases/tag/v4.9.8) (2026-02-02)
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,8 @@ android {
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdk 35
|
targetSdk 35
|
||||||
|
|
||||||
versionCode 18
|
versionCode 19
|
||||||
versionName '4.10.0'
|
versionName '4.10.1'
|
||||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
|
|
||||||
4
fastlane/metadata/android/en-US/changelogs/19.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/19.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
fix: Addressing some UI/UX quirks
|
||||||
|
fix: keep observer until data is received on continuousPlay bug
|
||||||
|
fix: album art now displays on android auto
|
||||||
|
feat: improve landscape view and increase items per row on landscape view
|
||||||
Loading…
Add table
Add a link
Reference in a new issue