Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Commit

Permalink
Release-25 (1.1.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
djselbeck committed Jun 2, 2018
1 parent 4fc13ee commit 912a6f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/25.txt
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 912a6f4

Please sign in to comment.