Skip to content

Releases: mortii/anki-morphs

v1.2.2

25 Feb 12:30

Choose a tag to compare

What's New

  • Fixed recalc crashing when encountering morphs that contain special regex characters

v1.2.1

23 Feb 19:09

Choose a tag to compare

What's New

  • The highlighting process used for the am-highlighted field has been reworked. It is now significantly faster, and ruby characters like furigana are now displayed properly.

Docs updated

v1.2.0

10 Feb 13:32

Choose a tag to compare

What's New

  • Added option to have the am-unknowns field show lemmas instead of inflections. E.g., "Walking and talking" -> [walk, and, talk]
  • Added keyboard shortcut to show all cards with derivative inflections. When studying a card with unknown morph "walking", you can use Ctrl+Shift+L to see other cards that have any variant of "walk", e.g., walk, walked, walking, etc.

Thank you to @quietmansoath for the suggestions!

Docs updated

v1.1.1

07 Feb 10:33

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

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

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

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

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

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

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: