From 99793cf1404580314c546d36b4bdf5c968ca53a2 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Sat, 3 Aug 2024 01:47:43 +0300 Subject: [PATCH] [skip ci] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4bd80c7..80e84ff50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Built using Godot 4.2.2 ### Fixed - The previews of the shape and selection tools no longer make Pixelorama to be so slow. - The performance of the shape tool drawing has been improved. +- Fixed an issue where if you increased a palette's width but also decreased its height, some colors would be lost, and re-ordering colors immediately after resizing would result in even more data loss. - Dialogs no longer close when Pixelorama's main window loses focus and regains it. - The zoom tool modes now actually reflect their behavior. - Fixed a bug where the opacity of multiple selected layers got automatically changed to be the same as the last selected layer's opacity.