Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
refactor: release_notes
Browse files Browse the repository at this point in the history
  • Loading branch information
yqs112358 committed Mar 21, 2023
1 parent 2674a56 commit f179a5f
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,39 @@
# Release 2.11.1
# Release 2.12.0-beta.1

![BDS 1.19.63.01](https://img.shields.io/badge/BDS-1.19.63.01-blue?style=for-the-badge) ![Protocol 568](https://img.shields.io/badge/Protocol-568-orange?style=for-the-badge)
![BDS 1.19.63.01](https://img.shields.io/badge/BDS-1.19.71.02-blue?style=for-the-badge) ![Protocol 568](https://img.shields.io/badge/Protocol-575-orange?style=for-the-badge)

## New Feature

- ⭐LLSE Support Python plugins (by @yqs112358 @twoone-3)
- More docs to see: [📋 Multi Development Language Support (litebds.com)](https://docs.litebds.com/en/#/LLSEPluginDevelopment/LanguageSupport?id=python-language-support-description)

## Adaptation

- feat: adapt to 1.19.70/71 (#1126) (by @dreamguxiang)
- fix: fix crash #1130 (by @dreamguxiang)
- fix: fix OwnerStorageEntity::tryUnwrap crash (by @dreamguxiang)
- fix: fix some packet api bugs (by @dreamguxiang)
- fix: fix ItemActor::getItemStack crash (by @dreamguxiang)

## Added

* feat: add PosDelta for entity in LLSE (by OEOTYAN)
* feat: rename pl.sneaking & add be.name for LLSE (by @shishkevichd @OEOTYAN)
* feat: add Level::getDimensionPtr (by @OEOTYAN)
- feat: add templates and update StaticVanillaBlocks (#1116) (by @OEOTYAN)
- feat: #1112 (#1118) (by 3 people)
- feat: complete Ref.hpp & EntityId (by @OEOTYAN)
- feat: add some common functions (#1138) (by @OEOTYAN)

## Changed

* feat: update WeakEntityRef.hpp (by @OEOTYAN)
* fix: fix a problem caused by HopperEvents (by @OEOTYAN)
- feat: refactor: replace some direct offset with dAccess (by @ShrBox)
- refactor: replace PacketId which is using int with MinecraftPacketIds (by @ShrBox)
- refactor: remove built-in packet filter (by @ShrBox)
- refactor: update MinecraftPacketIds (by @dreamguxiang)

## Fixed

* fix: Fix AddEfect #1100 (by @Tsubasa6848 @RimuruChan)
* fix: #1088 (by @Tsubasa6848 @OEOTYAN)
* fix: #959 (by @Tsubasa6848)
* feat: #1011 (by @Tsubasa6848 @Jasonzyt)
- fix: fix queryEntities (#1123) (by @OEOTYAN)
- fix: fix missing tick address (by @ShrBox)
- fix: fix crash caused by autoGenerate (by @ShrBox)
- fix: sendTextPacket, sendRawFormPacket and so on (by @ShrBox)

**Full Changelog**: https://github.com/LiteLDev/LiteLoaderBDS/compare/2.11.0...2.11.1
**Full Changelog**: https://github.com/LiteLDev/LiteLoaderBDS/compare/2.11.1...2.12.0-beta.1

0 comments on commit f179a5f

Please sign in to comment.