Releases: youknowedo/ducki
Releases · youknowedo/ducki
v0.2.0
What's Changed
- Fix build script by @youknowedo in #10
- tui by @youknowedo in #11
- Update README.md by @youknowedo in #12
- Switch deck init to one dialog by @youknowedo in #13
- dev by @youknowedo in #14
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- Migration to Rust by @youknowedo in #7
- Restructure commands and code by @youknowedo in #8
- Action Logging & Undo by @youknowedo in #9
Full Changelog: https://github.com/youknowedo/ducki/commits/v0.1.0
v0.0.1
Initial release using the FSRS algorithm for card scheduling, commander.js
for commands, and prompts
for navigation.
Added
- Commands with
commander.js
- Create decks
- Add created decks
- Remove decks
- List decks
- Study cards
- Add cards to deck
- Remove decks
- Card scheduling using FSRS
- Basic navigation using
prompts