From acc469d6b212fa85df18028a9eb04cf8dab1c2ab Mon Sep 17 00:00:00 2001 From: Qiuzhizhe <42761326+quizhizhe@users.noreply.github.com> Date: Sun, 26 Mar 2023 07:00:35 -0700 Subject: [PATCH] Release v408.3.1 --- LiteLoader/include/liteloader/Version.h | 2 +- PermissionAPI-1.16.40 | 2 +- RELEASE_NOTES.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LiteLoader/include/liteloader/Version.h b/LiteLoader/include/liteloader/Version.h index 035edf7..c297fef 100644 --- a/LiteLoader/include/liteloader/Version.h +++ b/LiteLoader/include/liteloader/Version.h @@ -6,7 +6,7 @@ #define LITELOADER_VERSION_MAJOR 408 #define LITELOADER_VERSION_MINOR 3 -#define LITELOADER_VERSION_REVISION 0 +#define LITELOADER_VERSION_REVISION 1 #define LITELOADER_VERSION_ACTIONS 0 #define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV diff --git a/PermissionAPI-1.16.40 b/PermissionAPI-1.16.40 index 15e2c6d..23548dc 160000 --- a/PermissionAPI-1.16.40 +++ b/PermissionAPI-1.16.40 @@ -1 +1 @@ -Subproject commit 15e2c6d7149054f36f103de0a86d58e4548a506f +Subproject commit 23548dcf6a1761c0fab3268e733ac84b2b7ccee6 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 891afc3..d6b4200 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,7 @@ ![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) +v408.3.x 版本变更内容 ## Added * 添加`ActorBlockSyncMessage`结构 @@ -30,6 +31,10 @@ * 修复`SetDisplayObjectivePacket`类 * 修正`HitResult::getEntity`函数 +v408.3.1 + +* 修复指令在无作弊情况下不能使用 + ## Other * 已发布到Tooth库,可使用[Lip](https://github.com/LiteLDev/Lip)或者[LipUI](https://github.com/LiteLDev/LipUI)进行安装