Skip to content

Releases: mortii/anki-morphs

v1.1.1

07 Feb 10:33
Compare
Choose a tag to compare

What's New

  • Fixed a bug where 'am-unknowns' showed duplicate morphs when the card matched more than one note-filter.

v1.1.0

03 Feb 16:00
Compare
Choose a tag to compare

What's New

  • Settings are now profile specfic. When you click the save button in the AnkiMorphs settings window, a file called ankimorphs_profile_settings.json will be saved to the anki profile folder. That file will then be read when Anki loads profiles.
  • 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 file fsrs.wiki.txt will be gathered without AnkiMorphs crashing.

v1.0.1

27 Jan 18:42
Compare
Choose a tag to compare

What's New

  • The same unknown morph occurring multiple times now only counts as one unknown ( #138)
  • Fixed a bug where cards could get tags that should be mutually exclusive (#139)

v1.0.0

25 Jan 15:04
Compare
Choose a tag to compare

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

19 Jan 14:32
Compare
Choose a tag to compare
v0.16.1-alpha Pre-release
Pre-release

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

18 Jan 12:05
Compare
Choose a tag to compare
v0.16.0-alpha Pre-release
Pre-release

What's New

recalc-tab

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

17 Jan 15:02
Compare
Choose a tag to compare
v0.15.1-alpha Pre-release
Pre-release

What's New

View Morphemes now uses a table widget instead of just text on an info window:

Old | New

Screenshot from 2024-01-15 13-27-04 Screenshot from 2024-01-17 15-17-13

Docs Updated:

v0.15.0-alpha

11 Jan 12:03
Compare
Choose a tag to compare
v0.15.0-alpha Pre-release
Pre-release

What's New

image

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

09 Jan 10:46
Compare
Choose a tag to compare
v0.14.0-alpha Pre-release
Pre-release

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

06 Jan 18:32
Compare
Choose a tag to compare
v0.13.0-alpha Pre-release
Pre-release

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!

Docs updated: