@@ -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
0 commit comments