1.1.0
Here's the changelog for v1.1.0 "Odyssey":
v1.1.0 "Odyssey"
Added
- Note preview now supports GitHub-themed syntax highlighting for fenced code blocks (light/dark aware)
- Select text in note preview to surface a floating "Add as todo" button, creating a todo from the selection
- Font size controls (+/-) for notes, persisted and applied consistently across edit and preview panes
- Archived todos dialog for viewing/managing archived tasks
Fixed
- Todo drag-and-drop now correctly reorders cards within and across kanban columns (previously only column changes were tracked; position was silently dropped)
- Kanban column drop-target highlighting now reacts to hovering over a card, not just empty column space
- Scroll position now syncs between note edit and preview modes instead of resetting to the top on switch
Internal
- Migrated todo drag-and-drop to
@dnd-kit/sortablefor proper index-aware drop handling - Added
updateTodoPositionspersistence wiring