From 9b6fbf5b793ec4105c885a61196a55746f1db213 Mon Sep 17 00:00:00 2001 From: Cvolton Date: Tue, 19 Dec 2023 01:37:49 +0100 Subject: [PATCH] bump version to 3.1.0 --- changelog.md | 11 +++++++++++ mod.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9a3777d..6cc90c0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,15 @@ # Changelog +## v3.1.0 (2023-12-19) +* Added saved songs button to level search filters +* Added Platformer length marking +* Added 2.2 level submission +* Minor improvements to BI list layers +* Fixed corners +* Fixed level ID positioning for NA levels +* Fixed Song Browser lag (RobTop bug) +* Internal structure changes, bugfixes & improvements +(if you're a mod developer who depends on BetterInfo's node IDs, this update changes all of them, so make sure to update your mods accordingly) + ## v3.0.13 (2023-12-14) * Added Account ID search to "ID Search" in BetterInfo Menu * Settings button in BI Menu now actually opens settings diff --git a/mod.json b/mod.json index ebbb7f1..8e1bcf5 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { "geode": "1.3.7", - "version": "v3.0.13", + "version": "v3.1.0", "id": "cvolton.betterinfo", "name": "BetterInfo", "developer": "Cvolton",