Skip to content

Commit

Permalink
chore: update tooth.json & changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Feb 13, 2024
1 parent 17164bd commit cd23437
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -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"
}
],
Expand Down

0 comments on commit cd23437

Please sign in to comment.