Skip to content

Commit 0f82099

Browse files
committed
chore: update CHANGELOG.md
1 parent e93bb58 commit 0f82099

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 17 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.7] - 2025-02-10
11+
12+
### Added
13+
14+
- Added more block for onRedStoneUpdate [#212]
15+
16+
### Fixed
17+
18+
- Fixed debug command output
19+
- Fixed Player::talkAs & talkTo
20+
- Fixed onMobHurt [#236]
21+
- Fixed onEffectRemoved not triggered when effects are removed manually
22+
1023
## [0.9.6] - 2025-02-07
1124

1225
### Added
@@ -732,6 +745,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
732745
[#206]: https://github.com/LiteLDev/LegacyScriptEngine/issues/206
733746
[#207]: https://github.com/LiteLDev/LegacyScriptEngine/issues/207
734747
[#208]: https://github.com/LiteLDev/LegacyScriptEngine/issues/208
748+
[#212]: https://github.com/LiteLDev/LegacyScriptEngine/issues/212
735749
[#213]: https://github.com/LiteLDev/LegacyScriptEngine/issues/213
736750
[#214]: https://github.com/LiteLDev/LegacyScriptEngine/issues/214
737751
[#216]: https://github.com/LiteLDev/LegacyScriptEngine/issues/216
@@ -743,8 +757,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
743757
[#226]: https://github.com/LiteLDev/LegacyScriptEngine/issues/226
744758
[#227]: https://github.com/LiteLDev/LegacyScriptEngine/issues/227
745759
[#231]: https://github.com/LiteLDev/LegacyScriptEngine/issues/231
760+
[#236]: https://github.com/LiteLDev/LegacyScriptEngine/issues/236
746761

747-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.6...HEAD
762+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.7...HEAD
763+
[0.9.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.6...v0.9.7
748764
[0.9.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.5...v0.9.6
749765
[0.9.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...v0.9.5
750766
[0.9.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.3...v0.9.4

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.6",
4+
"version": "0.9.7",
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.6",
4+
"version": "0.9.7",
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.6",
4+
"version": "0.9.7",
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.6",
4+
"version": "0.9.7",
55
"info": {
66
"name": "LegacyScriptEngine with QuickJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)