v1.0.23 — Multi-window whiteboard, package.json restored
What's new
- Pulls clawdSlate v0.1.11 under the hood. When you launch Slate standalone, Cmd+N now spawns a new whiteboard window with its own session — multiple canvases no longer clobber each other.
- Source manifest fully restored. The v1.0.21/v1.0.22 commits had Fathom's `package.json` replaced with the whiteboard package's content. Released DMG/zip artifacts were always built from a correct in-memory manifest, but cloning main between e78e96b → d867c8c → 45a3d36 gave the wrong file. v1.0.23 commits the right manifest directly without going through `npm install`.
Fathom itself already supports multi-window via Cmd+N (File → New Window). This release gets the same behavior into the standalone Slate app.
Auto-update
Existing v1.0.20–v1.0.22 users will pick this up via the in-app update check. Help → Check for Updates, or wait ~3s after launch.
Fresh install
```bash
curl -fsSL https://raw.githubusercontent.com/ashryaagr/Fathom/main/install.sh | bash
```