Skip to content

Commit 8410c36

Browse files
committed
docs: release notes update notable changes section
1 parent eac29ad commit 8410c36

1 file changed

Lines changed: 33 additions & 22 deletions

File tree

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
slug: release-6.0
3-
title: Phoenix AI Release (May 2026, V-6.0) is now Live
4-
description: "Phoenix Code 6.0 introduces an AI assistant powered by Claude Code, a brand new Design Mode, a rich Markdown editor, an integrated terminal, and Phoenix Neo themes."
3+
title: Phoenix Design + AI Release (May 2026, V-5.1) is now Live
4+
description: "Phoenix Code 5.1 introduces an AI assistant powered by Claude Code, a brand new Design Mode, a rich Markdown editor, an integrated terminal, and Phoenix Neo themes."
55
authors: [arun, charly, devvaannsh, electrofist, ansu, phoenixBot]
66
tags: [AI, Claude Code, Design Mode, Markdown Editor, Terminal, Live Preview Edit, Phoenix Pro, Phoenix Neo, Windows, Linux, Mac, Release]
77
---
88

99
import React from 'react';
1010
import VideoPlayer from '@site/src/components/Video/player';
1111

12-
The May 2026 release (6.0) of Phoenix Code is now available for download at [phcode.io](https://phcode.io).
12+
The May 2026 release (5.1) of Phoenix Code is now available for download at [phcode.io](https://phcode.io).
1313

1414
This release focuses on making Phoenix Code a true all-in-one web development environment, bringing AI directly into the editor along with an upgraded [Live Preview Edit](#live-preview-edit-upgrades), a rich [Markdown editor](#rich-markdown-editor), a built-in [terminal](#built-in-terminal), [device previews](#view-your-page-at-any-device-size), and a lot more.
1515

16-
Phoenix also gets a fresh new look with the [Phoenix Neo](#phoenix-neo-themes) themes, and a new [Design Mode](#design-mode) that lets you edit content visually while keeping your code out of the way.
16+
Phoenix Code also gets a fresh new look with the [Phoenix Neo](#phoenix-neo-themes) themes, and a new [Design Mode](#design-mode) that lets you edit content visually while keeping your code out of the way.
1717

1818
## Try ideas, build pages, and fix issues with AI
1919

@@ -35,7 +35,7 @@ Focus fully on your content while your code stays out of the way. Work side by s
3535

3636
*Included with Phoenix Pro.*
3737

38-
Edit Markdown like a document in Live Preview. Format text, edit tables, and add images and diagrams, with the code syncing automatically in real time.
38+
Edit Markdown like a document in Live Preview. Format text, edit tables, and it’s easy to add images - just paste or pick one from your device, like in Google Docs or Word.
3939

4040
An easier way to create Markdown files that you can share with others. [Read More...](https://docs.phcode.dev/app-links/markdown-editor)
4141

@@ -65,7 +65,7 @@ Phoenix Code also picks up your CSS `@media` breakpoints so you can jump straigh
6565

6666
## Built-in Terminal
6767

68-
Phoenix Code now has a built-in terminal, so you can run commands right away without switching windows. It supports your preferred shell and works across all supported platforms. [Read More...](https://docs.phcode.dev/app-links/terminal)
68+
Phoenix Code now has a built-in tabbed terminal, so you can run commands right next to your code without switching windows. It supports your preferred shell and works across all supported platforms. [Read More...](https://docs.phcode.dev/app-links/terminal)
6969

7070
![Built-in Terminal](https://docs-images.phcode.dev/in-app/terminal.png)
7171

@@ -85,30 +85,41 @@ Switch between them anytime from `View > Themes...`. [Read More...](https://docs
8585

8686
## Notable changes and fixes
8787

88-
- Prevented an out-of-memory crash that could occur while indexing very large projects, with binary file detection and a 1 GB cache cap.
89-
- Phoenix now recovers gracefully from a corrupted local database instead of crashing on startup.
90-
- Fixed a reflected XSS issue on the browser-not-supported page.
91-
- Education licenses can now be activated on the Linux and macOS desktop apps.
92-
- Fixed `File > Quit` not closing multi-window sessions on the desktop app.
93-
- Fixed a thin white line at the edges of Live Preview and the divider disappearing at very narrow widths.
94-
- Fixed a modal wrapper that could remain on screen when dialogs overlapped.
95-
- Fixed Find in Files button placement when input boxes were empty.
88+
- Prevented an out-of-memory crash that could occur while indexing very large projects — Phoenix now detects binary files and caps its index cache so big repos stay smooth. ([#2801](https://github.com/phcode-dev/phoenix/pull/2801))
89+
- Phoenix now recovers gracefully from a corrupted local database instead of crashing on startup. ([#2782](https://github.com/phcode-dev/phoenix/pull/2782))
90+
- Fixed a reflected XSS issue on the "browser not supported" page. ([#2851](https://github.com/phcode-dev/phoenix/pull/2851))
91+
- Fixed `File > Quit` not closing multi-window sessions on the desktop app. ([#2639](https://github.com/phcode-dev/phoenix/pull/2639))
92+
- Fixed a thin white line at the edges of Live Preview. ([#2855](https://github.com/phcode-dev/phoenix/pull/2855))
93+
- Fixed a modal overlay that could remain on screen when dialogs opened in quick succession. ([#2789](https://github.com/phcode-dev/phoenix/pull/2789))
94+
- Fixed Find in Files button placement when the input boxes were empty. ([#2680](https://github.com/phcode-dev/phoenix/pull/2680))
95+
- Fixed an issue where some pro trial users were being signed out early. ([#2658](https://github.com/phcode-dev/phoenix/pull/2658))
9696

9797
## Performance & Stability
9898

99-
- Sidebar layout is preserved across hide and show, making expansion near-instant.
100-
- Fixed a race condition in Live Preview load that could cause stale iframe overwrites.
101-
- Tightened Live Preview document handling and editor event leak thresholds.
99+
- Sidebar layout is now preserved across hide and show, making expansion feel near-instant. ([#2834](https://github.com/phcode-dev/phoenix/pull/2834))
100+
- Fixed a race condition during Live Preview load that could cause a stale page to overwrite a fresh one. ([#2668](https://github.com/phcode-dev/phoenix/pull/2668))
101+
- Tightened Live Preview document handling and reduced editor event leaks. ([#2671](https://github.com/phcode-dev/phoenix/pull/2671))
102+
- Improved Live Preview edit performance for larger pages. ([#2793](https://github.com/phcode-dev/phoenix/pull/2793))
103+
- Smoother scrollbar behavior in the sidebar. ([#2726](https://github.com/phcode-dev/phoenix/pull/2726), [#2727](https://github.com/phcode-dev/phoenix/pull/2727))
102104

103105
## Platform Notes
104106

105-
- **Linux**: The desktop app is now built on Electron, replacing the previous Tauri/webkit2gtk build. It ships as a single AppImage that runs across most major distributions, and now supports auto-update, bringing it to parity with macOS and Windows.
106-
- **macOS**: Avoided the Xcode git install dialog at startup, fixed a missing scrollbar in Live Preview on Tauri, and corrected new-window dimensions.
107-
- **Windows**: Fixed window size jumps when opening a new window from `File > New Window`.
107+
### Linux
108+
109+
- The desktop app is now built on a **Chromium-based renderer**, replacing the previous WebKit2GTK build (which was painfully slow). It ships as a **single AppImage** that runs across most major distributions, and now supports **auto-update**, bringing it to parity with macOS and Windows. ([#2635](https://github.com/phcode-dev/phoenix/pull/2635), [#2637](https://github.com/phcode-dev/phoenix/pull/2637), [#2651](https://github.com/phcode-dev/phoenix/pull/2651))
110+
111+
### macOS
112+
113+
- Avoided the Xcode "git install" dialog popping up at startup on Macs without git. ([#2662](https://github.com/phcode-dev/phoenix/pull/2662))
114+
- Fixed new-window dimensions being slightly off due to inner/outer measurement mix-up. ([#2720](https://github.com/phcode-dev/phoenix/pull/2720))
115+
116+
### Windows
117+
118+
- Fixed window size jumping when opening a new window from `File > New Window`. ([#2723](https://github.com/phcode-dev/phoenix/pull/2723))
108119

109120
## All changes
110121

111-
Please see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since=2026-01-18&until=2026-05-08) for a full list of changes in GitHub.
122+
Please see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since=2026-01-18&until=2026-05-22) for a full list of changes in GitHub.
112123

113124
## A Request from the Phoenix Team:
114125

@@ -117,4 +128,4 @@ Please see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since
117128

118129
With gratitude,
119130

120-
The Phoenix Team
131+
The Phoenix Team

0 commit comments

Comments
 (0)