diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 3ba83c18..27de3a8f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,13 +6,13 @@ }, "metadata": { "description": "Design and clone product UI as measured HTML artboards on a tldraw canvas", - "version": "1.2.0" + "version": "1.3.0" }, "plugins": [ { "name": "super-prototyping", "source": "./", - "version": "1.2.0", + "version": "1.3.0", "displayName": "Super Prototyping", "description": "Clone a real app's screens from screenshots by measurement, design new screens from measured tokens, and run the tldraw canvas that shows them. Ships refkit (measure/shoot/diff) and the canvas app.", "author": { diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index debe3ffa..e29118e1 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "super-prototyping", - "version": "1.2.0", + "version": "1.3.0", "description": "Rebuild and design product UI as self-contained HTML artboards on a local tldraw canvas. Clone a real app from screenshots by measurement, design new screens from measured tokens, and drive the canvas that shows them.", "author": { "name": "ReScience Lab", diff --git a/.codebuddy-plugin/plugin.json b/.codebuddy-plugin/plugin.json index debe3ffa..e29118e1 100644 --- a/.codebuddy-plugin/plugin.json +++ b/.codebuddy-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "super-prototyping", - "version": "1.2.0", + "version": "1.3.0", "description": "Rebuild and design product UI as self-contained HTML artboards on a local tldraw canvas. Clone a real app from screenshots by measurement, design new screens from measured tokens, and drive the canvas that shows them.", "author": { "name": "ReScience Lab", diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index debe3ffa..e29118e1 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "super-prototyping", - "version": "1.2.0", + "version": "1.3.0", "description": "Rebuild and design product UI as self-contained HTML artboards on a local tldraw canvas. Clone a real app from screenshots by measurement, design new screens from measured tokens, and drive the canvas that shows them.", "author": { "name": "ReScience Lab", diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4a1d4633..c71f13f6 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -21,6 +21,13 @@ toolkit carry the same version; `sp-canvas start` says so when they drift. Everything below is on `main` and reaches no install until a version is cut. +## v1.3.0 + +2026-09-15. The inspector moves onto the canvas: you click the board itself, +and fold or hide its layers there. A product's published pictures become a +brand kit, with a page of its own and an address for every picture. Four new +example canvases: TikTok, X, Instagram and Perplexity. + ### The canvas - **Inspect the board on the canvas.** Selecting a board no longer opens a diff --git a/plugin.json b/plugin.json index 63f07c32..b649303e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "super-prototyping", - "version": "1.2.0", + "version": "1.3.0", "description": "Rebuild and design product UI as self-contained HTML artboards on a local tldraw canvas. Clone a real app from screenshots by measurement, design new screens from measured tokens, and drive the canvas that shows them.", "author": { "name": "ReScience Lab", diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 63be2d24..45653172 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "super-prototyping-tools" -version = "1.2.0" +version = "1.3.0" description = "refkit and artgen: measure a reference capture, shoot mockups, and diff the two" readme = "README.md" requires-python = ">=3.10"