Skip to content

Commit

Permalink
Prepare v2.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Oct 25, 2021
1 parent 614c2bd commit c7d1263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
18 changes: 2 additions & 16 deletions app/src/main/play/release-notes/en-GB/production.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
v2.1.3
- Navigate to queue source from playback sheet
- Edit playlist action icons
- Playback sheet re-appearing on tab change bug fix

v2.1.1
- Now playing audio indication in audio lists
- Smoother playback sheet progress
- Add queue to playlist
- Remove queue item action

v2.1.0
- Playlists: create & edit local playlists. Add songs from search or create a playlist from any playback queue
- Library tab: currently only playlists, more saveable items to come (artists, albums etc.)
- Redesigned artist/album detail screens
- Premium subscription: testing out first premium feature, a playlist downloader!
v2.1.5
- Backup & restore library database in settings.
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 = 221
const val versionName = "2.1.3"
const val versionCode = 222
const val versionName = "2.1.5"
}

0 comments on commit c7d1263

Please sign in to comment.