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 18
18
19
19
- uses : xmake-io/github-action-setup-xmake@v1
20
20
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
+
21
27
- uses : actions/cache@v4
22
28
with :
23
29
path : |
37
43
sed -i 's/\"name\": \"legacy-script-engine\"/\"name\": \"legacy-script-engine-${{ matrix.backend }}\"/g' bin/legacy-script-engine/manifest.json
38
44
mv bin/legacy-script-engine bin/legacy-script-engine-${{ matrix.backend }}
39
45
46
+ - run : |
47
+ sentry-cli debug-files upload --include-sources bin/legacy-script-engine-${{ matrix.backend }}
48
+
40
49
- uses : actions/upload-artifact@v4
41
50
with :
42
51
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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.9.5] - 2025-02-04
11
+
10
12
### Added
11
13
12
14
- Added some api and event [ #220 ]
13
15
16
+ ### Changed
17
+
18
+ - Updated translation
19
+ - Updated lightwebsocketclient [ #221 ]
20
+
21
+ ### Fixed
22
+
23
+ - Fixed onAte event [ #222 ] (#223 )
24
+
14
25
## [ 0.9.4] - 2025-02-02
15
26
16
27
### Changed
@@ -772,7 +783,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
772
783
773
784
[ #220 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/220
774
785
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
776
793
777
794
[ 0.9.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.3...v0.9.4
778
795
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.4 " ,
4
+ "version" : " 0.9.5 " ,
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.9.4 " ,
4
+ "version" : " 0.9.5 " ,
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.9.4 " ,
4
+ "version" : " 0.9.5 " ,
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.9.4 " ,
4
+ "version" : " 0.9.5 " ,
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