Skip to content

Releases: guiferviz/mnemocards

1.0.0b0

16 Apr 04:05
31d47f6
Compare
Choose a tag to compare
1.0.0b0 Pre-release
Pre-release

Added

  • Improving docs.
  • Functional test of examples.

Changed

  • Readers are now independent tasks. Instead of having a File task that uses
    readers we have a ReadCsv task, a ReadJson task... One per each format. This
    removes a lot of complexity.
  • Paths are relative to the config file they are defined.

1.0.0a1

02 Apr 23:31
Compare
Choose a tag to compare
1.0.0a1 Pre-release
Pre-release

Added

  • Loading files relative to the configuration file.
  • Adding mnemocards_anki.Pronounce: task for pronouncing text using Google
    Translator.
  • Adding more docs.

1.0.0a0

07 Mar 00:44
94b6195
Compare
Choose a tag to compare
1.0.0a0 Pre-release
Pre-release

A complete rewrite of the mnemocards package using a fully extensible design. Some features are still missing.