Prepare 1.0.5 release

- Summaize bug
- Increment version number
This commit is contained in:
Cagebreak Signing Key 1 2020-03-13 13:07:01 +00:00
commit bdfbc4cd32
2 changed files with 23 additions and 1 deletions

22
Bugs.md
View file

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

View file

@ -1,5 +1,5 @@
project('cagebreak', 'c',
version: '1.0.4',
version: '1.0.5',
license: 'MIT',
default_options: [
'c_std=c11',