Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Feb 13, 2025
1 parent 08b3860 commit 56df5f7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.5] - 2025-02-13

### Fixed

- Fixed NoPacket detection when server thread is blocked
- Fixed some functions not working after reloading configuration

## [0.4.4] - 2025-02-12

### Added
Expand Down Expand Up @@ -296,6 +303,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#24]: https://github.com/LiteLDev/LeviAntiCheat/issues/24
[#25]: https://github.com/LiteLDev/LeviAntiCheat/issues/25

[0.4.5]: https://github.com/LiteLDev/LeviAntiCheat/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/LiteLDev/LeviAntiCheat/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/LiteLDev/LeviAntiCheat/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/LiteLDev/LeviAntiCheat/compare/v0.4.1...v0.4.2
Expand Down
Binary file modified LeviAntiCheat/LeviAntiCheat.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion LeviAntiCheat/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "LeviAntiCheat",
"entry": "LeviAntiCheat.dll",
"version": "0.4.4",
"version": "0.4.5",
"type": "native",
"description": "Lightweight anti-cheating for LeviLamina",
"author": "LiteLDev"
Expand Down
2 changes: 1 addition & 1 deletion tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviAntiCheat",
"version": "0.4.4",
"version": "0.4.5",
"info": {
"name": "LeviAntiCheat",
"description": "Powerful anti-cheating for LeviLamina",
Expand Down

0 comments on commit 56df5f7

Please sign in to comment.