Releases: dims12/yamlover
Releases · dims12/yamlover
v0.3.7
v0.3.6
yamlover 0.3.6 — content pane shows index progress on cold start Opening a never-indexed folder (e.g. the desktop app's first run) flashed a red "no such node/endpoint: /api/json?path=:" in the content pane: the SPA fetches the root before the initial background index has created the root node, so /api/json 404s. It already self-heals (the index-done diff bumps refreshSignal → NodeView refetches), and the LEFT pane already showed "indexing…" — but the content pane rendered NodeView's raw error meanwhile. Mirror the left pane: while there is no tree yet and an index task is running, show the task progress instead of NodeView. Once the tree lands NodeView renders and fetches normally. Pure client/UX fix; typecheck + client tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
v0.3.5
yamlover 0.3.5 First release of the lean, Vite-free production build: npx yamlover serves the prebuilt static client + bundled server with ~zero runtime deps, binds 127.0.0.1 by default (--headless to expose on the network). Triggers npmjs + Nexus publish and the v0.3.5 tag (which fires the desktop installer matrix). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>