Skip to content

Commit

Permalink
Prepare v2.1.95 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Dec 23, 2021
1 parent c5eaf4a commit f6d4c5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
v2.1.95
- Add Shuffle button to media detail screens
- Two column layout for playback sheet on wide screens / landscape mode
- Cache adaptive color results in memory
- Wait for custom theme to load when main activity is creating/restarting

v2.1.92
- Compact playback info on navigation rail for tablet sized screens
- Improve playback sheet for large screen sizes
- Fix audio info not being displayed on playback sheet

v2.1.9
- Resizable home navigation rail for wide/large screens (landscape mode)
- Fix EditPlaylist reordering bug

v2.1.8
- Fix scroll position restoration on all screens
- Smoother media detail header scroll transition
- Fix crash when clicking non-navigatable queue source
- Fix EditPlaylist reordering bug
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/tm/alashow/buildSrc/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ object App {
const val compileSdkVersion = 31
const val targetSdkVersion = 31
const val minSdkVersion = 21
const val versionCode = 236
const val versionName = "2.1.92"
const val versionCode = 237
const val versionName = "2.1.95"
}

0 comments on commit f6d4c5d

Please sign in to comment.