1
1
mirror of https://github.com/Yvee1/hascard.git synced 2024-10-05 19:49:16 +03:00

Bump version

This commit is contained in:
Yvee1 2023-12-23 18:04:30 +01:00
parent ff2430e9d2
commit 4cb0a2b5e0
2 changed files with 8 additions and 4 deletions

View File

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

View File

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