diff --git a/changelog.md b/changelog.md index 5f61d29..90ff0cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ +## v1.5.0 (2024-11-24) +- Updated to Geode v4 +- Colors can now be separated (practice, normal, new best) + ## v1.4.4 (2024-09-02) Not sure about you, but I sure do love looking at catgirls! diff --git a/mod.json b/mod.json index a73ea13..480b6b3 100644 --- a/mod.json +++ b/mod.json @@ -12,7 +12,7 @@ ], "id": "catgirldev.ingame-progress-bar-color", "name": "Custom In-Game Progress Bar Color", - "version": "1.4.4", + "version": "1.5.0", "developer": "catgirldev", "description": "Change your in-game progress bar color!", "settings": { @@ -60,7 +60,7 @@ "description": "These settings affect the progress bar color in practice mode." }, "practice-mode-toggle": { - "type":"bool", + "type": "bool", "name": "Enabled", "description": "Turn off to inherit colors from normal mode.", "default": true @@ -101,7 +101,7 @@ "description": "These settings affect the progress bar color when you get a new best." }, "new-best-toggle": { - "type":"bool", + "type": "bool", "name": "Enabled", "description": "Turn off to inherit colors from normal/practice mode.", "default": true