|
| 1 | +--- |
| 2 | +slug: release-4.0 |
| 3 | +title: Git It Release (January-2025, V-4.0) is now Live |
| 4 | +authors: [arun, charly, devvaannsh, phoenixBot] |
| 5 | +tags: [Git, Color previews, Version Control, open in terminal, Stability Improvements, Windows, Linux, Mac, Release] |
| 6 | +--- |
| 7 | + |
| 8 | +2025 January release(4.0) of Phoenix Code is now available for download at [phcode.io](https://phcode.io). |
| 9 | + |
| 10 | +This is the largest release we had in a while, and we are happy to announce the next phase of Phoenix Code with |
| 11 | +a major version bump to 4.0. |
| 12 | + |
| 13 | +## The legacy of Brackets - Continued |
| 14 | +A decade-long journey of pushing web development forward: The Brackets story continues with Phoenix Code. |
| 15 | +[Read more about the story of Brackets and the journey to build Phoenix Code and the Brackets community.](Blog-Legacy) |
| 16 | + |
| 17 | +This releases core theme is `Git, Color previews, UX imporovements and stability`. |
| 18 | + |
| 19 | +## Git for Desktop |
| 20 | + |
| 21 | +Git is finally here. Integrated Git source control with a clean, intuitive interface. |
| 22 | +Stage changes, commit, and sync with a single click while keeping your focus on the code. |
| 23 | +Now available in the Windows, Mac and Linux desktop apps of Phoenix code. [Read More...](https://docs.phcode.dev/docs/Features/git) |
| 24 | + |
| 25 | +Our Git integration is built upon the incredible work of the developers behind [Brackets-Git](https://github.com/brackets-userland/brackets-git), |
| 26 | +whose contributions made this possible. Thank you! |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +## Color Previews |
| 33 | + |
| 34 | +Preview the color(s) used in the file in the gutter area. Hovering over a color box highlights the corresponding color |
| 35 | +text in the editor to quickly jump to editing that color. [Read More...](https://docs.phcode.dev/docs/editing-colors#color-preview) |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +## Open in Terminal and File Explorer |
| 40 | + |
| 41 | +New "Open In" feature lets you instantly open directories and files in the system Terminal or File Explorer across |
| 42 | +Windows, macOS, and Linux desktop apps! |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +## Better Translations |
| 47 | + |
| 48 | +We've moved to an LLM-assisted translation framework, delivering higher-quality translations for non-English locales. |
| 49 | + |
| 50 | +## Notable changes and fixes |
| 51 | + |
| 52 | +- We've removed some inconsistent and rarely used keyboard shortcuts to free up more key combinations for customization. |
| 53 | + [Easily configure your own keyboard shortcuts through the UI.](https://docs.phcode.dev/docs/Features/keyboard-shortcuts) |
| 54 | +- Fixed `Option-[shift]-left` and `option-[shift]-right` keyboard shortcuts not working in mac to select/move words. |
| 55 | +- Survey popups are now less intrusive, appearing as notifications without disrupting your workflow. |
| 56 | +- Moved back `line:ch` status to left of statusbar. Go to line will accept `:ln:col` format along with `:ln,col`.  |
| 57 | +- [Remove specific files from Recent Files](https://github.com/phcode-dev/phoenix/pull/2035) |
| 58 | +- Fixes [holding ctrl key in windows should not ui overlay mode.](https://github.com/phcode-dev/phoenix/pull/2015) |
| 59 | +- [fix: `cmd-click` in mac app and safari didn't open context menu.](https://github.com/phcode-dev/phoenix/pull/1994) |
| 60 | +- [Switching between Ctrl+F and Ctrl+Shift+F now correctly updates the search box with the latest selection.](https://github.com/phcode-dev/phoenix/pull/1999) |
| 61 | +- [fix: clicking on prevent defaulted A tags in desktop live preview opens browser tab.](https://github.com/phcode-dev/phoenix/pull/1997) |
| 62 | + |
| 63 | +## Performance & Stability Tweaks |
| 64 | + |
| 65 | +- [Faster boot times with extension compression and load changes](https://github.com/phcode-dev/phoenix/pull/2055) |
| 66 | + consistency and performance, especially on Safari and macOS. |
| 67 | +- [File recovery should only be shown on crash, and fix some file recovery issues.](https://github.com/phcode-dev/phoenix/pull/2082) |
| 68 | + |
| 69 | +## All changes |
| 70 | + |
| 71 | +Please see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since=2024-11-27&until=2025-01-30) for a full list of changes |
| 72 | +in GitHub. |
| 73 | + |
| 74 | +## A Request from the Phoenix Team: |
| 75 | + |
| 76 | +- **Share your feedback:** https://github.com/orgs/phcode-dev/discussions |
| 77 | +- **Spread the word** about Phoenix to friends and colleagues. |
| 78 | +- [**Consider supporting us** on GitHub Sponsors](https://github.com/sponsors/phcode-dev). Every contribution helps us |
| 79 | + to keep improving Phoenix Code. |
| 80 | + |
| 81 | +With gratitude, |
| 82 | + |
| 83 | +The Phoenix Team |
0 commit comments