mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-19 12:04:18 +02:00
Prepare 1.0.5 release
- Summaize bug - Increment version number
This commit is contained in:
parent
e7ca6d693f
commit
bdfbc4cd32
2 changed files with 23 additions and 1 deletions
22
Bugs.md
22
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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
project('cagebreak', 'c',
|
||||
version: '1.0.4',
|
||||
version: '1.0.5',
|
||||
license: 'MIT',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue