From f4fd2c8eb3d450d299c6f5a022ab8d75724c0090 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sat, 16 Nov 2024 21:27:29 +0200 Subject: [PATCH] [skip ci] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 638a0c380..959aade0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,11 @@ Built using Godot 4.3 ### Changed - The brush size no longer changes by Control + Mouse Wheel when resizing the timeline cels or the palette swatches. +- Improved the UI of the Tile Mode Offsets dialog and added an "Isometric" preset button. - The Recorder panel now automatically records for the current project. This also allows for multiple projects to be recorded at the same time. ### Fixed +- Opening the Tile Mode Offsets dialog no longer crashes the application. - Panels no longer get scrolled when using the mouse wheel over a slider. - Fixed layer effect slider values being rounded to the nearest integer. - Fixed memory leak where the project remained referenced by a drawing tool, even when its tab was closed.