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

Commit

Permalink
Release 2.12.1 (LiteLDev#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox authored Mar 26, 2023
2 parents 10263f6 + 06a8248 commit 27614f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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 12
#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
5 changes: 3 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
## Added

- feat: add patch to fix LevelChunkPacket crash (by @ShrBox)
- feat: optimize error messages (by @StarsDream00)

## Changed

Expand All @@ -17,11 +18,11 @@
## Fixed

- fix: fix NpcCmd(#1158) & Actor::isOnGround (by @OEOTYAN)
- fix: fix hot load/reload of python backend (by @yqs112358)
- fix: fix hot load/reload of python plugins (by @yqs112358)
- fix: add some missing LLSE apis (by @yqs112358)
- fix: add SetThreadDescription to DEBUG compile mode (by @yqs112358)
- fix: update ScriptX to fix a serious Python constructor bug (by @yqs112358)
- fix: error in Schedule task will not cause the repeat stopped (by @yqs112358)
- fix: disable all python's sys.stdin to fix stdin hijack (by @yqs112358)
- fix: update data structure StringByteInput for CompoundTag::fromBinaryNBT (#1166) (by @WangYneos)
- fix: PlayerScoreChangedEvent #1165 (by @ShrBox)
- fix: PlayerScoreChangedEvent #1165 (by @ShrBox)

0 comments on commit 27614f5

Please sign in to comment.