diff --git a/app/build.gradle b/app/build.gradle
index 66600b35..49ff9ece 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -63,8 +63,8 @@ android {
renderscriptTargetApi 23
applicationId "com.kabouzeid.gramophone"
- versionCode 80
- versionName "0.9.47 beta 1"
+ versionCode 81
+ versionName "0.9.50 PREVIEW 1"
}
buildTypes {
release {
diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html
index 253bfc86..19b5a785 100644
--- a/app/src/main/assets/changelog.html
+++ b/app/src/main/assets/changelog.html
@@ -25,6 +25,35 @@
You can view the changelog dialog again at any time from the about section.
+Version 0.9.50 PREVIEW 1
+
+You can always downgrade by downloading the old apk from APKMirror for example.
+
+
+ - NEW: All new now playing screen. The old one will be available again in the full
+ update as an option.
+
+ - NEW: Swipe the album cover left/right to switch the current track.
+ - NEW: Double tap on album cover to add to favorites.
+ - IMPROVEMENT: Better animation for the "add to favorites heart".
+ - IMPROVEMENT: Adjusted overall animation times.
+ - IMPROVEMENT: Aligned the shuffle and repeat buttons to the 16dp keyline.
+ - IMPROVEMENT: Updated Google icons in the about section.
+ - IMPROVEMENT: Adjusted grid padding at the corners.
+ - IMPROVEMENT: New card color in the dark theme which now follows the guidelines.
+ - IMPROVEMENT: Adjusted menu button size and fixed wrong left padding in search items
+ without an image.
+
+ - IMPROVEMENT: Cleaner drag icon for playlists.
+ - IMPROVEMENT: Synced translations.
+ - FIX: Hopefully finally fixed the double notification bug.
+ - FIX: Properly hide and show the bottom bar depending on whether the playlist is empty
+ or not..
+
+ - FIX: Updated homepage link.
+ - FIX: Some other minor fixes and overall improvements.
+
+
Version 0.9.47 beta 2