Releases: algiadev8/obsidian-retrieva
Releases · algiadev8/obsidian-retrieva
Release list
0.0.14
Highlights
- Redesigned the deck-creation flow: choosing a tag/name now only saves the deck (a hierarchical, collapsible tag picker replaces the flat list), and starting a review is a separate action from the deck list.
- Added a card list view: open a deck's cards directly from the scope view instead of only being able to start a review session.
- Deleting a saved deck from the scope view now asks for confirmation before removing it.
- Rewrote the review/scope/recovery/suspended views as Svelte components, and introduced
CardServiceas the single facade for card operations.
Fixes
- Fixed
cardsForTag("")returning zero cards for the "All cards" deck. - Fixed the deck list not refreshing after saving a new deck.
- Moved the invalid-card banner from the review view to the scope view so it's visible regardless of which deck is open.
Full Changelog: 0.0.13...0.0.14
0.0.13
Full Changelog: 0.0.12...0.0.13
Full Changelog: 0.0.12...0.0.13
0.0.12
Mobile review controls
- Keep the rating buttons visible and tappable above the mobile toolbar.
- Display the four mobile ratings in a single compact row, showing only their next-review intervals.
- Use a dedicated Show answer button so audio controls and other embedded content do not accidentally reveal the answer.
- Update the English and Japanese user guides for the revised review flow.