Skip to content

Commit

Permalink
chore: update changelog & tooth.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Feb 5, 2024
1 parent 22779aa commit db90687
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2024-02-5

### Added

- Add reflection offset getter
- Add some struct for ScriptAPI
- Add dark mode to docs
- Add dimension enum to command
- Support molang registery
- Add formid manager to resolve potential conflicts
- Add tpdim command

### Changed

- Refactor the command registration system
- Support for const member function hook
- Add overload support to hook
- Reuse function pointer hook with overload
- Move native API docs
- Refactoring tr strings
- Refactoring i18n
- Replace logDebugResult into std::visit
- Refactor form api
- Bypass preloader plugins

### Fixed

- Remove extra include
- Fix all clang&msvc warnings
- Fix bedrock service multi-threaded access conficts
- Fix a fatal bug in 0.6.3 that causes crashes

## [0.6.3] - 2024-01-30

### Changed
Expand Down Expand Up @@ -186,7 +218,8 @@ First preview release.

For lip and tooth-hub test only.

[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.3...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.3...v0.7.0
[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
[0.6.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.0...v0.6.1
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.6.3",
"version": "0.7.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.6.3/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.7.0/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.20.50 || 1.20.51",
"github.com/LiteLDev/PeEditor": "3.5.x",
Expand Down

0 comments on commit db90687

Please sign in to comment.