From 1710294c9f3382f4ddb212c80097ae105913efd5 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:10:42 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf737c4d..31131bbe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ Built using Godot 4.3 - Fixed crash when Pixelorama starts without a palette. - Undo/redo now works again when the cursor is hovering over the timeline. - The first frame is no longer exported twice when using ping-pong loop. -- Fixed pencil/eraser/shading previews turning white for a brief moment when changing image brushes, and when switchin between tools. +- Fixed pencil/eraser/shading previews turning white for a brief moment when changing image brushes, and when switching between tools. - Dialogs that are children of other dialogs now always appear on top, to avoid issues where they could hide behind their parents and causing confusion that made Pixelorama seem unresponsive. - Palette swatches now get deleted when the user removes all palettes. - The CLI's output option now works with filepaths instead of just filenames. [#1145](https://github.com/Orama-Interactive/Pixelorama/pull/1145)