File tree Expand file tree Collapse file tree 6 files changed +45
-27
lines changed Expand file tree Collapse file tree 6 files changed +45
-27
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.9.0] - 2025-01-25
11
+
12
+ ### Added
13
+
14
+ - Implemented Logger::setTitle
15
+ - Added mysql support except for Node.js engine
16
+ - Add FormCancelReason for GuiAPI
17
+ - Implemented registerPlugin for old plugins
18
+
19
+ ### Fixed
20
+
21
+ - Fix setAbility
22
+ - Fix runtime command warning
23
+ - Add missing stacktrace in catch
24
+ - Add missing LLSECallEventsOnHotUnload and fix unload
25
+
10
26
## [ 0.9.0-rc.5] - 2025-01-15
11
27
12
28
### Fixed
@@ -704,7 +720,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
704
720
705
721
[ #208 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/208
706
722
707
- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.5...HEAD
723
+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0...HEAD
724
+
725
+ [ 0.9.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.5...v0.9.0
708
726
709
727
[ 0.9.0-rc.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.4...v0.9.0-rc.5
710
728
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.9.0-rc.5 " ,
4
+ "version" : " 0.9.0" ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with Lua backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
8
8
"author" : " LiteLDev" ,
9
9
"tags" : [
10
- " levilamina" ,
10
+ " platform: levilamina" ,
11
11
" plugin-engine"
12
12
]
13
13
},
14
14
"dependencies" : {
15
- "github.com/LiteLDev/LegacyRemoteCall" : " 0.9.0-rc.4 " ,
16
- "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.0-rc.4 " ,
17
- "github.com/LiteLDev/LegacyMoney" : " 0.9.0-rc.4 "
15
+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.9.x " ,
16
+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.x " ,
17
+ "github.com/LiteLDev/LegacyMoney" : " 0.9.x "
18
18
},
19
19
"prerequisites" : {
20
- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.3 "
20
+ "github.com/LiteLDev/LeviLamina" : " 1.0.x "
21
21
},
22
22
"files" : {
23
23
"place" : [
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.9.0-rc.5 " ,
4
+ "version" : " 0.9.0" ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with NodeJs backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
8
8
"author" : " LiteLDev" ,
9
9
"tags" : [
10
- " levilamina" ,
10
+ " platform: levilamina" ,
11
11
" plugin-engine"
12
12
]
13
13
},
14
14
"dependencies" : {
15
- "github.com/LiteLDev/LegacyRemoteCall" : " 0.9.0-rc.4 " ,
16
- "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.0-rc.4 " ,
17
- "github.com/LiteLDev/LegacyMoney" : " 0.9.0-rc.4 " ,
15
+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.9.x " ,
16
+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.x " ,
17
+ "github.com/LiteLDev/LegacyMoney" : " 0.9.x " ,
18
18
"gitea.litebds.com/ShrBox/7-zip" : " 24.x" ,
19
19
"gitea.litebds.com/LiteLDev/node-binaries" : " 22.12.0-rc.1"
20
20
},
21
21
"prerequisites" : {
22
- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.3 "
22
+ "github.com/LiteLDev/LeviLamina" : " 1.0.x "
23
23
},
24
24
"files" : {
25
25
"place" : [
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.9.0-rc.5 " ,
4
+ "version" : " 0.9.0" ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with Python backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
8
8
"author" : " LiteLDev" ,
9
9
"tags" : [
10
- " levilamina" ,
10
+ " platform: levilamina" ,
11
11
" plugin-engine"
12
12
]
13
13
},
14
14
"dependencies" : {
15
- "github.com/LiteLDev/LegacyRemoteCall" : " 0.9.0-rc.4 " ,
16
- "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.0-rc.4 " ,
17
- "github.com/LiteLDev/LegacyMoney" : " 0.9.0-rc.4 "
15
+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.9.x " ,
16
+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.x " ,
17
+ "github.com/LiteLDev/LegacyMoney" : " 0.9.x "
18
18
},
19
19
"prerequisites" : {
20
- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.3 "
20
+ "github.com/LiteLDev/LeviLamina" : " 1.0.x "
21
21
},
22
22
"files" : {
23
23
"place" : [
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.9.0-rc.5 " ,
4
+ "version" : " 0.9.0" ,
5
5
"info" : {
6
6
"name" : " LegacyScriptEngine with QuickJs backend" ,
7
7
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
8
8
"author" : " LiteLDev" ,
9
9
"tags" : [
10
- " levilamina" ,
10
+ " platform: levilamina" ,
11
11
" plugin-engine"
12
12
]
13
13
},
14
14
"dependencies" : {
15
- "github.com/LiteLDev/LegacyRemoteCall" : " 0.9.0-rc.4 " ,
16
- "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.0-rc.4 " ,
17
- "github.com/LiteLDev/LegacyMoney" : " 0.9.0-rc.4 "
15
+ "github.com/LiteLDev/LegacyRemoteCall" : " 0.9.x " ,
16
+ "github.com/LiteLDev/LegacyParticleAPI" : " 0.9.x " ,
17
+ "github.com/LiteLDev/LegacyMoney" : " 0.9.x "
18
18
},
19
19
"prerequisites" : {
20
- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.3 "
20
+ "github.com/LiteLDev/LeviLamina" : " 1.0.x "
21
21
},
22
22
"files" : {
23
23
"place" : [
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
3
add_repositories (" liteldev-repo https://github.com/LiteLDev/xmake-repo.git" )
4
4
5
5
if is_config (" target_type" , " server" ) then
6
- add_requires (" levilamina 1.0.0-rc.3 " , {configs = {target_type = " server" }})
6
+ add_requires (" levilamina 1.0.0" , {configs = {target_type = " server" }})
7
7
else
8
- add_requires (" levilamina 1.0.0-rc.3 " , {configs = {target_type = " client" }})
8
+ add_requires (" levilamina 1.0.0" , {configs = {target_type = " client" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments