Skip to content

Commit 2746144

Browse files
committed
chore: update CHANGELOG.md & tooth.json
1 parent 081d6c5 commit 2746144

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.16.3] - 2026-01-12
11+
12+
### Changed
13+
14+
- Optimized FileClass constructor @ShrBox
15+
- Optimized SimpleIni creation @ShrBox
16+
17+
### Fixed
18+
19+
- Fixed several potential memory leak issues(FileSystemAPI, InternationalAPI, SystemAPI, IniHelper) @ShrBox
20+
1021
## [0.16.2] - 2026-01-11
1122

1223
### Changed
@@ -1063,7 +1074,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10631074
[#332]: https://github.com/LiteLDev/LegacyScriptEngine/issues/332
10641075
[#339]: https://github.com/LiteLDev/LegacyScriptEngine/issues/339
10651076

1066-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.2...HEAD
1077+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.3...HEAD
1078+
[0.16.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.2...v0.16.3
10671079
[0.16.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.1...v0.16.2
10681080
[0.16.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.0...v0.16.1
10691081
[0.16.0]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.15.0...v0.16.0

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
5-
"version": "0.16.2",
5+
"version": "0.16.3",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)