File tree Expand file tree Collapse file tree 6 files changed +31
-5
lines changed Expand file tree Collapse file tree 6 files changed +31
-5
lines changed Original file line number Diff line number Diff line change 1818
1919 - uses : xmake-io/github-action-setup-xmake@v1
2020
21+ - uses : matbour/setup-sentry-cli@v1
22+ with :
23+ token : ${{ SECRETS.SENTRY_TOKEN }}
24+ organization : ${{ SECRETS.SENTRY_ORG }}
25+ project : ${{ SECRETS.SENTRY_PROJECT }}
26+
2127 - uses : actions/cache@v4
2228 with :
2329 path : |
3743 sed -i 's/\"name\": \"legacy-script-engine\"/\"name\": \"legacy-script-engine-${{ matrix.backend }}\"/g' bin/legacy-script-engine/manifest.json
3844 mv bin/legacy-script-engine bin/legacy-script-engine-${{ matrix.backend }}
3945
46+ - run : |
47+ sentry-cli debug-files upload --include-sources bin/legacy-script-engine-${{ matrix.backend }}
48+
4049 - uses : actions/upload-artifact@v4
4150 with :
4251 name : legacy-script-engine-${{ matrix.backend }}-windows-x64-${{ github.sha }}
Original file line number Diff line number Diff line change @@ -7,10 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.9.5] - 2025-02-04
11+
1012### Added
1113
1214- Added some api and event [ #220 ]
1315
16+ ### Changed
17+
18+ - Updated translation
19+ - Updated lightwebsocketclient [ #221 ]
20+
21+ ### Fixed
22+
23+ - Fixed onAte event [ #222 ] (#223 )
24+
1425## [ 0.9.4] - 2025-02-02
1526
1627### Changed
@@ -772,7 +783,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
772783
773784[ #220 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/220
774785
775- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...HEAD
786+ [ #221 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/221
787+
788+ [ #222 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/222
789+
790+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.5...HEAD
791+
792+ [ 0.9.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...v0.9.5
776793
777794[ 0.9.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.3...v0.9.4
778795
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.4 " ,
4+ "version" : " 0.9.5 " ,
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.4 " ,
4+ "version" : " 0.9.5 " ,
55 "info" : {
66 "name" : " LegacyScriptEngine with NodeJs 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-python" ,
4- "version" : " 0.9.4 " ,
4+ "version" : " 0.9.5 " ,
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.4 " ,
4+ "version" : " 0.9.5 " ,
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