diff --git a/Bugs.md b/Bugs.md index 5bea08a..491d2c6 100644 --- a/Bugs.md +++ b/Bugs.md @@ -33,3 +33,25 @@ Steps to reproduce: * Fixed: 1.0.4 This issue fixes wrong consumption of modifier key on some keyboards. + +### Issue 3 + + * github issue number: N/A + * Fixed: 1.0.5 + +This issue is a bug causing crashes in cagebreak under specific circumstances. + +Steps to reproduce: + + * start cagebreak + * vertical split + * open a terminal on the left pane + * open firefox on the right pane + * focus the left pane + * close the terminal + * close firefox using the mouse while keeping focus on the left pane + * this causes a crash with the following error message: + +``` +(EE) failed to read Wayland events: Broken pipe +``` diff --git a/meson.build b/meson.build index 4387ce7..46f2547 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.0.4', + version: '1.0.5', license: 'MIT', default_options: [ 'c_std=c11',