Skip to content

Commit

Permalink
few stuff i missed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjustin000 committed Aug 19, 2024
1 parent 9ff5aea commit ac31962
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 6 additions & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/IDListLayer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class IDListLayer : public CCLayer, SetIDPopupDelegate, LevelManagerDelegate {
inline static bool PEMONLIST = false;
inline static const char* AREDL_INFO =
"The <cg>All Rated Extreme Demons List</c> (<cg>AREDL</c>) is an <cp>unofficial ranking</c> of all rated <cj>classic mode</c> <cr>extreme demons</c> in Geometry Dash.\n"
"It is managed by <cy>iiLogan</c>, <cy>SEDTHEPRODIGY</c>, <cy>Megu</c>, and <cy>Minebox260</c>.";
"It is managed by <cy>Kuro</c> and <cy>Padahk</c>.";
inline static const char* PEMONLIST_INFO =
"The <cg>Pemonlist</c> is an <cp>unofficial ranking</c> of all rated <cj>platformer mode</c> <cr>demons</c> in Geometry Dash.\n"
"It is managed by <cy>camila314</c>, <cy>Extatica</c>, and <cy>mariokirby1703</c>.";
Expand Down

0 comments on commit ac31962

Please sign in to comment.