Skip to content

Commit 06a1c1c

Browse files
committed
chore: update CHANGELOG.md
1 parent a9d14ce commit 06a1c1c

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.2] - 2025-01-29
11+
12+
### Fixed
13+
14+
- Removed redundant endl in ColorLog
15+
- Add missing destroy engine when load failed
16+
- Fixed Player/Entity::getBlockFromViewVector [#214]
17+
- Fixed Player/Entity::isOnHotBlock
18+
- Fixed Player::setAbility [#213]
19+
- Fixed Logger::setLogLevel & ColorLog
20+
- Fixed debug engine's logger
21+
- Fixed npm executing [#204]
22+
1023
## [0.9.1] - 2025-01-26
1124

1225
### Fixed
@@ -720,13 +733,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
720733

721734
[#203]: https://github.com/LiteLDev/LegacyScriptEngine/issues/203
722735

736+
[#204]: https://github.com/LiteLDev/LegacyScriptEngine/issues/204
737+
723738
[#206]: https://github.com/LiteLDev/LegacyScriptEngine/issues/206
724739

725740
[#207]: https://github.com/LiteLDev/LegacyScriptEngine/issues/207
726741

727742
[#208]: https://github.com/LiteLDev/LegacyScriptEngine/issues/208
728743

729-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.1...HEAD
744+
[#213]: https://github.com/LiteLDev/LegacyScriptEngine/issues/213
745+
746+
[#214]: https://github.com/LiteLDev/LegacyScriptEngine/issues/214
747+
748+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.2...HEAD
749+
750+
[0.9.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.1...v0.9.2
730751

731752
[0.9.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0...v0.9.1
732753

tooth.lua.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"info": {
66
"name": "LegacyScriptEngine with Lua backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

tooth.nodejs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"info": {
66
"name": "LegacyScriptEngine with NodeJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

tooth.python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"info": {
66
"name": "LegacyScriptEngine with Python backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

tooth.quickjs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
4-
"version": "0.9.1",
4+
"version": "0.9.2",
55
"info": {
66
"name": "LegacyScriptEngine with QuickJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)