From d62433eed7110c54d09ed5b5c488e8a9e9406dcf Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 19 Dec 2020 14:09:37 -0800 Subject: [PATCH] changelog entry for color cube adjustment closes: https://github.com/wez/wezterm/issues/348 --- docs/changelog.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.markdown b/docs/changelog.markdown index 21ea0dad7..2da27828c 100644 --- a/docs/changelog.markdown +++ b/docs/changelog.markdown @@ -27,6 +27,7 @@ brief notes about them may accumulate here. * Improved font fallback; we now try harder to find a system-provided font for glyphs that are not found in your explicitly configured fonts. * Revised pty output processing and removed the related `ratelimit_output_bytes_per_second` option * Workaround Cocoa leaking window position saved state file descriptors to child processes on macOS Big Sur +* The 256 color cube now uses slightly brighter colors [#348](https://github.com/wez/wezterm/issues/348) ### 20201101-103216-403d002d