diff --git a/changelog.md b/changelog.md index 6dafe28..b40591c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,67 +1,73 @@ # Changelog -## v1.3.0-alpha.16 (2024-06-20) +## v1.3.0-beta.1 (2024-06-20) +* Added user search for more leaderboards +* Added RobTop in credits (thanks!) +* Fixed random crashes when doing HTTP requests +* Fixed buttons not removing after selecting country + +## v1.3.0-alpha.16 (2024-06-20) * Added Better Progression leaderboard * Added Classic/Platformer demons leaderboards * Added RobTop badge in Moderators list * Fixed lists progression bar that were not showing correctly the real progression of the user -## v1.3.0-alpha.15 (2024-06-18) +## v1.3.0-alpha.15 (2024-06-18) * Added user progression when receiving a list rate notification -## v1.3.0-alpha.14 (2024-06-17) +## v1.3.0-alpha.14 (2024-06-17) * Fixed country flags not showing everytime * Fixed loading circle superposition when loading More Leaderboards & Moderators List TOO FAST (speedy guy...) * Updated content for changelog, about & README -## v1.3.0-alpha.13 (2024-06-17) +## v1.3.0-alpha.13 (2024-06-17) * Added Monster gauntlet new design * Fixed crashes when returning to profile when viewing for lists/levels -## v1.3.0-alpha.12 (2024-06-16) +## v1.3.0-alpha.12 (2024-06-16) * Added list rate notifications * Fixed crashes with cosmetics * Fixed notifications clicking during in-game situations -## v1.3.0-alpha.11 (2024-06-15) +## v1.3.0-alpha.11 (2024-06-15) * Fixed flags sprites to be more sweet * Changed sprites for new TAB buttons for More Leaderboards * Changed More Leaderboards HTTP POST requests to GET (increase performance!) -## v1.3.0-alpha.10 (2024-06-14) +## v1.3.0-alpha.10 (2024-06-14) * Changed sprites for new TAB buttons for More Leaderboards (in preparation) -## v1.3.0-alpha.9 (2024-06-14) +## v1.3.0-alpha.9 (2024-06-14) * Added flags on usernames in More Leaderboards * Fixed NodeIDs stuffs with More Leaderboards -## v1.3.0-alpha.8 (2024-06-12) +## v1.3.0-alpha.8 (2024-06-12) * Adapted regions HTTP requests to make it only one -## v1.3.0-alpha.7 (2024-06-11) +## v1.3.0-alpha.7 (2024-06-11) * Added selection for leaderboards by countries -## v1.3.0-alpha.6 (2024-06-10) +## v1.3.0-alpha.6 (2024-06-10) * Added Doom & Split gauntlets new design * Added UI settings for gauntlets & share URL button * Fixed bug making in double the GDUtils badge for developers -## v1.3.0-alpha.5 (2024-06-09) +## v1.3.0-alpha.5 (2024-06-09) * Added NCS gauntlets new design * Fixed some crashes with daily chest notifications -## v1.3.0-alpha.4 (2024-06-08) +## v1.3.0-alpha.4 (2024-06-08) * Fixed some informations with changelog, about & README -## v1.3.0-alpha.3 (2024-06-08) +## v1.3.0-alpha.3 (2024-06-08) * Fixed some internal crashes -## v1.3.0-alpha.2 (2024-06-08) +## v1.3.0-alpha.2 (2024-06-08) * Added daily chest notifications * Added previews for locked icons with colors * Added some epic gauntlet redesigns * Fixed some dependencies -## v1.3.0-alpha.1 (2024-06-07) +## v1.3.0-alpha.1 (2024-06-07) * Preparing support for GD 2.206 ## v1.2.20 (2024-05-03) diff --git a/mod.json b/mod.json index 2d79125..d4dfd56 100644 --- a/mod.json +++ b/mod.json @@ -1,6 +1,6 @@ { "geode": "3.0.0-beta.2", - "version": "v1.3.0-alpha.16", + "version": "v1.3.0-beta.1", "gd": { "win": "2.206", "android": "2.206",