From e723c6c4cb2ffd624858afb07fa9767acc996350 Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Fri, 3 Mar 2023 11:22:28 -0800 Subject: [PATCH] Release v408.2.0 --- CHANGELOG.md | 14 -------------- LiteLoader/include/liteloader/Version.h | 2 +- RELEASE_NOTES.md | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 CHANGELOG.md create mode 100644 RELEASE_NOTES.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index a4b73668..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,14 +0,0 @@ -## [LiteLoader Release Note] -LiteLoaderBDS-408.1.0 update has been released, adapted 1.16.40.02, ProtocolVersion 408 -Support [LLCheckBag](https://github.com/quizhizhe/LLCheckBag/releases/tag/v1.3.7-1.16.40) - -## [Add] -- Add `Level::BlockPalettePtr` to replace `Level::BlockPalette` - -## [Fix] -- Fix Form System -- Fix `WitherBossDestroy Event` -- Fix `mce::UUID::isEmpty()` - -## [Other] -- Null \ No newline at end of file diff --git a/LiteLoader/include/liteloader/Version.h b/LiteLoader/include/liteloader/Version.h index 7a8c3352..9ae96b35 100644 --- a/LiteLoader/include/liteloader/Version.h +++ b/LiteLoader/include/liteloader/Version.h @@ -5,7 +5,7 @@ #define LITELOADER_VERSION_RELEASE 2 #define LITELOADER_VERSION_MAJOR 408 -#define LITELOADER_VERSION_MINOR 1 +#define LITELOADER_VERSION_MINOR 2 #define LITELOADER_VERSION_REVISION 0 #define LITELOADER_VERSION_ACTIONS 0 #define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 00000000..40aea1b2 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,19 @@ +# Release 408.2.0 + +![BDS 1.16.40.02](https://img.shields.io/badge/BDS-1.16.40.02-blue?style=for-the-badge) ![Protocol 408](https://img.shields.io/badge/Protocol-408-orange?style=for-the-badge) + +## Added + +* Null + +## Changed + +* 重构文件结构 +* 更改LL命名空间至ll +* 添加SDK库![SDK-cpp](https://github.com/quizhizhe/LL-SDK-cpp-1.16.40) + +## Fixed + +* Fix AttributeInstance class + +**Full Changelog**: https://github.com/quizhizhe/LiteLoaderBDS-1.16.40/compare/408.1.0...408.2.0 \ No newline at end of file