Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"metadata": {
"description": "Design and clone product UI as measured HTML artboards on a tldraw canvas",
"version": "1.1.0"
"version": "1.1.1"
},
"plugins": [
{
"name": "super-prototyping",
"source": "./",
"version": "1.1.0",
"version": "1.1.1",
"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": {
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-prototyping",
"version": "1.1.0",
"version": "1.1.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion .codebuddy-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-prototyping",
"version": "1.1.0",
"version": "1.1.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "super-prototyping",
"version": "1.1.0",
"version": "1.1.1",
"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",
Expand Down
7 changes: 6 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ 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.1.1

2026-09-09, one fix.

- **A two-finger pan over a board pans the canvas.** It used to send the browser
back a page instead, because a wheel event inside a board's iframe never
reaches the canvas and so never gets stopped.
reaches the canvas and so never gets stopped. Every board now stops the
browser's overscroll in its own document, which is the only place that can.

## v1.1.0

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "super-prototyping",
"version": "1.1.0",
"version": "1.1.1",
"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",
Expand Down
2 changes: 1 addition & 1 deletion tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "super-prototyping-tools"
version = "1.1.0"
version = "1.1.1"
description = "refkit and artgen: measure a reference capture, shoot mockups, and diff the two"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading