diff --git a/CHANGELOG.md b/CHANGELOG.md index a493a87..4132303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v2.3.1 +**Fixes**: +* Fixed vanilla bug with hitboxes, mirror portals and slopes +* Fixed compatibility with some mods +* Fixed wave trail color being wrong with hitboxes enabled +* Attempted to fix "Respawn Delay" not working for some users +* Fixed "Show Minutes" in "Accurate Percentage" +* Fixed some label templates + +**Other**: +* Added "{session_time}" label template +* Added ability to see the rotated player hitbox + ## v2.3.0 **New**: * Added "Accurate Percentage" diff --git a/CMakeLists.txt b/CMakeLists.txt index c656e6d..1775225 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.15) project( OpenHack - VERSION 2.3.0 + VERSION 2.3.1 HOMEPAGE_URL "https://github.com/Prevter/OpenHack" LANGUAGES C CXX ) diff --git a/mod.json b/mod.json index 80f9737..7bc7c10 100644 --- a/mod.json +++ b/mod.json @@ -3,7 +3,7 @@ "gd": { "win": "2.204" }, - "version": "v2.3.0", + "version": "v2.3.1", "id": "prevter.openhack", "name": "OpenHack", "developer": "Prevter",