Build log

Changelog

Every update, in order. We ship fast and document everything.

v1.1.0May 1, 2026

Workspaces are now projects. The top-left switcher gets new creation paths so you can spin up a fresh project, start one from a cell template (TTRPG today, more soon), or layer a cell onto an existing project. The Network graph was retuned to feel like Obsidian: smaller hubs, longer-range repel, screen-constant labels with collision avoidance so dense canvases stop overlapping. The Network right rail is now a glanceable index of what is on screen, with one collapsible section per writing project. The Tables view right rail finally lists every table as a folder with its views nested inside.

New

  • Project switcher in the top-left replaces the old workspace switcher, with two creation paths: Add new project (blank) and Add new from cell (pick a cell, install it into a fresh project in one step).

  • Add cell to this project lets you layer TTRPG, accounting, or any other cell onto an existing project so you can run a campaign in a world you already built.

  • Tables view right rail now lists every table as a collapsible folder. Open a table and its views appear nested beneath it, with a default Table view always present.

  • Network legend gets a dedicated section per writing project, each with its own eye toggle so you can hide an entire project worldwide with one click.

Improved

  • Network graph forces tuned to feel closer to Obsidian: longer-range repel, shorter springier links, viscous settling motion. Defaults bumped, storage version reset so existing projects pick up the new feel automatically.

  • Network node sizing now uses a logarithmic curve on raw connection count. Small nodes stay small; only true hubs grow visibly. A node now needs about ten connections before it reads as bigger than its neighbors.

  • Network labels stay a constant size on screen at every zoom level. Collision detection suppresses overlapping labels so the highest-priority node in each cluster always wins.

  • Network right rail trimmed to view name, node and edge counts, and a flat legend. Presets, Views, Visibility, Edges, Color, Clusters, and Visual Rules all live behind the cog now.

Fixed

  • Tables view right rail used to show only the active table and its views. You can now switch between every table in your project from the rail.

Under the Hood

  • Right-click new-page-from-template option removed from the binder context menu. Templates are now reserved for project creation only.

  • Logarithmic node radius formula and label collision filter shipped in network-graph.tsx; default forces and storage version bumped to v3 so the new tuning rolls out cleanly.