Skip to content

Releases: mortii/anki-morphs

v0.7.2-alpha

02 Dec 15:37
Compare
Choose a tag to compare
v0.7.2-alpha Pre-release
Pre-release

What is new

  • Made the AnkiMorphs pop-up windows modeless, they can now be moved around freely.

v0.7.1-alpha

30 Nov 16:45
Compare
Choose a tag to compare
v0.7.1-alpha Pre-release
Pre-release

What's new

Choosing tags in note filters now happens in a pop-up dialog instead of having to type the tags manually.

Screenshot from 2023-11-30 17-42-32

v0.7.0-alpha

29 Nov 12:31
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

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 and am-known-automatically). Cards that are given the tag am-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

27 Nov 19:25
Compare
Choose a tag to compare
v0.6.4-alpha Pre-release
Pre-release
  • Added warnings to extra fields settings (#47 comment)

v0.6.3-alpha

26 Nov 14:30
Compare
Choose a tag to compare
v0.6.3-alpha Pre-release
Pre-release
  • 'Mark as name' now automatically buries the card and the names are now included in 'morphs seen today'

v0.6.2-alpha

25 Nov 13:41
Compare
Choose a tag to compare
v0.6.2-alpha Pre-release
Pre-release
  • Anki no longer freezes when cards are skipped

v0.6.1-alpha

24 Nov 17:18
Compare
Choose a tag to compare
v0.6.1-alpha Pre-release
Pre-release
  • 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

22 Nov 20:06
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

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

16 Nov 16:39
Compare
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
Compare
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.