File tree 5 files changed +13
-5
lines changed
5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.10.0-rc.2] - 2025-03-02
11
+
12
+ ### Fixed
13
+
14
+ - Fixed onNpcCmd event
15
+ - Use coro for delay command registration instead of ServerStartedEvent to fix command registration in onServerStarted event
16
+
10
17
## [ 0.10.0-rc.1] - 2025-03-01
11
18
12
19
### Changed
@@ -767,7 +774,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
767
774
[ #231 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/231
768
775
[ #236 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/236
769
776
770
- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.0-rc.1...HEAD
777
+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.0-rc.2...HEAD
778
+ [ 0.10.0-rc.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.0-rc.1...v0.10.0-rc.2
771
779
[ 0.10.0-rc.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.7...v0.10.0-rc.1
772
780
[ 0.9.7 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.6...v0.9.7
773
781
[ 0.9.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.5...v0.9.6
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-lua" ,
4
- "version" : " 0.10.0-rc.1 " ,
4
+ "version" : " 0.10.0-rc.2 " ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with Lua backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs" ,
4
- "version" : " 0.10.0-rc.1 " ,
4
+ "version" : " 0.10.0-rc.2 " ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with NodeJs backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-python" ,
4
- "version" : " 0.10.0-rc.1 " ,
4
+ "version" : " 0.10.0-rc.2 " ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with Python backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"format_version" : 2 ,
3
3
"tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" ,
4
- "version" : " 0.10.0-rc.1 " ,
4
+ "version" : " 0.10.0-rc.2 " ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with QuickJs backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
You can’t perform that action at this time.
0 commit comments