Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 10 May 09:35
· 20 commits to main since this release
fix: set explicit window size and minSize to prevent tiny initial window

NSHostingController can override the contentRect with a smaller
intrinsic size. Calling setFrame after setting the contentViewController
forces the intended 900x560 frame, and minSize prevents resizing below
700x400.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>