Add Bugs.md description for some issues

- #37
- two npds
This commit is contained in:
project-repo 2023-02-02 21:03:10 +01:00
commit 0ee4e286b9

33
Bugs.md
View file

@ -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.