From fdab1fec67252cf978c3fa5abc87846b85295859 Mon Sep 17 00:00:00 2001 From: Erymanthus | RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> Date: Sat, 28 Sep 2024 20:29:06 -0400 Subject: [PATCH] v1.6 --- changelog.md | 2 +- mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index d6e1799..8d102b3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# v1.5.1 +# v1.6.0 - Added "Copy Song ID" button (suggested by [Akashnil](https://discord.com/users/1068096599701590056)). Custom songs and NONGs will not return a song ID. They will fall back to its song name instead. Button sprite adapted from [hiimjustin000](https://github.com/hiimjustin000) with permission. - Added "Blacklist Song" button (suggested by [AlphaQuata](https://discord.com/users/766876726566846505)). This button works regardless of your custom songs or Playlist Mode choices. To manually un-blacklist a song, open `blacklist.txt` in the mod's config directory and edit it accordingly. - Fix a bug where Playlist Mode would ignore the in-game "Menu Music" toggle if that was disabled. diff --git a/mod.json b/mod.json index 43fd51b..103cbc5 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "android": "2.206", "mac": "2.206" }, - "version": "v1.5.0", + "version": "v1.6.0", "id": "elnexreal.menuloop_randomizer", "name": "Menu Loop Randomizer", "developers": ["RayDeeUx", "elnexreal"],