From 35a6985d7eb483b808c847c7966c2bdd600220ab Mon Sep 17 00:00:00 2001 From: MihailRis Date: Tue, 25 Mar 2025 16:57:22 +0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d90b97dd..8e31c2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.27 - 2025.03.?? +# 0.27 - 2025.03.25 [Documentation](https://github.com/MihailRis/VoxelEngine-Cpp/tree/release-0.27/doc/en/main-page.md) for 0.27 @@ -18,13 +18,15 @@ Table of contents: - history in textbox - reloading content scripts within the editor - libraries: - - gfx.weather + - gfx.weather - [add side mouse buttons](https://github.com/MihailRis/VoxelEngine-Cpp/pull/461) - item properties: - - uses - - uses-display + - uses + - uses-display - textbox attributes: - - oncontrolkey + - oncontrolkey +- container attributes: + - scroll - multiline tooltips suppoirt - ['@' prefix support in tooltips](https://github.com/MihailRis/VoxelEngine-Cpp/commit/fa990e393986aad07e9fb9a570338b08fd4f9a0c) @@ -106,3 +108,4 @@ Methods: - [fix syntax highlighting unicode support](https://github.com/MihailRis/VoxelEngine-Cpp/pull/475) - [fix reading binary file as string](https://github.com/MihailRis/VoxelEngine-Cpp/commit/104cc116456aba6e569892521ecae92d8bf6b9ff) - [fix inventory.move_range](https://github.com/MihailRis/VoxelEngine-Cpp/commit/f5a4b5ca79806418b0736d3f84e9efa8d9992a34) +- [fix: multiline text draw is not limited to the render area](https://github.com/MihailRis/VoxelEngine-Cpp/commit/a8067ad9d634cb3fc4632378277d62b32e4afb15)