Skip to content

Releases: lfyuomr-gylo/anki-rest-helper

v0.5

31 Dec 12:27
Compare
Choose a tag to compare

Release v0.5

  • new feature: automatic media upload to Anki
  • new feature: note processing via external scripts
  • changes in card meta-templates

v0.4

20 Nov 11:43
Compare
Choose a tag to compare

Bug Fixes

  • EOF errors occurring during Anki invocations are now retried automatically, so a single unexpected error doesn't fail the whole execution.

v0.3

27 Mar 10:19
Compare
Choose a tag to compare

Cards organization support.

Organize cards into decks automatically based on their properties.
E.g., add the following to your anki-helper.yaml:

actions:
  cardsOrganization:
    - filter: note:SpanishVerb*
      targetDeck: Spanish::Verbs

And make all the cards of note types SpanishVerb, SpanishVerb1, etc. be automatically moved to Spanish::Verbs deck.

v0.2

08 Mar 10:59
Compare
Choose a tag to compare

Minor refactoring, default config file name is changed to anki-helper.yaml

v0.1

08 Mar 09:59
Compare
Choose a tag to compare

Initial release:

  • automatic text-to-speech generation
  • automatic note type creation