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

Commit

Permalink
chore: update RELEASE_NOTES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Mar 5, 2023
1 parent aec1ade commit c015dca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LiteLoader/include/liteloader/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define LITELOADER_VERSION_MAJOR 2
#define LITELOADER_VERSION_MINOR 11
#define LITELOADER_VERSION_REVISION 0
#define LITELOADER_VERSION_REVISION 1
#define LITELOADER_VERSION_COMMIT_SHA UNKNOWN
#define LITELOADER_VERSION_STATUS LITELOADER_VERSION_DEV
#define LITELOADER_VERSION_STATUS_VERSION 0
Expand Down
19 changes: 11 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# Release 2.11.0
# Release 2.11.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)

## Added

* Add feetPos for Player and Entity in LLSE (by @yqs112358)
* Add resourcepack encryption (by @dreamguxiang)
* Add get/setTime() get/setWeather() api in LLSE (by @ACX66)
* 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)

## Changed

* Update Header for 1.19.63 (by @dreamguxiang)
* Add members for HopperSearchItemEvent & HopperPushOutEvent (by @ACX66)
* feat: update WeakEntityRef.hpp (by @OEOTYAN)
* fix: fix a problem caused by HopperEvents (by @OEOTYAN)

## Fixed

* Fix PlayerAttackEvent::mAttackDamage (by @ACX66)
* fix: Fix AddEfect #1100 (by @Tsubasa6848 @RimuruChan)
* fix: #1088 (by @Tsubasa6848 @OEOTYAN)
* fix: #959 (by @Tsubasa6848)
* feat: #1011 (by @Tsubasa6848 @Jasonzyt)

**Full Changelog**: https://github.com/LiteLDev/LiteLoaderBDS/compare/2.10.1...2.11.0
**Full Changelog**: https://github.com/LiteLDev/LiteLoaderBDS/compare/2.11.0...2.11.1

0 comments on commit c015dca

Please sign in to comment.