Skip to content

Releases: mortii/anki-morphs

v0.5.3-alpha

16 Nov 16:39

Choose a tag to compare

v0.5.3-alpha Pre-release
Pre-release
  • Added file format options in frequency file generator
  • When adding new names to names.txt via right clicking selected text, the new names are now used by AnkiMorphs immediately.

v0.5.2-alpha

16 Nov 12:25

Choose a tag to compare

v0.5.2-alpha Pre-release
Pre-release
  • Cards no longer get recalculated multiple times if they are matched in multiple note filters.

v0.5.1-alpha

15 Nov 11:35

Choose a tag to compare

v0.5.1-alpha Pre-release
Pre-release
  • Fixed 'ignore names found by morphemizer' bug (#41)

v0.5.0-alpha

14 Nov 19:03

Choose a tag to compare

v0.5.0-alpha Pre-release
Pre-release

v0.4.1-alpha

13 Nov 15:41

Choose a tag to compare

v0.4.1-alpha Pre-release
Pre-release
  • THIS UPDATES CAUSES AN ERROR!
    This happens because I renamed a config variable (focus_morph_field -> unknowns_field). To fix this error go to Tools -> Add-ons -> select 'ankimorphs-alpha' -> click Config -> Restore Defaults. This resets your AnkiMorphs settings, so you need to redo your settings and save the changes.

  • Fixed highlighting bug (#38)

v0.4.0-alpha

09 Nov 19:45

Choose a tag to compare

v0.4.0-alpha Pre-release
Pre-release

v0.3.1-alpha

09 Nov 13:26

Choose a tag to compare

v0.3.1-alpha Pre-release
Pre-release
  • Fixed a bug in the end_of_queue calculation that produced an error if all cards are matched in note-filter.

v0.3.0-alpha

08 Nov 11:19

Choose a tag to compare

v0.3.0-alpha Pre-release
Pre-release
  • Names can now be added to "names.txt" by selecting the text on the card -> right click -> Mark as name (by @Vilhelm-Ian in #31)
  • Fixed cards being re-synced after recalc (#30)
  • Fixed "Learn Card Now" morphs not being marked as seen (by @Vilhelm-Ian in #29)
  • Fixed space-morphemizer not ignoring alpha-numeric characters (#28)

v0.2.1-alpha

03 Nov 12:21

Choose a tag to compare

v0.2.1-alpha Pre-release
Pre-release
  • Fixed bug where seen morphs were updated when reviewer.card did not exist, by @Vilhelm-Ian in #26

v0.2.0-alpha

02 Nov 13:50

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release
  • Added highlighting feature
  • Fixed a bug where automatically skipped cards were tagged as known
  • Added option to ignore names via "names.txt" by @Vilhelm-Ian (#24)
    • Select ignore names found in "names.txt" in settings and add a file with that name to your profiles folder
  • Significantly reduced freezing when updating seen morphs by @Vilhelm-Ian (#24)
  • Significantly improved Recalc times by @Vilhelm-Ian (#24)
  • Recalc duration is now printed in terminal

Recalc should take one second or less per 1k cards, if that is not the case then create an issue and we can find ways to squeeze out more performance.