From 0d40f685be12480c6e904443f88c1a7b41656b5c Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 25 Oct 2024 10:26:59 +0200 Subject: [PATCH] docs(changelog): new themes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2703caf1a..03b2291d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(plugins): API to list connected clients, their pane_id and running command/plugin_url (https://github.com/zellij-org/zellij/pull/3687) * fix(plugins): always render on first load (https://github.com/zellij-org/zellij/pull/3693) * fix(terminal): recover from partial line drop (https://github.com/zellij-org/zellij/pull/3695) +* feat(themes): add new themes (https://github.com/zellij-org/zellij/pull/3478, https://github.com/zellij-org/zellij/pull/3596, https://github.com/zellij-org/zellij/pull/3567, https://github.com/zellij-org/zellij/pull/3443, https://github.com/zellij-org/zellij/pull/3393, https://github.com/zellij-org/zellij/pull/3323, https://github.com/zellij-org/zellij/pull/3313, https://github.com/zellij-org/zellij/pull/3308, https://github.com/zellij-org/zellij/pull/3255 and https://github.com/zellij-org/zellij/pull/3030) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)