From 8378f146c124e40ceed1f63628b9254bafe19c2f Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 17 Oct 2023 09:05:55 +0200 Subject: [PATCH] docs(changelog): cyberpunk themes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 849248bf..8ae311d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(sessions): session resurrection (https://github.com/zellij-org/zellij/pull/2801 and https://github.com/zellij-org/zellij/pull/2851) * feat(rendering): terminal synchronized output (https://github.com/zellij-org/zellij/pull/2798) * feat(plugins): plugin command API for executing commands in the background (https://github.com/zellij-org/zellij/pull/2862) +* feat(ui): cyberpunk themes (https://github.com/zellij-org/zellij/pull/2868) ## [0.38.2] - 2023-09-15 * fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)