From 0ee4e286b991bfcb8ac637385bd4c05af578c050 Mon Sep 17 00:00:00 2001 From: project-repo Date: Thu, 2 Feb 2023 21:03:10 +0100 Subject: [PATCH] Add Bugs.md description for some issues - #37 - two npds --- Bugs.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/Bugs.md b/Bugs.md index c1792c4..527110a 100644 --- a/Bugs.md +++ b/Bugs.md @@ -1120,3 +1120,36 @@ Cagebreak was not compatible with clang 15 and POSIX which was causing issues with building under FreeBSD. Thanks to Jan Beich for pointing this out and providing a PR. + +## Issue 55 + + * github issue number: N/A + * Fixed: 2.0.2 + +Prior to release 2.0.2, cagebreak sometimes crased due to a null pointer +derefrence when the cursor was moved. + +## Issue 56 + + * github issue numner: N/A + * Fixed: 2.0.2 + +Prior to release 2.0.2, the following workflow caused cagebreak to +crash: + + * Split an empty workspace. + * Open 2 windows on the left tile. + * exchangeright + * focus left + * cycle views + +The reason for this is that the ipc send event did not handle +focussing the background correctly when cycling. + +## Issue 57 + + * github issue number: #39 + * Fixed: 2.0.2 + +maxhbr pointed out that there was a spelling mistake in the +SPDX-License-Identifier.