Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 29, 2025
1 parent a9d14ce commit 06a1c1c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.2] - 2025-01-29

### Fixed

- Removed redundant endl in ColorLog
- Add missing destroy engine when load failed
- Fixed Player/Entity::getBlockFromViewVector [#214]
- Fixed Player/Entity::isOnHotBlock
- Fixed Player::setAbility [#213]
- Fixed Logger::setLogLevel & ColorLog
- Fixed debug engine's logger
- Fixed npm executing [#204]

## [0.9.1] - 2025-01-26

### Fixed
Expand Down Expand Up @@ -720,13 +733,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[#203]: https://github.com/LiteLDev/LegacyScriptEngine/issues/203

[#204]: https://github.com/LiteLDev/LegacyScriptEngine/issues/204

[#206]: https://github.com/LiteLDev/LegacyScriptEngine/issues/206

[#207]: https://github.com/LiteLDev/LegacyScriptEngine/issues/207

[#208]: https://github.com/LiteLDev/LegacyScriptEngine/issues/208

[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.1...HEAD
[#213]: https://github.com/LiteLDev/LegacyScriptEngine/issues/213

[#214]: https://github.com/LiteLDev/LegacyScriptEngine/issues/214

[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.2...HEAD

[0.9.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.1...v0.9.2

[0.9.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0...v0.9.1

Expand Down
2 changes: 1 addition & 1 deletion tooth.lua.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
"version": "0.9.1",
"version": "0.9.2",
"info": {
"name": "LegacyScriptEngine with Lua backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.nodejs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
"version": "0.9.1",
"version": "0.9.2",
"info": {
"name": "LegacyScriptEngine with NodeJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.python.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
"version": "0.9.1",
"version": "0.9.2",
"info": {
"name": "LegacyScriptEngine with Python backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.quickjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
"version": "0.9.1",
"version": "0.9.2",
"info": {
"name": "LegacyScriptEngine with QuickJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down

0 comments on commit 06a1c1c

Please sign in to comment.