diff --git a/app/build.gradle b/app/build.gradle index f0b5e4d2..2bf96596 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 19 targetSdkVersion 30 - versionCode 12 - versionName '1.2.4' + versionCode 13 + versionName '1.3.0' multiDexEnabled true vectorDrawables { diff --git a/metadata/en-US/changelogs/13.txt b/metadata/en-US/changelogs/13.txt new file mode 100644 index 00000000..e2bf601d --- /dev/null +++ b/metadata/en-US/changelogs/13.txt @@ -0,0 +1,9 @@ +- add download feature throughout the client +- shuffle all will always shuffle regardless of sort method +- add shuffle option back to menu on main activity +- implement shortcuts for common dynamic playlists such as recents +- support batch actions through the multi-select menu +- add mini-player and queue to search activity for convenience +- hide unused menu items for now +- use cached or downloaded songs when available during playback +- fix permission check on main activity