Skip to content

Releases: Yvee1/hascard

v0.6.0.2

27 Oct 19:29
Compare
Choose a tag to compare

Changes

Fixes:

  • Remove Shift+Tab key binding as it is unreliable (fixes #35). We switch to a different approach: show the correct answer(s) when submitting empty answer(s) (which is not correct) or submitting the same answer(s) twice in a row.

v0.6.0.1

23 Dec 18:31
Compare
Choose a tag to compare

Changes

Fixes:

  • Change key for showing answer to open questions from F1 to Shift+Tab, which should cause fewer conflicts with existing keybindings (issue #31).

v0.6.0.0

23 Dec 16:08
Compare
Choose a tag to compare

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

18 Jul 20:31
6ac51f6
Compare
Choose a tag to compare

Changes

New:

  • Improved hascard import functionality: delimiters can be specified via CLI options (fixes issue #17).

Fixed bug:

  • Removed redundant newline after header

v0.5.0.2

04 May 18:27
Compare
Choose a tag to compare

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

22 Feb 18:59
Compare
Choose a tag to compare

Changes

Fixed bugs:

  • When generating new decks from correct or incorrect cards, 'Nothing' was added as the first line
  • When a gap was the last part of a sentence, the newline was not shown correctly

v0.5.0.0

14 Nov 22:17
Compare
Choose a tag to compare

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

13 Sep 09:51
Compare
Choose a tag to compare

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 under hascard run. Directly providing a file is now also done with hascard 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

20 Aug 21:05
Compare
Choose a tag to compare

Changes

Fixed bugs:

  • Crash on empty recents list
  • Crash on any key other than Enter at FinalPopup

v0.3.0.0

20 Aug 18:35
Compare
Choose a tag to compare

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 in deck+.txt in the same folder, and the incorrect ones in the file deck-.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.