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
"notes": "May release(3.7) of Phoenix Code is now available.\r\n\r\nThis 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.\r\n\r\n#### Live CSS Class and Style Code Hints\r\n\r\nInteractively 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.\r\n\r\n\r\n\r\n#### CSS/HTML Code Hints improvements\r\n\r\nImproved 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.\r\n\r\n\r\n\r\n#### Move to trash/bin when deleting files\r\n\r\nDeleting files from the files panel in desktop apps will move the file/folder to trash/recycle bin instead of permanently deleting it.\r\n\r\n#### UX Improvements\r\n\r\n* Deleting the `Phoenix Code` folder in user `Documents` directory is now supported in desktop apps.\r\n* Increased stability and app startup experience.\r\n* `Copy Error Message` button is now available in the problems panel.\r\n\r\n\r\n\r\n## A Request from the Phoenix Team:\r\n\r\n- **Share your feedback:** https://github.com/orgs/phcode-dev/discussions\r\n- **Spread the word** about Phoenix to friends and colleagues.\r\n- [**Consider supporting us** on GitHub Sponsors](https://github.com/sponsors/phcode-dev).\r\n Every contribution helps us to keep improving Phoenix Code.",
4
-
"pub_date": "2024-05-25T13:48:47.470Z",
2
+
"version": "3.8.8",
3
+
"notes": "June release(3.8) of Phoenix Code is now available.\r\n\r\nThis 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.\r\n\r\n#### Drag and Drop Files and Folders in Desktop Apps - Experimental\r\n\r\nDrag 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.\r\n\r\n> Note: This feature is currently disabled on Linux due to UI issues in some Linux distributions. To enable it, select menu\r\n> `Debug -> Experimental Features -> Drag And Drop Files.`\r\n\r\n> This feature is not available in the browser version @ phcode.dev\r\n\r\n\r\n\r\n#### HTML Validation\r\n\r\nWe have added HTML Validator to help you find errors like duplicate IDs, unrecognized tags, and more. [Read more here.](https://docs.phcode.dev/docs/Features/Problems%20Panel/html-lint/)\r\n\r\n\r\n\r\n#### ESLint Support\r\n\r\nAll 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.](https://docs.phcode.dev/docs/Features/Problems%20Panel/ESLint/)\r\n\r\n\r\n\r\n#### Notable Changes\r\n\r\n- **Non-Intrusive Automatic Updates:** Updates are now installed in the background with no more distracting dialogs when an update is available.\r\n- **Case-Sensitive File Renaming:** Renaming files to a different case, such as `a.txt` to `A.TXT`, is now supported.\r\n- `File > New Project` is now renamed to `Start Project`.\r\n- Increased stability and app startup experience.\r\n\r\n## A Request from the Phoenix Team:\r\n\r\n- **Share your feedback:** https://github.com/orgs/phcode-dev/discussions\r\n- **Spread the word** about Phoenix to friends and colleagues.\r\n- [**Consider supporting us** on GitHub Sponsors](https://github.com/sponsors/phcode-dev).\r\n Every contribution helps us to keep improving Phoenix Code.\r\n",
0 commit comments