Releases: timgreen/Anki.md
Releases · timgreen/Anki.md
cli: v0.6.1
0.6.1 (2023-03-10)
Features
connect getMediaFilesNames
(56190e6)
- More spinners for
sync
command (09c212a)
cli: v0.6.0
0.6.0 (2023-03-10)
⚠ BREAKING CHANGES
- default to not save the note id
Features
- Default to not save the note id (cbf02f6)
- Introduce simple spinner for sync (55c77e7)
- Support json output for connect wrapper (eb74d2b)
core: v0.10.2
0.10.2 (2023-03-09)
Features
- Option to skip existing medias (ddc90e4)
cli: v0.5.1
0.5.1 (2023-03-09)
Features
- First AnkiConnect wrapper cmd
deskNames
(5ce43d9), closes #11
- More wrapper commands for AnkiConnect (d802a1f), closes #11
cli: v0.5.0
0.5.0 (2023-03-09)
⚠ BREAKING CHANGES
- Default behaviour for media sync changed to skip the existing.
Features
sync
option overwrite-existing-medias
(ec5c7c8)
cli: v0.4.9
0.4.9 (2022-11-27)
Features
core: v0.10.0
0.10.0 (2022-11-26)
⚠ BREAKING CHANGES
- Use only string for
highlight
.
Features
- Not allow overriding default models. (2b1a799), closes #41
Code Refactoring
- Use only string for
highlight
. (1e3f484)
cli: v0.4.8
0.4.8 (2022-11-26)
Features
- Audio support [sound:a.mp3]. (593b79b)
- validate frontmatter. (593b79b)
core: v0.9.0
0.9.0 (2022-11-25)
⚠ BREAKING CHANGES
- model: export models as model.* now.
Features
- parser: Exit on invalid frontmatter. (4f873dc)
Code Refactoring