Skip to content

Commit

Permalink
Prepare v2 rc05 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alashow committed Aug 12, 2021
1 parent 7c6fecc commit bea4dfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 6 additions & 10 deletions app/src/main/play/release-notes/en-GB/beta.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
Hey! Thanks for using datmusic app!
Please review the app if you like it!

v2.0.0-rc05
- New font
- Alternate album arts in playback
- Small audio menu changes

v2.0.0-rc04
- Playback queue bug fixes (+ allow multiple song instances via Play next)
- Smoother adaptive color animation
- Crash fix when network available
- Settings layout fix

v2.0.0-rc03
- Playback bug fixes

v2.0.0-rc02
- Horizontal pager for mini playback control to skip songs
- Clear playback notification when player is inactive
- Settings links
- Added spanish translation
- Settings layout fix
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 = 209
const val versionName = "2.0.0-rc04"
const val versionCode = 210
const val versionName = "2.0.0-rc05"
}

0 comments on commit bea4dfe

Please sign in to comment.