Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
bump version to 2.3.1
Browse files Browse the repository at this point in the history
Prevter committed May 17, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Czaki Grzegorz Bokota
1 parent 04e6194 commit 1085ef8
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"gd": {
"win": "2.204"
},
"version": "v2.3.0",
"version": "v2.3.1",
"id": "prevter.openhack",
"name": "OpenHack",
"developer": "Prevter",

0 comments on commit 1085ef8

Please sign in to comment.