Skip to content

Commit

Permalink
Prepare v2.1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Dec 18, 2021
1 parent 2be50ae commit 2f65144
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
17 changes: 5 additions & 12 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
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

v2.1.7
- Animated lists in playback sheet queue and playlist editor

v2.1.61
- Album detail year loading fix

v2.1.6
- Main audios backend change
- Fix Edit playlist screen's re-ordering handle
- Updated translations

v2.1.5
- Backup & restore library database in settings.
- Animated lists in playback sheet queue and playlist editor
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 = 234
const val versionName = "2.1.8"
const val versionCode = 235
const val versionName = "2.1.9"
}

0 comments on commit 2f65144

Please sign in to comment.