From 935b0d8ee3b199fec6c6b500d22896b1ec987c81 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Fri, 31 May 2024 21:21:55 +0800 Subject: [PATCH] chore: update CHANGELOG.md & tooth.json --- CHANGELOG.md | 14 +++++++++++++- tooth.json | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44a9195bb..86e403d1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.4] - 2024-05-31 + +### Changed + +- Allow copy SpawnParticleEffectPacket +- Update MaterialType.h (#1529) +- Remove useless check in plugin manager +- Refactoring winapis +- Fill LogArea (#1535) +- Fix Dimension vtable (#1538) + ## [0.12.3] - 2024-05-03 ### Added @@ -524,7 +535,8 @@ For lip and tooth-hub test only. [#1502]: https://github.com/LiteLDev/LeviLamina/issues/1502 [#1520]: https://github.com/LiteLDev/LeviLamina/issues/1520 -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.3...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.4...HEAD +[0.12.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.3...v0.12.4 [0.12.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.2...v0.12.3 [0.12.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.0...v0.12.1 diff --git a/tooth.json b/tooth.json index 1f5a41ca31..2220238af1 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.12.3", + "version": "0.12.4", "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.12.3/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.12.4/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": ">=1.20.80 <1.20.90", "github.com/LiteLDev/CrashLogger": "1.1.x",