Skip to content

v1.0.22 — Whiteboard text auto-centers in boxes

Choose a tag to compare

@ashryaagr ashryaagr released this 02 May 04:19
· 9 commits to main since this release

What's new

This release pulls in clawdSlate v0.1.10 under the hood, which carries the auto-bind fix:

  • Whiteboard text inside boxes auto-centers by default. When the agent emits a text element whose center falls inside a rectangle/ellipse/diamond that has no existing label, the rendering layer folds the text into the container's label so Excalidraw produces a properly-bound, auto-centered pair. Previously, you'd see text positioned slightly off; double-clicking the box would snap it in. Now it's centered the first time.
  • Source manifest restored. The v1.0.21 commit accidentally replaced this repo's `package.json` with the whiteboard package's content. v1.0.21 release artifacts (DMG/zip) were built before the corruption and remain valid, but anyone cloning main needs v1.0.22 for working build instructions.

Auto-update

Existing v1.0.20 and v1.0.21 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
```