diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ab836ce8..bcb2ceafa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.0] - 2024-02-13 + +### Added + +- **Adapted to BDS version `1.20.61`** +- Added a method to allow OPs to use cheat commands when cheats are disabled in the server properties +- Added built-in command 'memstatus' to query memory status +- Added new memory allocator +- Added more color conversion functions + +### Changed + +- Refactored BuiltinCommands +- Allow instantiation of FlatWorldGeneratorOptions and BlockVolume without parameters +- Modify the installation details of Levilamina +- Complete the pure virtual class IMemoryAllocator + +### Fixed + +- Fixed bugs in Molang and HashedString + ## [0.7.2] - 2024-02-05 ### Added @@ -218,7 +239,8 @@ First preview release. For lip and tooth-hub test only. -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.2...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.8.0...HEAD +[0.8.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.2...v0.8.0 [0.7.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.3...v0.7.2 [0.6.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.1...v0.6.2 diff --git a/tooth.json b/tooth.json index 47ca808fc8..ce329b5ccf 100644 --- a/tooth.json +++ b/tooth.json @@ -1,27 +1,27 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.7.2", + "version": "0.8.0", "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.7.2/levilamina-release-windows-x64.zip", - "dependencies": { - "github.com/LiteLDev/bds": "1.20.50 || 1.20.51", - "github.com/LiteLDev/PeEditor": "3.5.x", - "github.com/LiteLDev/PreLoader": "1.5.x" - }, + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.8.0/levilamina-release-windows-x64.zip", + "dependencies": { + "github.com/LiteLDev/bds": "1.20.61.01", + "github.com/LiteLDev/PeEditor": "3.5.x", + "github.com/LiteLDev/PreLoader": "1.5.x" + }, "files": { "place": [ { - "src": "LeviLamina.dll", + "src": "bin/LeviLamina.dll", "dest": "LeviLamina.dll" }, { - "src": "LeviLamina.pdb", + "src": "bin/LeviLamina.pdb", "dest": "LeviLamina.pdb" } ],