From 09962490b1a6247eae6b4d6b9e082438f01ea292 Mon Sep 17 00:00:00 2001 From: FireMario211 <17692105+FireMario211@users.noreply.github.com> Date: Mon, 6 Nov 2023 16:46:42 -0500 Subject: [PATCH] mac can you please compile --- about.md | 6 ++++++ changelog.md | 7 +++++++ src/main.cpp | 1 + 3 files changed, 14 insertions(+) diff --git a/about.md b/about.md index d7f07c8..53f4359 100644 --- a/about.md +++ b/about.md @@ -13,6 +13,12 @@ A Geometry Dash Mod for adding more tools such as Notifications, auto-song mute, * **IMPORTANT for Mac Users:** Geometry Dash may request access to "System Events" and another app for muting Spotify or another application. This allows the game to detect running applications. ## Extra additions to Friends List * The additions added include being able to **search usernames** if you have a long friend list, or using the **scroll buttons**! +## More Leaderboards +* Thanks to Updated Leaderboards, it's now possible for you to view leaderboards for users with the most **Diamonds**, **User Coins**, and **Demons!** +## Moderator List +* You can view the list of **Elder Moderators**/**Moderators** and their socials! +## View Demon List Placement +* Instead of having to go to Pointercrate to view the demon placement of a level, you can now **view the position** of an extreme demon! # Credits * [Jouca](https://twitter.com/JoucaJouca) diff --git a/changelog.md b/changelog.md index 5c3795c..3c259c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +# v1.1.0 + - More Leaderboards added (Diamonds, User Coins, Demons) + - Added Moderator List + - Added Demon List Placement when going to levels + - Fixed Mac Crash issues (Thanks to SharKing09 for testing) + - Support for older versions of mac + - Fixed Searching Users on Friends list crashing # v1.0.2 - Added Mac Support # v1.0.1 diff --git a/src/main.cpp b/src/main.cpp index 4f56f23..7894c0e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -17,6 +17,7 @@ #include "EventsPush.h" #include "ProcessLambdas.h" #include "MoreLeaderboards.h" +#include #include #ifdef GEODE_IS_WINDOWS #include "DownloadManager.h"