From 90da35f4e68cd5b13d9d9a3ccb92e9526f9af781 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 26 Apr 2022 22:40:02 +0200 Subject: [PATCH] docs(changelog): grid stabilizations --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16bb3b5..dbc8dd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * add: `copy_on_select` option to configure automatic copy behavior (https://github.com/zellij-org/zellij/pull/1298) * fix: minor system improvements (https://github.com/zellij-org/zellij/pull/1328) * 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) ## [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)