From 5c83574a0e1d253cab1bee8a071e0ef07c6f2164 Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Sat, 29 Mar 2025 14:16:09 +0000 Subject: [PATCH] Updated changelog for release version Bug Fixes moved to top (as per other version entries) --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8243091..a1be08042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,7 @@ The dates are in European standard format where date is presented as **YYYY-MM-DD**. TombEngine releases are located in this repository (alongside with Tomb Editor): https://github.com/TombEngine/TombEditorReleases -## [Version 1.8.1](link to release) - yyyy-mm-dd - -### New features -* Added Firefly Emitter object (ID 1099) with corresponding sprite slot (ID 1379). -* Added live console input to perform Lua commands in realtime. +## [Version 1.8.1](https://github.com/TombEngine/TombEditorReleases/releases/tag/v1.8.1) - 2025-03-29 ### Bug fixes * Fixed pathfinding for friendly NPCs such as monkeys. @@ -19,6 +15,10 @@ TombEngine releases are located in this repository (alongside with Tomb Editor): * Fixed key binding settings saving for the current play session after hitting Esc to cancel. * Fixed lensflare blending formula to avoid screen overbright. +### New features +* Added Firefly Emitter object (ID 1099) with corresponding sprite slot (ID 1379). +* Added live console input to perform Lua commands in realtime. + ### Lua API changes * Added missing constructor for `Collision.Probe` without room number. * Added optional looping argument for `View.GetFlybyPosition` and `View.GetFlybyRotation` functions.