From cc032aba98256aafbb925f78c2e7e5f67f1cd6f3 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Thu, 29 Feb 2024 17:22:43 +0800 Subject: [PATCH] chore: update tooth.json & changelog.md --- CHANGELOG.md | 16 +++++++++++++++- tooth.json | 6 +++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c69a66a3..02d0d8625c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.1] - 2024-02-29 + +### Added + +- Add new BossBarColor enum value +- Add BlockVolume::block +- Add statistics service +- Add `ll reactivate` command + +### Changed + +- Optimize `ll show` command output + ## [0.9.0] - 2024-02-24 ### Added @@ -289,7 +302,8 @@ First preview release. For lip and tooth-hub test only. -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.8.4...v0.9.0 [0.8.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.8.1...v0.8.3 diff --git a/tooth.json b/tooth.json index 7c5c9f54bf..413f4aad14 100644 --- a/tooth.json +++ b/tooth.json @@ -1,18 +1,18 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.9.0", + "version": "0.9.1", "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.0/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.9.1/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.20.62", "github.com/LiteLDev/CrashLogger": "1.1.x", - "github.com/LiteLDev/levilamina-loc": "0.x", + "github.com/LiteLDev/levilamina-loc": "1.0.x", "github.com/LiteLDev/PeEditor": "3.5.x", "github.com/LiteLDev/PreLoader": "1.5.x" },