diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bf6a78..4533107 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64") set(CMAKE_CXX_VISIBILITY_PRESET hidden) -project(IntegratedDemonlist VERSION 1.5.6) +project(IntegratedDemonlist VERSION 1.5.7) add_library(${PROJECT_NAME} SHARED src/IDListLayer.cpp diff --git a/changelog.md b/changelog.md index fefd03c..1848d0c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ # Integrated Demonlist Changelog +## v1.5.7 (2024-08-19) +- Updated the list of AREDL owners +- Added additional links to the mod info page + ## v1.5.6 (2024-08-19) - Fixed a bug where the demonlist page would crash the game if it was exited too quickly diff --git a/mod.json b/mod.json index dcd3d4c..538c53e 100644 --- a/mod.json +++ b/mod.json @@ -5,7 +5,7 @@ "win": "2.206", "mac": "2.206" }, - "version": "v1.5.6", + "version": "v1.5.7", "id": "hiimjustin000.integrated_demonlist", "name": "Integrated Demonlist", "developer": "hiimjustin000", @@ -37,6 +37,11 @@ "importance": "required" } ], + "links": { + "community": "https://discord.gg/QVKmbvBXA7", + "source": "https://github.com/hiimjustin000/FakeRate", + "homepage": "https://www.hiimjustin000.com" + }, "tags": [ "content", "online" diff --git a/src/IDListLayer.hpp b/src/IDListLayer.hpp index 012176d..054b17a 100644 --- a/src/IDListLayer.hpp +++ b/src/IDListLayer.hpp @@ -5,7 +5,7 @@ class IDListLayer : public CCLayer, SetIDPopupDelegate, LevelManagerDelegate { inline static bool PEMONLIST = false; inline static const char* AREDL_INFO = "The All Rated Extreme Demons List (AREDL) is an unofficial ranking of all rated classic mode extreme demons in Geometry Dash.\n" - "It is managed by iiLogan, SEDTHEPRODIGY, Megu, and Minebox260."; + "It is managed by Kuro and Padahk."; inline static const char* PEMONLIST_INFO = "The Pemonlist is an unofficial ranking of all rated platformer mode demons in Geometry Dash.\n" "It is managed by camila314, Extatica, and mariokirby1703.";