Prepare 1.0.2 release

This commit is contained in:
Cagebreak Signing Key 1 2020-02-22 17:28:45 +00:00
commit 8eeb6b0373
2 changed files with 17 additions and 1 deletions

16
Bugs.md
View file

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

View file

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