From f58538f62e53464df42c96f1e32d135c18cdf77a Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sun, 11 Jun 2023 18:08:06 +0800 Subject: [PATCH] chore: update RELEASE_NOTES.md --- LiteLoader/src/liteloader/BuiltinBugFix.cpp | 2 +- RELEASE_NOTES.md | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/LiteLoader/src/liteloader/BuiltinBugFix.cpp b/LiteLoader/src/liteloader/BuiltinBugFix.cpp index 45dac0cccd..372821b728 100644 --- a/LiteLoader/src/liteloader/BuiltinBugFix.cpp +++ b/LiteLoader/src/liteloader/BuiltinBugFix.cpp @@ -522,7 +522,7 @@ TInstanceHook(ExtendedStreamReadResult, return ExtendedStreamReadResult{StreamReadResult::Valid, ""}; } -// 修复玩家向未加载区块扔物品导致服务器崩溃 +// Fix item disappear caused by players throwing items at unloaded chunks #include #include diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e68b3ee28a..f09a9f01d5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,13 @@ -# Release 2.13.1 +# Release 2.14.0 -![BDS 1.19.81.01](https://img.shields.io/badge/BDS-1.19.81.01-blue?style=for-the-badge) ![Protocol 582](https://img.shields.io/badge/Protocol-582-orange?style=for-the-badge) +![BDS 1.20.0.01](https://img.shields.io/badge/BDS-1.20.0.01-blue?style=for-the-badge) ![Protocol 582](https://img.shields.io/badge/Protocol-582-orange?style=for-the-badge) -# Notice +## Added -This version has fixed two destructive BDS vulnerabilities, please update as quickly as possible +- Support 2.14.0 (by @dreamguxiang @OEOTYAN) -[//]: # (## Added) -## Changed - -- refactor: remove LevelChunkPacket hook because its vulnerability has been fixed +[//]: # (## Changed) ## Fixed -- fix: add hook to fix PlayerListPacket's memory leak vulnerability -- fix: add hook to fix SubClient exploit \ No newline at end of file +- Fix item disappear caused by players throwing items at unloaded chunks (by @timiya) \ No newline at end of file