Releases: ccmdi/obsidianki
Releases · ccmdi/obsidianki
v0.9.1
v0.9.0
What's Changed
- Added optional vector store to identify similar flashcards via text similarity
- Implemented a multi-turn feedback loop to revise vector-identified duplicates
- Introduced commands to manage the vector store
- Switched to a lightweight internal engine for LLM calls
- Added hierarchical CLI indentation
- Updated the search system to use JSONLogic (no longer requires Dataview as a vault dependency)
- Updated models (
claude-opus-4-5,gemini-3-flash-preview) - Added generation logs (
~/.config/obsidianki/logs) - Color-coded progress indicator based on the active AI provider
Full Changelog: v0.8.3...v0.9.0
v0.8.3
What's Changed
- Allow for multiple LLM providers (#25)
- Fixed lazy loading
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Change edit mode from flag to command (#24) @ccmdi
- Template overrides (#22) @ccmdi
- Difficulty setting (#23) @ccmdi
- Reorganize CLI code into modular structure (#21) @ccmdi
- Significantly expand test suite coverage (#20) @ccmdi
- Re-encode preview.webp to ensure infinite looping (#19) @ccmdi
Full Changelog: v0.8.1...v0.8.2