Releases: lfyuomr-gylo/anki-rest-helper
Releases · lfyuomr-gylo/anki-rest-helper
v0.5
v0.4
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
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
Minor refactoring, default config file name is changed to anki-helper.yaml
v0.1
Initial release:
- automatic text-to-speech generation
- automatic note type creation