22 lines
1.5 KiB
Markdown
22 lines
1.5 KiB
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
All notable changes to Graph Notes will be documented in this file.
|
||
|
|
|
||
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/).
|
||
|
|
|
||
|
|
## [0.1.0] — 2026-03-07
|
||
|
|
|
||
|
|
### Added
|
||
|
|
- **Tauri v2 Desktop App** — Local-first note-taking with full filesystem access via `tauri-plugin-fs`
|
||
|
|
- **Contenteditable Editor** — Rich inline editing with `[[wikilink]]` token chips (compact pills that unwrap on backspace/delete)
|
||
|
|
- **Wikilink Autocomplete** — Type `[[` to fuzzy-search and link notes; creates new notes if no match found
|
||
|
|
- **Force-Directed Graph View** — Canvas-based visualization with semantic zoom (circles → rounded-rect cards with note previews)
|
||
|
|
- **Graph Interactions** — Single-click animates zoom to node, double-click opens note, drag to reposition nodes
|
||
|
|
- **shadcn-Inspired Design System** — Zinc-based neutrals, purple accent gradients, focus rings, spring transitions
|
||
|
|
- **Sidebar** — Recursive file tree with search, collapsible folders, active-state indicators, note count badge
|
||
|
|
- **Backlinks Panel** — Lists all notes linking to current page with highlighted context snippets
|
||
|
|
- **Markdown Preview** — Toggle between edit and rendered preview modes with inline wikilink rendering
|
||
|
|
- **Daily Notes** — Auto-generated daily journal entries accessible from sidebar shortcut
|
||
|
|
- **Auto-Save** — Debounced 500ms save on every keystroke
|
||
|
|
- **Custom Scrollbars** — Minimal 5px scrollbars matching the dark theme
|