Releases: mortii/anki-morphs
Releases · mortii/anki-morphs
v0.7.2-alpha
What is new
- Made the AnkiMorphs pop-up windows modeless, they can now be moved around freely.
v0.7.1-alpha
v0.7.0-alpha
This update can cause backwards-compatibility issues (easily fixed)!
What is new
- Option to automatically suspend cards with only known morphs
- The former
am-known
tag is now split into two new tags (am-known-manually
andam-known-automatically
). Cards that are given the tagam-known-automatically
by AnkiMorphs during recalc can safely be deleted, this makes it easier to trim down your card collection if you want to.
Settings docs updated:
Backwards compatibility fix
The morphs in cards with the tag am-known
will no longer be registered as known by AnkiMorphs. To fix this you need to use the am-known-manually
tag instead:
- Browse -> Tags (left side bar) ->
am-known
-> Select all cards (Ctrl + A) -> Right click any card-> Notes -> Add Tags ->am-known-manually
v0.6.4-alpha
- Added warnings to extra fields settings (#47 comment)
v0.6.3-alpha
- 'Mark as name' now automatically buries the card and the names are now included in 'morphs seen today'
- pointed out by @HQYang1979
- done by @Vilhelm-Ian in #73 & @mortii
v0.6.2-alpha
- Anki no longer freezes when cards are skipped
v0.6.1-alpha
- When undoing (Ctrl+Z) the 'seen morphs' list is rebuilt from scratch to make sure it is up to date. That can cause Anki to freeze depending on how many cards you have reviewed today and how good your hardware is. The freezing is now fixed by running it on a background thread and showing a progress window.
- Simplified 'seen morphs' tracking. Redo is no longer supported.
v0.6.0-alpha
THIS UPDATE CAUSES AN ERROR!
The configs have been changed. Fix the error by doing the following: 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.
Huge milestone for the project!
This update introduces the option to use custom morph frequency files! (by @Vilhelm-Ian in #52, tweaked by @mortii in #59)
Updated docs:
v0.5.3-alpha
- 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
- Cards no longer get recalculated multiple times if they are matched in multiple note filters.