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
77
88## [ Unreleased]
99
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+
1027## [ 0.11.3] - 2025-06-03
1128
1229### Added
@@ -926,8 +943,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
926943[ #269 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/269
927944[ #273 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/273
928945[ #277 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/277
946+ [ #278 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/278
929947
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
931950[ 0.11.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.2...v0.11.3
932951[ 0.11.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.11.1...v0.11.2
933952[ 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