Skip to content

Commit b966de0

Browse files
author
Graeme Dyas
committed
release: 0.6.0
A1 cancellation correctness, A2 run controls (token/cost meter, smart auto-scroll, slow-mode), and the start of the agent / chat overhaul.
1 parent 2350f22 commit b966de0

5 files changed

Lines changed: 0 additions & 828 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ and OpenAI). Pick a profile (fiction, technical, factual), open a folder of
55
markdown files, and run agents over a selection or the whole document — with
66
streaming output, an inline diff, and a one-click apply.
77

8-
![Canv canvas with floating toolbar](docs/screenshots/the-editor/floating-toolbar.png)
9-
108
## Install
119

1210
Pre-built binaries are on the [Releases page](https://github.com/skycubeuk/Canv/releases).
@@ -101,16 +99,6 @@ minutes, review the draft and click **Publish**.
10199

102100
macOS builds are currently unsigned. Code signing is planned.
103101

104-
### Regenerating documentation screenshots
105-
106-
```bash
107-
npm run screenshots # all pages
108-
npm run screenshots -- --only=the-editor # one page
109-
```
110-
111-
Requires Linux/macOS desktop and (optionally) `.env.screenshots` populated
112-
from `.env.screenshots.example`.
113-
114102
## Tech
115103

116104
React 19 · Vite · TypeScript · Electron 33 · CodeMirror 6 (markdown) ·

package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"test": "vitest run",
2525
"test:watch": "vitest",
2626
"preview": "vite preview",
27-
"screenshots": "node scripts/screenshots.mjs",
2827
"electron:dev": "concurrently -k \"vite\" \"wait-on http://localhost:5173 && electron .\"",
2928
"electron:build": "npm run build && electron-builder",
3029
"electron:build:linux": "npm run build && electron-builder --linux",
@@ -76,7 +75,6 @@
7675
"eslint-plugin-react-refresh": "^0.5.2",
7776
"globals": "^17.5.0",
7877
"jsdom": "^25.0.1",
79-
"playwright-core": "^1.59.1",
8078
"postcss": "^8.5.10",
8179
"tailwindcss": "^3.4.19",
8280
"typescript": "~6.0.2",

0 commit comments

Comments
 (0)