From eb4b7fc1072ea1b31c62a702d3a3bd722966eb89 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 16 Oct 2024 09:02:37 +0200 Subject: [PATCH] docs(changelog): sixel fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2352844e..331f98e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(resurrection): properly serialize plugin aliases (https://github.com/zellij-org/zellij/pull/3673) * fix(plugins): do not allow attaching to same session (https://github.com/zellij-org/zellij/pull/3674) * fix(plugins): allow switching to a session with just cwd and no layout (https://github.com/zellij-org/zellij/pull/3676) +* fix(client): repeat retry instructions on startup (should fix some sixel issues) (https://github.com/zellij-org/zellij/pull/3570) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)