From 8eeb6b0373dfd21317ca8794800a77b3e0a344a4 Mon Sep 17 00:00:00 2001 From: Cagebreak Signing Key 1 Date: Sat, 22 Feb 2020 17:28:45 +0000 Subject: [PATCH] Prepare 1.0.2 release --- Bugs.md | 16 ++++++++++++++++ meson.build | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Bugs.md b/Bugs.md index e22f7dd..90758b8 100644 --- a/Bugs.md +++ b/Bugs.md @@ -10,3 +10,19 @@ submitted on the issue tracker, should any other forms of contact become available. ## Issues + +### Issue 1 + + * Github issue number: N/A + * Fixed: 1.0.2 + +This issue is a focussing bug when using anki in release 1.0.1 and earlier +on arch linux systems. + +Steps to reproduce: + + * start anki + * Click "Add" to add cards + * enter text into the "Tags" field + * if autocompletion of tags pops up, the keyboard will not enter further + keystrokes into the text field diff --git a/meson.build b/meson.build index a5e312c..6925b67 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('cagebreak', 'c', - version: '1.0.0', + version: '1.0.2', license: 'MIT', default_options: [ 'c_std=c11',