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-01-18-Release-5.0/index.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ We're excited to announce Phoenix Pro -packed with powerful features to boost yo
20
20
21
21
Phoenix Community remains free and always will be, as a sign of gratitude to the developer community and the open-source world.
22
22
23
-
For educators and students, we offer Phoenix Pro for Education at no cost. [Read More](https://docs.phcode.dev/docs/phoenix-pro-school)
23
+
For educators and students, we offer Phoenix Pro for Education at no cost. [Read More](../docs/phoenix-pro-school)
24
24
25
25
26
26
## Live Preview Edit
@@ -29,7 +29,7 @@ Now you can edit the live preview directly without touching your source code.
29
29
30
30
Edit text, hyperlinks, and images. Rearrange elements with drag & drop. Cut, copy, paste. View measurements to position elements accurately. Phoenix Code updates your source code instantly.
31
31
32
-
Read more about [Live Preview Edit](https://docs.phcode.dev/docs/pro-features/live-preview-edit), [Image Gallery](https://docs.phcode.dev/docs/pro-features/image-gallery), [Measurements](https://docs.phcode.dev/docs/pro-features/measurements).
32
+
Read more about [Live Preview Edit](../docs/Pro%20Features/live-preview-edit), [Image Gallery](../docs/Pro%20Features/image-gallery), [Measurements](../docs/Pro%20Features/measurements).
@@ -39,7 +39,7 @@ Read more about [Live Preview Edit](https://docs.phcode.dev/docs/pro-features/li
39
39
40
40
**Emmet** one of our most requested features is finally here.
41
41
42
-
Write Emmet abbreviations and Phoenix Code shows you hints. Select a hint to expand it into a full code snippet. Code faster than ever. [Read More](https://docs.phcode.dev/docs/features/emmet)
42
+
Write Emmet abbreviations and Phoenix Code shows you hints. Select a hint to expand it into a full code snippet. Code faster than ever. [Read More](../docs/Features/emmet)
Create hints that expand into full code blocks. You can also add cursor positions so Phoenix Code places your cursor exactly where you need it after expansion. [Read More](https://docs.phcode.dev/docs/features/custom-snippets)
60
+
Create hints that expand into full code blocks. You can also add cursor positions so Phoenix Code places your cursor exactly where you need it after expansion. [Read More](../docs/Features/custom-snippets)
@@ -67,29 +67,22 @@ Create hints that expand into full code blocks. You can also add cursor position
67
67
68
68
After working for some time, your project structure gets messy with lots of open and nested directories.
69
69
70
-
But no worries now. Phoenix Code supports Collapse All Folders, which lets you reset your view by collapsing all expanded folders to their root level in one click. [Read More](https://docs.phcode.dev/docs/file-management#collapse-all-folders)
70
+
But no worries now. Phoenix Code supports Collapse All Folders, which lets you reset your view by collapsing all expanded folders to their root level in one click. [Read More](../docs/file-management#collapse-all-folders)
Color hints in Phoenix Code are now smarter than ever.
79
-
80
-
When typing a color property, Phoenix Code prioritizes your previously used colors. This helps you reuse frequently used colors without manually searching for them. [Read More](https://docs.phcode.dev/docs/editing-colors#color-hints)
81
-
82
-

83
-
84
76
## Notable changes and fixes
85
77
86
78
- Improved Live Preview to support internal stylesheets and SVGs better than before.
79
+
- Smarter color hints. Phoenix Code prioritizes your previously used colors. [Read More](../docs/editing-colors#color-hints)
87
80
- Git markers now appear in the scrollbar, making it easier to locate changes in a file.
88
81
- Improved Git so that it doesn't show stale project status.
89
82
- Reduced the number of popups shown when first installing Phoenix.
90
83
- Fixed an issue where macOS/iOS and browser autocorrect or smart keyboards altered filenames during renames.
91
-
- Added a dialog to notify users when they have deprecated extensions installed.
92
-
- Slowed down Quick View popup on hover as it was interfering with user workflows.
84
+
- Added a dialog to notify users when they have security compromised extensions installed.
85
+
- Slowed down the Quick View popup on hover as it was interfering with user workflows.
93
86
- Fixed ghost image appearing in Safari when dragging from CodeMirror.
94
87
- Long names in Working Files are now truncated for better readability.
95
88
- Added Horizontal Scroll support. Use Shift + mouse scroll.
0 commit comments