diff --git a/LiteLoader/include/liteloader/Version.h b/LiteLoader/include/liteloader/Version.h index 9ae96b3..035edf7 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 2 +#define LITELOADER_VERSION_MINOR 3 #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 index 40aea1b..891afc3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,19 +1,37 @@ -# Release 408.2.0 +# Release 408.3.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 +* 添加`ActorBlockSyncMessage`结构 +* 添加`Potion::PotionType`成员 +* 添加`Potion::PotionVariant`成员 ## Changed -* 重构文件结构 -* 更改LL命名空间至ll -* 添加SDK库![SDK-cpp](https://github.com/quizhizhe/LL-SDK-cpp-1.16.40) +* 集中偏移量到一个头文件 +* 规范`EventAPI.h`里变量命名 +* 补全`Explosion`类 +* 补全`HitResult`类 +* 部分补全`LevelContainerModel`类 ## Fixed -* Fix AttributeInstance class +* 修复`PlayerDropItem`事件 +* 修复`BlockExploded`事件 +* 修复`ContainerChange`事件,未测试,可能有问题 +* 修复`ProjectileHitBlock`事件 +* 修复`MobHurt`事件 +* 修复`ProjectileHitEntity`事件 +* 修复`ProjectileSpawn`事件 +* 修复`SetScorePacket`类 +* 修复`TransferPacket`类 +* 修复`SetDisplayObjectivePacket`类 +* 修正`HitResult::getEntity`函数 -**Full Changelog**: https://github.com/quizhizhe/LiteLoaderBDS-1.16.40/compare/408.1.0...408.2.0 \ No newline at end of file +## Other + +* 已发布到Tooth库,可使用[Lip](https://github.com/LiteLDev/Lip)或者[LipUI](https://github.com/LiteLDev/LipUI)进行安装 + +**Full Changelog**: https://github.com/quizhizhe/LiteLoaderBDS-1.16.40/compare/408.2.0...408.3.0 \ No newline at end of file