From 8613f3cfafc422c9247941c707baff260fec9542 Mon Sep 17 00:00:00 2001 From: Oleksandr Nemesh Date: Thu, 21 Mar 2024 00:03:09 +0200 Subject: [PATCH] Update CHANGELOG.md gotta keep track of what was added :) --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b493680..e16c8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## v2.2.0 +**New**: +* Added "TPS Bypass" +* Added "Zephyrus" (replays) +* Added "Show Hitboxes" + "on Death" +* Added "Frame Stepper" +* Added "Random Seed" +* Added "Respawn Delay" +* Added "Main Menu Gameplay" +* Added API for mod developers +* Added new themes + +**Fixes**: +* Fixed StartPos Switcher default index being maxed out +* Fixed rare crash when loading a corrupted config file +* Fixed windows getting stuck at the edge of the screen while animating +* Fixed windows spawning in the same spot on the first open +* Fixed search bar width being too big +* Fixed RGB Icons not working properly sometimes +* Fixed missing keybind initializer for VSync +* Fixed build errors when building the project with "BUILD_STANDALONE=OFF" + +**Other**: +* Improved menu close/open animations +* Added keybind/tooltip for toggles with settings +* Added UI scaling for different display resolutions + ## v2.1.0 **New**: * Reimplemented "Discord RPC" with x4 more features