Skip to content

Commit

Permalink
Release v408.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quizhizhe committed Mar 22, 2023
1 parent a5080d6 commit d46e111
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LiteLoader/include/liteloader/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 25 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
## 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

0 comments on commit d46e111

Please sign in to comment.