diff --git a/ChangeLog.md b/ChangeLog.md index d6045ac..938e1e1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,11 +1,15 @@ # Changelog for hascard +## 0.6.0.1 +Fixes: +- Change key for showing answer to open questions from F1 to Shift+Tab, which should cause fewer conflicts with existing keybindings (issue #31). + ## 0.6.0.0 New: - Windows support. -- `export` CLI command for exporting hascard cards to delimited text files. -- Possibility to vertically scroll flashcards if they are long enough. +- `export` CLI command for exporting hascard cards to delimited text files (issue #33). +- Possibility to vertically scroll flashcards if they are long enough (issue #25). - Scrollbars for menus where scrolling is possible, which can be controlled by mouse if the terminal supports this. -- Setting for shuffling answers to multiple choice/answer questions. +- Setting for shuffling answers to multiple choice/answer questions (issue #19). Fixes: - Improved navigation of parameter selection menu. diff --git a/package.yaml b/package.yaml index 42de998..e28d10d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: hascard -version: 0.6.0.0 +version: 0.6.0.1 github: "Yvee1/hascard" license: BSD3 author: "Steven van den Broek"