Releases: Jud/mkdn
mkdn v0.1.7
git-aware sidebar. the sidebar now shows your branch name, changed file count, and per-file status badges (M, A, ?) pulled from git. collapsed directories with changes get a blue dot. there's a filter toggle that morphs the tree down to only dirty files -- spring-animated transition, no flicker. works without git installed, degrades cleanly outside a repo.
footnotes. [^1] references and [^1]: ... definitions render properly now. click a footnote reference to smooth-scroll to its definition. click the ↩ to scroll back. the target text pulses briefly so you don't lose your place.
fixed. link hover cursor now works correctly everywhere -- pointing hand shows on any link, not just end-of-line links. this was a TextKit 2 offset calculation bug that's been there since launch.
fixed. sidebar directories no longer auto-close when the file watcher refreshes. the old refresh rebuilt the tree from scratch with concurrent tasks racing each other. now uses cancel-and-replace with depth-sorted application.
mkdn v0.1.6
outline navigator redesign. the breadcrumb and heading list are now a single container that morphs between states. rubber-band close animation. selecting a heading scrolls to it without closing the navigator -- you stay in context. dismiss when you're ready with cmd+j, escape, or clicking outside.
tables rebuilt from scratch. you can now click cells to select them -- single click, cmd+click for multiple, shift+click for ranges. cmd+c copies your selection. find-in-page highlights matches inside tables. the whole rendering was redone to match how images and diagrams already work, so tables should feel more solid across the board.
fixed. small tables no longer stretch their border to fill the full width. directory monitoring picks up file changes in nested folders that the previous watcher missed.
mkdn v0.1.5
Full Changelog: v0.1.4...v0.1.5
mkdn v0.1.4
Full Changelog: v0.1.3...v0.1.4
mkdn v0.1.3
Full Changelog: v0.1.2...v0.1.3
mkdn v0.1.2
Full Changelog: v0.1.1...v0.1.2
mkdn v0.1.1
Bug Fixes
- Fix table overlay drift
- Fix TextKit 2 lazy layout violations
- Reconcile viewport layout after table height invalidation
- Rebuild entrance animation covers after table height corrections
mkdn v0.1.0
Full Changelog: https://github.com/Jud/mkdn/commits/v0.1.0