Prepare 1.0.4 release

This commit is contained in:
Cagebreak Signing Key 1 2020-03-02 18:17:25 +00:00
commit f10395a16e
2 changed files with 8 additions and 1 deletions

View file

@ -26,3 +26,10 @@ Steps to reproduce:
* enter text into the "Tags" field
* if autocompletion of tags pops up, the keyboard will not enter further
keystrokes into the text field
### Issue 2
* Github issue number: N/A
* Fixed: 1.0.4
This issue fixes wrong consumption of modifier key on some keyboards.

View file

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