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.