diff --git a/app/build.gradle b/app/build.gradle
index 237fa1b0e..c70de5168 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
vectorDrawables.useSupportLibrary = true
applicationId "code.name.monkey.retromusic"
- versionCode 10560
- versionName '5.6.4'
+ versionCode 10563
+ versionName '5.7.0'
buildConfigField("String", "GOOGLE_PLAY_LICENSING_KEY", "\"${getProperty(getProperties('../public.properties'), 'GOOGLE_PLAY_LICENSE_KEY')}\"")
}
diff --git a/app/src/main/assets/retro-changelog.html b/app/src/main/assets/retro-changelog.html
index 510e5796b..6fdfc4e0d 100644
--- a/app/src/main/assets/retro-changelog.html
+++ b/app/src/main/assets/retro-changelog.html
@@ -65,17 +65,21 @@
-
January 15, 2022
-
v5.6.4
+
January 23, 2022
+
v5.7.0
What's New
+ - Added new Circle widget
- Added accent color extraction on Android 8.1+ devices
- Added Collapsing appbar to library tabs with an option to switch back to simple appbar
- Added Search tab
+ - Added option to use circular play button
+ - Added lyrics editing on A11+ devices again
- Added Long Press to forward, rewind current song
- Added ability to set Playback speed and pitch
- Added option to show lyrics over Cover
+ - Added option to keep screen on when showing lyrics
- Added option to switch to Manrope font
Fixed
@@ -84,6 +88,7 @@
Fixed Shuffle FAB going behind Mini Player
Fixed crashes on Pre-marshmallow devices
Blacklisted songs can't be played after opening from outside the app
+
Fixed various small bugs and some minor improvements