From f10395a16edf0e7a57d9a5c92f2df0ea1b80eea5 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 1 Date: Mon, 2 Mar 2020 18:17:25 +0000 Subject: [PATCH] Prepare 1.0.4 release --- Bugs.md | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Bugs.md b/Bugs.md index 90758b8..5bea08a 100644 --- a/Bugs.md +++ b/Bugs.md @@ -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. diff --git a/meson.build b/meson.build index 9fe4ce9..4387ce7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.0.3', + version: '1.0.4', license: 'MIT', default_options: [ 'c_std=c11',