Skip to content

Commit 7ea0fc2

Browse files
committed
Prepare release 2026.6.11.1
1 parent c01d105 commit 7ea0fc2

5 files changed

Lines changed: 33 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,39 @@ This project uses calendar-style release versions, currently `YYYY.M.D.N`.
1111

1212
- Nothing yet.
1313

14+
## [2026.6.11.1] - 2026-06-11
15+
16+
### Added
17+
18+
- Persist unsent composer drafts per session in localStorage.
19+
- Interactive error card with prompt recovery in Studio: failed generation cards are clickable to show original prompt, copy, and remix.
20+
- Edit follow-up queue messages via context menu.
21+
1422
### Changed
1523

16-
- Nothing yet.
24+
- Translate Studio image resolution labels and remove deprecated models.
25+
- Render tool I/O as structured key/value lists in compact chat mode.
26+
- Remove `public_share_file` from default disabled tools.
27+
- Simplify compact session history.
28+
- Make Studio Preview load references/presets on mount and persist preset name.
1729

1830
### Fixed
1931

20-
- Nothing yet.
32+
- Fix redirect loop between login and setup on initial setup.
33+
- Fix garbled AI responses: activate thinking filter, improve onboarding prompt.
34+
- Fix markdown save response reliability.
35+
- Handle malformed upload form data.
36+
- Fix lazy file tree expansion.
37+
- Fix inconsistent file reference rendering in chat.
38+
- Fix automation timeout, stale-cleanup on startup & execute-ready, global stale-run recovery.
39+
- Fix chat scroll jumping when images load asynchronously.
40+
- Fix studio preview popup jumping during image navigation.
41+
- Fix studio generation error handling: propagate errors to AI agent with supported ratios list.
42+
- Fix robuster und schnellerer Bild-Upload in Studio Models.
43+
44+
### Verification
45+
46+
- `npm run build`
2147

2248
## [2026.6.9.1] - 2026-06-09
2349

install/bin/canvas-notebook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
CANVAS_CLI_VERSION="2026.6.9.1"
4+
CANVAS_CLI_VERSION="2026.6.11.1"
55
INSTALL_DIR="${CANVAS_INSTALL_DIR:-/opt/canvas-notebook}"
66
COMPOSE_FILE="${CANVAS_COMPOSE_FILE:-${INSTALL_DIR}/canvas-notebook-compose.yaml}"
77
DATA_DIR="${CANVAS_DATA_DIR:-${HOME:-/opt}/canvas-notebook-data}"

install/lib/shared/output.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Sourced by both install/bin/canvas-notebook and install/lib/common.sh
44

55
[[ -n "${_SHARED_OUTPUT_LOADED:-}" ]] && return 0
6-
CANVAS_CLI_VERSION="${CANVAS_CLI_VERSION:-2026.6.9.1}"
6+
CANVAS_CLI_VERSION="${CANVAS_CLI_VERSION:-2026.6.11.1}"
77
_SHARED_OUTPUT_LOADED=1
88

99
CANVAS_USE_COLOR="${CANVAS_USE_COLOR:-true}"

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "canvas-notebook",
3-
"version": "2026.6.9.1",
3+
"version": "2026.6.11.1",
44
"private": true,
55
"license": "SEE LICENSE IN LICENSE",
66
"scripts": {

0 commit comments

Comments
 (0)