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": "September release(3.9) of Phoenix Code is now available.\r\n\r\nThis month's core theme is `App robustness` and `stability` improvements.\r\nWe have also added several `HTML and Text Editing` workflow improvements.\r\n\r\n## Now Available on ChromeOS\r\n\r\nAll new native ChromeOS app is now available on the Google Play Store.\r\nThe ChromeOS app is a highly requested feature and is specially made for education and student use.\r\n\r\n[](https://play.google.com/store/apps/details?id=prod.phcode.twa)\r\n\r\n## Auto rename start and end of HTML/XML/SVG tags\r\n\r\nAutomatically rename paired HTML/XML/SVG tags as you type at the start or end of the tag. [Read more...](https://docs.phcode.dev/docs/editing-text/#auto-rename-tag)\r\n\r\n\r\n\r\n## Auto Tab and Spacing detection\r\n\r\nPhoenix Code can now automatically detect and apply the indentation style (tabs or spaces) based on the existing code in the file.\r\n[Read more...](https://docs.phcode.dev/docs/editing-text/#auto-space-detection)\r\n\r\n\r\n\r\n## UX Improvements\r\n\r\n- `Reopen closed files` option added to `File` menu. Shortcut: `Ctrl-Shift-T`, or (`Cmd-Shift-T` on Mac).\r\n- `Go to Next Problem` and `Go to Previous Problem` option added to [`Navigate` menu.](https://github.com/phcode-dev/phoenix/pull/1732)\r\n- [Tab key press to insert code hints](https://github.com/orgs/phcode-dev/discussions/1809)\r\n- `window.alert`, `window.confirm` and `window.prompt` APIs [will work in live preview](https://github.com/phcode-dev/phoenix/pull/1814)\r\n- Clicking on live preview no longer automatically switches from your [current unrelated file to the main HTML file.](https://github.com/phcode-dev/phoenix/pull/1800)\r\n- Live preview usability and navigation improvements - ([1](https://github.com/phcode-dev/phoenix/pull/1741), [2](https://github.com/phcode-dev/phoenix/pull/1760))\r\n- Increase/Decrease font size will [change the Editor Font size Only](https://github.com/phcode-dev/phoenix/pull/1799).\r\n- Fixed issue where code folding markers disappear when hovering over gutter in dark theme.\r\n- `.cjs` and `.mjs` files support as javascript files.\r\n- Support for `shtml` custom server live preview.\r\n\r\n## Stability Improvements\r\n\r\n- [Fixes node crashes after wakeup from sleep in Windows/Mac.](https://github.com/phcode-dev/phoenix/issues/1791) \r\n- [Kaspersky AV trojan horse false positive mitigation.](https://github.com/phcode-dev/phoenix/issues/1821)\r\n- [Corrupt preferences auto reset.](https://github.com/phcode-dev/phoenix/pull/1818)\r\n- [Boot time crash recovery.](https://github.com/phcode-dev/phoenix/pull/1812)\r\n- Phoenix Code won't start in [some Fedora/other Linux distros.](https://github.com/phcode-dev/phoenix/pull/1740)\r\n\r\n## Update on Release Schedule\r\n\r\nIn 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.\r\n\r\nTo address this, we've taken a step back to reevaluate our release process and make improvements to ensure greater robustness and reliability going forward.\r\n\r\nAs 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.\r\n\r\nWe 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.\r\n\r\nWe look forward to bringing you new features and improvements in a more controlled and reliable manner.\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",
4
-
"pub_date": "2024-09-09T07:51:47.896Z",
2
+
"version": "3.10.0",
3
+
"notes": "November release(3.10) of Phoenix Code is now available.\r\n\r\nThis month's core theme is `Editor UI improvements`. We have fine-tuned the editing experience for better \r\nperformance and visual feedback.\r\nWe've also made substantial improvements to [docs.phcode.dev](https://docs.phcode.dev) to better support extension\r\ndevelopers.\r\n\r\n## Indent Guide Lines\r\n\r\nPhoenix Code now supports indent guidelines to help you better visualize code structure. This feature can\r\nbe toggled via `View > Indent Guide Lines`. [Read more...](https://docs.phcode.dev/docs/editing-text#indent-guide-lines)\r\n\r\n\r\n\r\n## Customizable Editor Line Height\r\n\r\nTheme Settings (`View > Themes...`) now has a new `Line Height` slider. Adjust the editor line height between 1x and 3x to find your\r\nperfect balance of readability and screen real estate. [Read more...](https://docs.phcode.dev/docs/editing-text#line-height)\r\n\r\nAlso added a `Get More...` button to the Themes dialog, linking directly to the themes section in Extension Manager.\r\n\r\n\r\n\r\n## `Line:Col` Indicator Relocation\r\n\r\nMoved to the right of the status bar, accommodating future status bar extensions. Click on the `line:col` section in the\r\nstatusbar to jump to specific lines.\r\n\r\n\r\n\r\n## Performance Tweaks\r\n\r\n- [Major improvements to editor rendering](https://github.com/phcode-dev/phoenix/pull/1943) with better editor scroll\r\n consistency and performance, especially on Safari and macOS.\r\n- [Faster startup of extension manager.](https://github.com/phcode-dev/phoenix/pull/1937)\r\n\r\n## Stability Improvements\r\n\r\n- [File recovery now does integrity checks for more reliable crash recovery.](https://github.com/phcode-dev/phoenix/pull/1889)\r\n- [Fixed Markdown image link handling within href tags.](https://github.com/phcode-dev/phoenix/pull/1838)\r\n- [Improved extension registry management to prevent quota issues on Mac/Linux.](https://github.com/phcode-dev/phoenix/pull/1932)\r\n\r\n## Documentation Updates\r\nOur documentation site - [docs.phcode.dev](https://docs.phcode.dev) has received a major overhaul:\r\n\r\n- Updated user guide: [docs.phcode.dev/docs/intro](https://docs.phcode.dev/docs/intro)\r\n- New API documentation for extension developers: [docs.phcode.dev/api/getting-started](https://docs.phcode.dev/api/getting-started)\r\n\r\n## All changes\r\n\r\nPlease see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since=2024-09-11&until=2024-11-24) for a full list of changes\r\nin GitHub.\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). Every contribution helps us\r\n to keep improving Phoenix Code.\r\n",
0 commit comments