Skip to content

Releases: phcode-dev/phoenix-desktop

Phoenix Code Stable Release v3.9.4

10 Sep 07:40
Compare
Choose a tag to compare

September release(3.9) of Phoenix Code is now available.

This month's core theme is App robustness and stability improvements.
We have also added several HTML and Text Editing workflow improvements.

Now Available on ChromeOS

All new native ChromeOS app is now available on the Google Play Store.
The ChromeOS app is a highly requested feature and is specially made for education and student use.

google play icon (1)

Auto rename start and end of HTML/XML/SVG tags

Automatically rename paired HTML/XML/SVG tags as you type at the start or end of the tag. Read more...

tag sync

Auto Tab and Spacing detection

Phoenix Code can now automatically detect and apply the indentation style (tabs or spaces) based on the existing code in the file.
Read more...

image

UX Improvements

Stability Improvements

Update on Release Schedule

In the past, we've released Phoenix Code updates on a monthly basis. However, last month we encountered an issue with our release that led to stability problems for our users.

To address this, we've taken a step back to reevaluate our release process and make improvements to ensure greater robustness and reliability going forward.

As a result, we've decided to slow down the desktop release schedule to once every two months. This will allow us to thoroughly test each update and deliver a more stable experience.

We apologize for any inconvenience caused by the previous release and appreciate your patience and understanding as we work to improve the quality of Phoenix Code.

We look forward to bringing you new features and improvements in a more controlled and reliable manner.

A Request from the Phoenix Team:

Phoenix Code Experimental build v3.9.1

06 Sep 07:16
Compare
Choose a tag to compare
Pre-release

prerelase for testing only!

Phoenix Code Stable Release v3.8.8

27 Jun 13:21
Compare
Choose a tag to compare

June release(3.8) of Phoenix Code is now available.

This month's release is all about Drag and Drop, HTML assistance and ESLint. We've also addressed numerous feature requests and bug reports, along with improving app UX and stability.

Drag and Drop Files and Folders in Desktop Apps - Experimental

Drag files from Explorer (Windows) or Finder (Mac) and drop them into Phoenix Code to open individual files. Drop a folder to open it as a project.

Note: This feature is currently disabled on Linux due to UI issues in some Linux distributions. To enable it, select menu
Debug -> Experimental Features -> Drag And Drop Files.

This feature is not available in the browser version @ phcode.dev

drag and drop

HTML Validation

We have added HTML Validator to help you find errors like duplicate IDs, unrecognized tags, and more. Read more here.

HTML validate

ESLint Support

All new and simplified ESLint experience that displays all ESLint errors in a file. Fix one or all errors with a single click. To enable, open a project that uses ESLint in Phoenix Code. Read more here.

image

Notable Changes

  • Non-Intrusive Automatic Updates: Updates are now installed in the background with no more distracting dialogs when an update is available.
  • Case-Sensitive File Renaming: Renaming files to a different case, such as a.txt to A.TXT, is now supported.
  • File > New Project is now renamed to Start Project.
  • Increased stability and app startup experience.

A Request from the Phoenix Team:

Phoenix Code Experimental build v3.8.4

24 Jun 11:10
Compare
Choose a tag to compare
Pre-release

Experimental build. not to be used.

Phoenix Code Experimental build v3.8.2

11 Jun 07:39
Compare
Choose a tag to compare
Pre-release

Test release with eslint support

Phoenix Code Stable Release v3.7.3

26 May 09:46
Compare
Choose a tag to compare

May release(3.7) of Phoenix Code is now available.

This month's release is all about Live previews and the little things that make your work just a bit easier. We've also addressed numerous feature requests and UX bug reports, along with improving app UX and stability.

Live CSS Class and Style Code Hints

Interactively edit CSS styles and classes using the up/down arrow keys in code hints. This provides an instant boost to your HTML and CSS workflows.

classLiveHints

CSS/HTML Code Hints improvements

Improved relevance of suggestions in CSS and HTML code hints. For E.g., typing b in a CSS file will prioritize background-color. Typing between will bring up relevant CSS property-value combinations like align-content: space-between; (see image below), so you don't have to remember which value is under which CSS property.

image

Move to trash/bin when deleting files

Deleting files from the files panel in desktop apps will move the file/folder to trash/recycle bin instead of permanently deleting it.

UX Improvements

  • Deleting the Phoenix Code folder in user Documents directory is now supported in desktop apps.
  • Increased stability and app startup experience.
  • Copy Error Message button is now available in the problems panel.

image

A Request from the Phoenix Team:

Phoenix Code Experimental build v3.7.2

05 May 05:16
Compare
Choose a tag to compare
Pre-release

Adds support for node extensions

Phoenix Code Stable Release v3.6.4

29 Apr 14:10
Compare
Choose a tag to compare

April release(3.6) of Phoenix Code is now available.

This month's upgrade is big! with a lot of features you asked for - PHP/Custom
live preview servers, advanced CSS/LESS/SCSS/HTML code intelligence and tooling,
UX and app stability improvements.

Custom Live Preview Servers

Preview PHP, React, and other dynamically rendered files with the
new server settings dialog. Read more at
Live Preview Settings Docs.

Screenshot from 2024-04-12 13-08-34

HTML Code Intelligence

CSS class hints are now shown within the HTML file's class attribute.

image

Advanced CSS Tooling

Support for the latest CSS/LESS/SCSS syntax. Code intelligence and error
detection for CSS, SCSS, and LESS files.

image

Reverse CSS Highlighting

Clicking an element in the live preview now highlights its selector in the
source CSS file editor.
Reverse CSS Highlighting gif

Editor Rulers

Add multiple, color-customizable rulers in the editor to better visualize line
lengths. Read more...

image

Open Live Preview in any Browser

Direct buttons to open live previews in Chrome, Edge, Safari, and Firefox.

image

Docusaurus Support

Live preview docusaurus.io based markdown documentation server.

UX Improvements

Increased stability and more predictable live preview behavior.

Community Contributions

  1. Changes to files and folders made externally are now automatically synced in
    the Browser version of Phoenix Code.
    (view change) - By
    Andrew Young,
    Faizan Bhagat

A Request from the Phoenix Team:

Phoenix Code Experimental build v3.6.3

28 Apr 07:25
Compare
Choose a tag to compare
Pre-release

Pre-release test

Phoenix Code Stable Release v3.5.6

27 Mar 09:23
Compare
Choose a tag to compare

The March release(3.5.6) of Phoenix Code is now available.
This month's update improves support for large projects, Find in Files, and app stability.

Inline HTML Number Dials

You can now use number dials in inline HTML styles, not just in CSS files.

image

Search Filters - Advanced Find in Files

All new search filters to find exactly what you want. Search in files or
Exclude files matching the given pattern instantly.

new find in files

Other Improvements

  • Projects with very large number of files can now be opened.
  • Performance improvement when opening minified CSS/JS files and other formats
    with very long lines.
  • Added support for beautifying SCSS, SASS, LESS, TSX, and JSX files. The
    beautification feature now preserves the cursor position.
  • Improved startup speed and overall app stability.
  • Bug fixes and improvements to new project dialog.