Skip to content

Commit 16d9aba

Browse files
committed
feat: improve extras section in blog
1 parent 89c008a commit 16d9aba

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

blog/2026-05-08-Release-6.0/index.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,31 +92,22 @@ Switch between them anytime from `View > Themes...`. [Read More...](https://docs
9292
- Prevented an out-of-memory crash that could happen while indexing very large projects, with binary file detection and a 1 GB cache cap.
9393
- Phoenix now recovers gracefully from a corrupted local database instead of crashing on startup.
9494
- 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.
9695
- Education licenses can now be activated on the Linux and macOS desktop apps.
9796
- 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.
105100

106101
## Performance & Stability
107102

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.
110103
- Sidebar layout is preserved across hide and show, making expand near-instant.
111-
- Lazy hashing for read-tracked files saves CPU and memory.
112104
- 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.
114106

115107
## Platform Notes
116108

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`.
120111

121112
## All changes
122113

0 commit comments

Comments
 (0)