From 6618c7612c3e3b36834a1e3483735d0b5eef4ab0 Mon Sep 17 00:00:00 2001 From: Cvolton Date: Mon, 9 Dec 2024 17:13:37 +0100 Subject: [PATCH] bump version to 4.3.0 --- changelog.md | 8 ++++---- mod.json | 2 +- src/utils.cpp | 15 ++++++++------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index aec1493..20b520a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,9 +1,9 @@ # Changelog -## v4.3.0 (2024-11-00) +## v4.3.0 (2024-12-09) * Added Featured Lite (Weekly Levels) to BI menu -* Added more info for sent friend requests and messages -* Added integration with Eclipse Menu and QOLmod -* Added estimated game version to Extended Level Info +* Added integration with Eclipse Menu and QOLmod +* Added estimated game version to Extended Level Info +* Added more info for sent friend requests and messages * Disabled auto submit to leaderboards for classic levels on mobile devices * This is because Rob's anti-cheat marks all level completions from mobile as cheated, which means you can't appear in top 100 if you submit a score like this * Made player icons in chest history clickable diff --git a/mod.json b/mod.json index 3a2aaae..fe7f76c 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { "geode": "4.0.1", - "version": "v4.3.0-beta.4", + "version": "v4.3.0", "gd": { "win": "2.2074", "android": "2.2074", diff --git a/src/utils.cpp b/src/utils.cpp index 348241b..334fb69 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -802,18 +802,19 @@ FLAlertLayer* BetterInfo::createUpdateDialog() { ) ); //if(versionResult.isOk() && versionResult->getMinor() == Mod::get()->getVersion().getMinor()) return nullptr; - if(versionResult.isOk() && ComparableVersionInfo::parse(">=4.2.0").unwrap().compare(versionResult.unwrap())) return nullptr; + if(versionResult.isOk() && ComparableVersionInfo::parse(">=4.3.0").unwrap().compare(versionResult.unwrap())) return nullptr; return createQuickPopup( "BetterInfo", "BetterInfo has updated!\n" "\n" - "Changelog: v4.2.0 (2024-07-07)\n" - "- Added list folders\n" - "- Added notification when you can claim a rated list reward\n" - "- Added followed user list to friends menu\n" - "- Added Coin Count and Folder filters to Filtered Search\n" - "- Added more Level Progress information to Editor levels\n" + "Changelog: v4.3.0 (2024-12-09)\n" + "- Added Featured Lite (Weekly Levels) to BI menu\n" + "- Added integration with Eclipse Menu and QOLmod\n" + "- Added estimated game version to Extended Level Info\n" + "- Added more info for sent friend requests and messages\n" + "- Disabled auto submit for classic levels on mobile devices\n" + "- Made Extended Level Info details copyable\n" "- More! Click \"More Info\" for the whole list!\n" "\n", "More Info",