@@ -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
0 commit comments