Releases: mortii/anki-morphs
v1.1.1
What's New
- Fixed a bug where 'am-unknowns' showed duplicate morphs when the card matched more than one note-filter.
- Thank you to @aleksejrs for the feedback!
v1.1.0
What's New
- Settings are now profile specfic. When you click the
save
button in the AnkiMorphs settings window, a file calledankimorphs_profile_settings.json
will be saved to the anki profile folder. That file will then be read when Anki loads profiles.- Thank you to @asayake-b5 for the suggestion!
- The generators now ignores folder names when gathering input files. This means that you can have weird file structures like:
fsrs.MD/fsrs.txt/fsrs.wiki.txt
, and the filefsrs.wiki.txt
will be gathered without AnkiMorphs crashing.- Thank you to @aleksejrs for the feedback!
v1.0.1
v1.0.0
What's New
- AnkiMorphs has now transitioned into a stable version and is no longer in alpha--this means that I don't foresee any future updates that will break backwards compatibility unless Anki updates its API.
- Fixed a slight inaccuracy in calculating the 'A' number in the toolbar.
Docs Updated
Almost every section of the guide have been updated in one way or another. A noteworthy addition is the section describing the difficulty algorithm.
v0.16.1-alpha
What's New
- The readability report generator is now much better. Previously it just showed stats over unique morphs, which wasn't very representative of the overall text (by @Vilhelm-Ian)
- Fixed U showing wrong values. The db query was subtly wrong, and with this fix you will probably see a big bump up for the U value in the toolbar. You can see examples of how U is calculated in the toolbar docs
- Fixed "Known Morphs Exporter" crashing if parent directories didn't exist. The parent directories are now made by the exporter.
I expect this to be the last alpha release. From now on there shouldn't be any updates that break backwards compatibility (unless the Anki API changes).
v0.16.0-alpha
What's New
U and A can now show true known morphs.
MorphMan and AnkiMorphs have actually always shown 'seen' morphs (reviewed at least once), which has always bothered me because it can give a false sense of confidence.
The former approach is still the default.
Docs Updated
v0.15.1-alpha
What's New
View Morphemes
now uses a table widget instead of just text on an info window:
Old | New
Docs Updated:
- am-highlighted example now has night mode specific css
- thank you to @cocowash for the suggestion!
- known problems now includes how to fix morphs not splitting on punctuation marks
- thank you to @cocowash and @Vilhelm-Ian for the feedback!
v0.15.0-alpha
What's New
You can now export and import known morphs. This allows you to trim down your card collection without potentially losing known morphs.
Thank you to @xyaman for the suggestion!
Docs updated
v0.14.0-alpha
This update can cause errors! The errors go away after you Recalc.
What's New
- Updated the backend database-schema to use 'lemma' instead of 'base' to make it more consistent with the spaCy terminology (hence the errors)
- Added downloadable frequency files for the following languages: Catalan, Chinese, Croatian, Danish, Dutch, English, Finnish, French, German, Greek (Modern), Italian, Japanese, Korean, Lithuanian, Macedonian, Norwegian (Bokmål), Polish, Portuguese, Romanian, Russian, Slovenian, Spanish, Swedish, Ukrainian
Docs Updated
v0.13.0-alpha
What's New
The spaCy installation procedure is updated--you can now use your normal Anki program, no need to start it from a virtual environment like previously. Thank you to @wrinkledeth for the feedback!