Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3086a8b9f9 | ||
|
|
10c2172be0 |
@@ -1,7 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## What's Changed
|
||||
## [4.12.3](https://github.com/eddyizm/tempo/releases/tag/v4.12.3) (2026-03-01)
|
||||
## [4.12.4](https://github.com/eddyizm/tempo/releases/tag/v4.12.4) (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
|
||||
|
||||
@@ -11,7 +11,7 @@ android {
|
||||
targetSdk 35
|
||||
|
||||
versionCode 22
|
||||
versionName '4.12.3'
|
||||
versionName '4.12.4'
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
||||
javaCompileOptions {
|
||||
|
||||
@@ -70,8 +70,8 @@
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/player_media_extension"
|
||||
app:layout_constraintBottom_toBottomOf="@id/player_media_extension"
|
||||
app:layout_constraintTop_toTopOf="@id/player_media_quality_sector_center"
|
||||
app:layout_constraintBottom_toBottomOf="@id/player_media_quality_sector_center"
|
||||
app:srcCompat="@drawable/ic_info_stream"
|
||||
app:tint="?attr/colorOnPrimaryContainer" />
|
||||
|
||||
|
||||
@@ -79,8 +79,8 @@
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:scaleType="fitCenter"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@id/player_media_extension"
|
||||
app:layout_constraintBottom_toBottomOf="@id/player_media_extension"
|
||||
app:layout_constraintTop_toTopOf="@id/player_media_quality_sector_center"
|
||||
app:layout_constraintBottom_toBottomOf="@id/player_media_quality_sector_center"
|
||||
app:srcCompat="@drawable/ic_info_stream"
|
||||
app:tint="?attr/colorOnPrimaryContainer" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user