File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.12.0] - 2025-06-12
11
+
12
+ ### Added
13
+
14
+ - Added tooltip support for CustomFormBuilder @xiaoqch
15
+
16
+ ### Changed
17
+
18
+ - Removed obsolete GUI logic @xiaoqch
19
+ - Improved PlayerClass::talkAs (#287 ) @killcerr
20
+
21
+ ### Fixed
22
+
23
+ - Fixed Player.transServer @xiaoqch
24
+ - Fixed data.toMD5 and data.toSHA1 @xiaoqch
25
+ - Fixed simulateLookAt [ #278 ] @ShrBox
26
+
10
27
## [ 0.11.3] - 2025-06-03
11
28
12
29
### Added
@@ -926,8 +943,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
926
943
[ #269 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/269
927
944
[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
928
945
[ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277
946
+ [ #278 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/278
929
947
930
- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.3...HEAD
948
+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.12.0...HEAD
949
+ [ 0.12.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.3...v0.12.0
931
950
[ 0.11.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.2...v0.11.3
932
951
[ 0.11.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...v0.11.2
933
952
[ 0.11.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.0...v0.11.1
You can’t perform that action at this time.
0 commit comments