@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
23
## [ 0.9.6] - 2025-02-07
11
24
12
25
### Added
@@ -732,6 +745,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
732
745
[ #206 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/206
733
746
[ #207 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/207
734
747
[ #208 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/208
748
+ [ #212 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/212
735
749
[ #213 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/213
736
750
[ #214 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/214
737
751
[ #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
743
757
[ #226 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/226
744
758
[ #227 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/227
745
759
[ #231 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/231
760
+ [ #236 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/236
746
761
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
748
764
[ 0.9.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.5...v0.9.6
749
765
[ 0.9.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...v0.9.5
750
766
[ 0.9.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.3...v0.9.4
0 commit comments