From 3cebb211b315c546e9d7d4311d62bd4a3f0ba48e Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:28:26 -0700 Subject: [PATCH] docs: ammend changelog --- docs/changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 1e2fa291..b0b993e3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -37,11 +37,13 @@ This update includes some critical library bugfixes along with a handful QoL twe - **Hungarian** updated by @smileyhead - **Japanese** updated by @coolzdaddy55-art -#### Fixed +### Fixed - fix: fix being unable to create new colors by @CyanVoxel in dd00f4d4a02fd74b24d40c51b55ae3cc7db09203 - fix(ui): increase spacing between color palettes by @CyanVoxel in 354c0a0afcdaae2e490dd6c1eca5a556e7724aea - fix: fix infinite loading in various refresh operations by @CyanVoxel in 3ce65552f7d459a2edebadb29cf1c17de6a1c742 +- fix(ui): fix update popup showing after closing main window by @CyanVoxel in 30c81257fa3882376111ec03637bd6f517500908 +- fix(ui): fix accent color issues on Windows by @CyanVoxel in #1477 ---