diff --git a/CHANGELOG.md b/CHANGELOG.md index dff542b3dd..623548f444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.5.1] - 2023-01-19 +## [0.6.0] - 2024-01-28 + +### Added + +- Add initializer list to CompoundTag +- Complete the size of RenderParams and VanillaTreeFeature, as well as VillageFeature, add their respective member variables to WorldBlockTarget and WorldGenContext +- Add a virtual destructor to IBlockWorldGenAPI to ensure its size is correct +- Add member variables to ChunkSource +- Filler DistanceSortedActor struct +- Dependency diagnostic for NativePlugin +- Complete the member variables for Pos2d, the size for Block, and the parent class list for DividedPos2d +- Revise the construction of buffer_span_mut and ActorBlockSyncMessage, and complete the member variables for ChunkLocalNoiseCache +- Add member variables to Aquifer::FluidSample and Aquifer +- Move fakeChangeDimension to api + +### Changed + +- Compress dim nbt data +- Logger switch to format_string for compile time instantiate +- Refactoring format string +- Remove DimensionUtils + +### Fixed + +- Fix current_zone not working on old Windows and Wine +- Fix snbt empty list bug +- Fix CommandRegistry crash in using Symbol member +- Fix CommandRegistry::Symbol abi +- Fix the offset size error in member variable comments caused by changes in member variables. +- Logger add override for msg only print +- Fix some error in custom dimension +- Fix LevelSeed64 crash +- Fix dll deps load + +## [0.5.1] - 2024-01-19 ### Added @@ -31,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update enum classes with explicit underlying types - Fix FlatWorldGeneratorOptions -## [0.5.0] - 2023-01-17 +## [0.5.0] - 2024-01-17 ### Added @@ -116,6 +150,7 @@ First preview release. For lip and tooth-hub test only. [unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.4.2...HEAD +[0.6.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.4.2...v0.5.0 [0.4.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.4.1...v0.4.2 diff --git a/tooth.json b/tooth.json index 4a9d7b015b..5d3c4a60cd 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.5.1", + "version": "0.6.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.5.1/levilamina-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.6.0/levilamina-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.20.50 || 1.20.51", "github.com/LiteLDev/PeEditor": "3.5.x",