diff --git a/CHANGELOG.md b/CHANGELOG.md index 3093ceae15..e67719521b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.4] - 2024-03-14 + +### Fixed + +- Fix logic error in TickSyncSleep +- Fix Actor::traceRay [#1481] + ## [0.9.3] - 2024-03-11 ### Added @@ -17,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add plugin register helper - Add `PostprocessingManager::LockedChunk`,`buffer_span` , `DividedPos2d`add some member (#1484) - ### Changed - Add catch in TickSyncTaskPool @@ -30,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix missing dllexport in `SimpleForm::appendButton` - Fix missing include in file_utils - Fix string utils -- Fix #1483 +- Fix [#1483] ## [0.9.2] - 2024-03-01 @@ -334,7 +340,11 @@ First preview release. For lip and tooth-hub test only. -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.3...HEAD +[#1481]: https://github.com/LiteLDev/LeviLamina/issues/1481 +[#1483]: https://github.com/LiteLDev/LeviLamina/issues/1483 + +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.4...HEAD +[0.9.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.0...v0.9.1 diff --git a/tooth.json b/tooth.json index cd42f4fcf6..678a71896d 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.9.3", + "version": "0.9.4", "info": { "name": "LeviLamina", "description": "A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS", "author": "LiteLDev", "tags": [] }, - "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.9.3/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.9.4/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.20.62", "github.com/LiteLDev/CrashLogger": "1.1.x",