You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2026-05-08-Release-6.0/index.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,31 +92,22 @@ Switch between them anytime from `View > Themes...`. [Read More...](https://docs
92
92
- Prevented an out-of-memory crash that could happen while indexing very large projects, with binary file detection and a 1 GB cache cap.
93
93
- Phoenix now recovers gracefully from a corrupted local database instead of crashing on startup.
94
94
- Fixed a reflected XSS issue on the browser-not-supported page.
95
-
- Fixed an AI chat crash that could occur when sending clipboard-pasted images.
96
95
- Education licenses can now be activated on the Linux and macOS desktop apps.
97
96
- Fixed `File > Quit` not closing multi-window sessions on the desktop app.
98
-
- Hardened the Markdown viewer with a content security policy and a sandboxed iframe.
99
-
- New 3-step onboarding tour walks new users through Design Mode, the AI tab, and creating a new project.
100
-
- A small zoom HUD now shows the current percentage when you zoom in or out.
101
-
- Fixed pinned Markdown previews being bypassed when switching files.
102
-
- Markdown viewer scroll position is preserved across panel reopen, file switch, and image-edit dialog close.
103
-
- Fixed hyperlink editor multi-click bugs and the "open in new tab" selection in Design Mode.
104
-
- Color picker race conditions resolved, and the Computed tab now shows consistent rgb-to-hex values.
97
+
- Fixed a thin white line at the edges of Live Preview, and the divider disappearing at very narrow widths.
98
+
- Fixed a modal wrapper that could remain on screen when dialogs overlapped.
99
+
- Fixed Find in Files button placement when input boxes were empty.
105
100
106
101
## Performance & Stability
107
102
108
-
- AI chat lazily renders large diffs and frees them on collapse, keeping long sessions responsive.
109
-
- AI session storage moved to a 30 MB virtual store with oldest-hunks-first pruning, replacing the older 16 MB FileSystem-based store.
110
103
- Sidebar layout is preserved across hide and show, making expand near-instant.
111
-
- Lazy hashing for read-tracked files saves CPU and memory.
112
104
- Fixed a race condition in Live Preview load that could cause stale iframe overwrites.
113
-
-Resize ruler, spacing handles, and color picker draw paths optimized; control surfaces are created once and reused instead of recreated.
105
+
-Tightened Live Preview document handling and editor event leak thresholds.
114
106
115
107
## Platform Notes
116
108
117
-
-**macOS**: avoided the Xcode git install dialog at startup, fixed terminal canvas rendering and the xterm-screen gap, enabled text selection in the AI panel.
118
-
-**Windows**: Claude Code detection now works, the terminal can no longer be closed with a running command, and `Ctrl+C` / `Cmd+C` copy works correctly in the terminal.
119
-
-**Linux**: full Electron desktop support, including file drag-and-drop, single-window handling, and auto-update.
109
+
-**macOS**: avoided the Xcode git install dialog at startup, fixed a missing scrollbar in Live Preview on Tauri, and corrected new-window dimensions.
110
+
-**Windows**: fixed window size jumps when opening a new window from `File > New Window`.
0 commit comments