File tree Expand file tree Collapse file tree 6 files changed +34
-22
lines changed Expand file tree Collapse file tree 6 files changed +34
-22
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.0-rc.2] - 2025-01-10
11+
12+ ### Fixed
13+
14+ - Fix command compatibility
15+ - Fix System::cmd and System::newProcess [ #203 ]
16+ - Fix npm & pip command
17+
1018## [ 0.9.0-rc.1] - 2025-01-09
1119
1220### Changed
@@ -662,7 +670,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
662670
663671[ #186 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/186
664672
665- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.1...HEAD
673+ [ #203 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/203
674+
675+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.2...HEAD
676+
677+ [ 0.9.0-rc.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.1...v0.9.0-rc.2
666678
667679[ 0.9.0-rc.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.20...v0.9.0-rc.1
668680
Original file line number Diff line number Diff line change 11{
2- "format_version" : 2 ,
3- "tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
4- "version" : " 0.9.0-rc.1 " ,
5- "info" : {
6- "name" : " LegacyScriptEngine" ,
7- "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
8- "author" : " LiteLDev" ,
9- "tags" : [
10- " levilamina" ,
11- " plugin-engine"
12- ]
13- },
14- "dependencies" : {
15- "gitea.litebds.com/LiteLDev/legacy-script-engine-lua" : " 0.9.0-rc.1 " ,
16- "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" : " 0.9.0-rc.1 "
17- }
2+ "format_version" : 2 ,
3+ "tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
4+ "version" : " 0.9.0-rc.2 " ,
5+ "info" : {
6+ "name" : " LegacyScriptEngine" ,
7+ "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
8+ "author" : " LiteLDev" ,
9+ "tags" : [
10+ " levilamina" ,
11+ " plugin-engine"
12+ ]
13+ },
14+ "dependencies" : {
15+ "gitea.litebds.com/LiteLDev/legacy-script-engine-lua" : " 0.9.0-rc.2 " ,
16+ "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" : " 0.9.0-rc.2 "
17+ }
1818}
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-lua" ,
4- "version" : " 0.9.0-rc.1 " ,
4+ "version" : " 0.9.0-rc.2 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with Lua backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs" ,
4- "version" : " 0.9.0-rc.1 " ,
4+ "version" : " 0.9.0-rc.2 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with NodeJs backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
1616 "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.0-rc.3" ,
1717 "github.com/LiteLDev/LegacyMoney" : " 0.9.0-rc.3" ,
1818 "gitea.litebds.com/ShrBox/7-zip" : " 23.x" ,
19- "gitea.litebds.com/LiteLDev/node-binaries" : " 22.12.0"
19+ "gitea.litebds.com/LiteLDev/node-binaries" : " 22.12.0-fix "
2020 },
2121 "prerequisites" : {
2222 "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.2"
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-python" ,
4- "version" : " 0.9.0-rc.1 " ,
4+ "version" : " 0.9.0-rc.2 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with Python backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change 11{
22 "format_version" : 2 ,
33 "tooth" : " gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs" ,
4- "version" : " 0.9.0-rc.1 " ,
4+ "version" : " 0.9.0-rc.2 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with QuickJs backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
You can’t perform that action at this time.
0 commit comments