diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9ea189..fb4f3c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### Version 1.1.16 Tag: release-25 (2018-06-02) + * Fix malformed musicbrainz requests + * New settings option to jump directly to playlist view instead of album cover from notification or widget + * Menu entry to manually add a playlist URL to the current playlist. (e.g. use it for soundcloud playlists) + ### Version 1.1.15 Tag: release-24 (2018-05-06) * Add experimental support for ArtistSort & AlbumArtistSort tags * Updated translations diff --git a/app/build.gradle b/app/build.gradle index e8f4ccb5..f03d5901 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,8 +47,8 @@ android { applicationId "org.gateshipone.malp" minSdkVersion 21 targetSdkVersion 27 - versionCode 24 - versionName "1.1.15" + versionCode 25 + versionName "1.1.16" signingConfig signingConfigs.config } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/25.txt b/fastlane/metadata/android/en-US/changelogs/25.txt new file mode 100644 index 00000000..b0bad96f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/25.txt @@ -0,0 +1,4 @@ + * Fix malformed musicbrainz requests + * New settings option to jump directly to playlist view instead of album cover from notification or widget + * Menu entry to manually add a playlist URL to the current playlist. (e.g. use it for soundcloud playlists) +