Releases: Yvee1/hascard
Releases · Yvee1/hascard
v0.6.0.2
v0.6.0.1
v0.6.0.0
Changes
New:
- Windows support.
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 (issue #19).
Fixes:
- Improved navigation of parameter selection menu.
- An empty definition card does not need to be flipped.
v0.5.0.3
v0.5.0.2
Changes
New:
- Setting for changing case sensitivity of open questions. Default behaviour is case sensitive, which was also the functionality before this setting was added.
Fixed bug:
- When the open question was gotten right after the first try, it was still counted as correct in review mode
v0.5.0.1
v0.5.0.0
Changes
New:
- References to files can be added inside cards, such that the corresponding files opens when encountering that card. The file opens in a different window using the default application for opening files of that file type configured on your computer. This can be used to add images to questions. The syntax is described here in the readme.
- LaTeX can be included in a card, which is first converted to a PDF and then opened with a PDF viewer. More info here in the readme.
UI updates to parameter selection:
- Selecting the chunks in the parameter selection window is better
- The deck size visible in the parameter selection window now correctly works together with the chunk option; i.e. the maximum number of cards represents the number of cards in the selected chunk, instead of the total number of cards in the entire deck.
Some other UI updates, thanks to @g-w1:
- When entering text in an answer Control-w will go back a word
- In multiple choice, tab will also toggle the option
- In the flashcard, the "yes or no" prompt can be navigated by 'l' and 'h' for a more vi like experience
- Quitting can be done with 'q' in addition to 'ESC'
v0.4.0.0
Changes
New:
- UI menu for setting the parameters like shuffling etc. The CLI options are no longer usable with
hascard
. The CLI options have been moved underhascard run
. Directly providing a file is now also done withhascard run
. - Convert TSV files to files compatible with hascard, using the
hascard import
command. (suggested by @g-w1)
Fixed bugs:
- Focus cycling removed in settings menu for consistency with the other menus.
- Better error for non-existing files
- Allow | character in text
- Allow lists with - in definition cards. Previously this was seen as a multiple choice question without any correct answers, and therefore gave an error.
v0.3.0.1
v0.3.0.0
See README for installation instructions.
Changes
New:
- When reviewing a deck, the amount of correctly and incorrectly answered cards are now displayed.
- After answering a definition card a popup appears asking whether you answered it correctly or not.
- After finishing a deck, there is an option to create new decks from either the correctly answered or incorrectly answered cards, or both. The correct cards of a file named
deck.txt
are stored indeck+.txt
in the same folder, and the incorrect ones in the filedeck-.txt
. Make sure you do not have files of those names that you want to keep since these will be overwritten. - The
--blank
or-b
option was added to use the application without the changes listed above. - Files with the
.md
extension are also accepted by the application and shown in the filebrowser.
Fixed bugs:
- Empty open question now takes up 1 row instead of 0 rows, so does not jump like before.
- All parse errors now show a popup instead of crashing the application when reviewing a deck.