From b51c29d2dd5e4d75ef76f0ccc7ef1d1616ec3cca Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 28 Apr 2022 17:28:01 +0200 Subject: [PATCH] docs(changelog): osc 10 + 11 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5266398d..d9b01df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * add: add command for auto-start script (https://github.com/zellij-org/zellij/pull/1281) * Terminal compatibility: fix cursor pane escape and invalid ansi crash (https://github.com/zellij-org/zellij/pull/1349) * fix: recover from corrupted ipc bus state (https://github.com/zellij-org/zellij/pull/1351) +* Terminal compatibility: respond to foreground/background color ansi requests (OSC 10 and 11) (https://github.com/zellij-org/zellij/pull/1358) ## [0.28.1] - 2022-04-13 * (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (https://github.com/zellij-org/zellij/pull/1274)