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
77
88## [ Unreleased]
99
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+
1026## [ 0.9.0-rc.5] - 2025-01-15
1127
1228### Fixed
@@ -704,7 +720,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
704720
705721[ #208 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/208
706722
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
708726
709727[ 0.9.0-rc.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.4...v0.9.0-rc.5
710728
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.5 " ,
4+ "version" : " 0.9.0" ,
55 "info" : {
66 "name" : " LegacyScriptEngine with Lua backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
88 "author" : " LiteLDev" ,
99 "tags" : [
10- " levilamina" ,
10+ " platform: levilamina" ,
1111 " plugin-engine"
1212 ]
1313 },
1414 "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 "
1818 },
1919 "prerequisites" : {
20- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.3 "
20+ "github.com/LiteLDev/LeviLamina" : " 1.0.x "
2121 },
2222 "files" : {
2323 "place" : [
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.5 " ,
4+ "version" : " 0.9.0" ,
55 "info" : {
66 "name" : " LegacyScriptEngine with NodeJs backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
88 "author" : " LiteLDev" ,
99 "tags" : [
10- " levilamina" ,
10+ " platform: levilamina" ,
1111 " plugin-engine"
1212 ]
1313 },
1414 "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 " ,
1818 "gitea.litebds.com/ShrBox/7-zip" : " 24.x" ,
1919 "gitea.litebds.com/LiteLDev/node-binaries" : " 22.12.0-rc.1"
2020 },
2121 "prerequisites" : {
22- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.3 "
22+ "github.com/LiteLDev/LeviLamina" : " 1.0.x "
2323 },
2424 "files" : {
2525 "place" : [
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.5 " ,
4+ "version" : " 0.9.0" ,
55 "info" : {
66 "name" : " LegacyScriptEngine with Python backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
88 "author" : " LiteLDev" ,
99 "tags" : [
10- " levilamina" ,
10+ " platform: levilamina" ,
1111 " plugin-engine"
1212 ]
1313 },
1414 "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 "
1818 },
1919 "prerequisites" : {
20- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.3 "
20+ "github.com/LiteLDev/LeviLamina" : " 1.0.x "
2121 },
2222 "files" : {
2323 "place" : [
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.5 " ,
4+ "version" : " 0.9.0" ,
55 "info" : {
66 "name" : " LegacyScriptEngine with QuickJs backend" ,
77 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
88 "author" : " LiteLDev" ,
99 "tags" : [
10- " levilamina" ,
10+ " platform: levilamina" ,
1111 " plugin-engine"
1212 ]
1313 },
1414 "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 "
1818 },
1919 "prerequisites" : {
20- "github.com/LiteLDev/LeviLamina" : " 1.0.0-rc.3 "
20+ "github.com/LiteLDev/LeviLamina" : " 1.0.x "
2121 },
2222 "files" : {
2323 "place" : [
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" liteldev-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if 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" }})
77else
8- add_requires (" levilamina 1.0.0-rc.3 " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 1.0.0" , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments