From e2f9f30405ebfcc4bd2a638a9a21208fffd10677 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 3 Jan 2022 15:50:59 +0100 Subject: [PATCH] docs(changelog): ring bell --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f951fff7..25e0f8c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: atomically create default assets every time a session starts (https://github.com/zellij-org/zellij/pull/961) * Fix: Allow multiple users to switch tabs with the mouse (https://github.com/zellij-org/zellij/pull/959) * Fix: Allow switching tabs with the mouse when pane is in fullscreen (https://github.com/zellij-org/zellij/pull/977) +* Fix: pass bell (helpful for eg. desktop notifications) from terminal to desktop (https://github.com/zellij-org/zellij/pull/981) ## [0.23.0] - 2021-12-20 * Feature: add collaboration support - multiple users using multiple cursors (https://github.com/zellij-org/zellij/pull/957)