Skip to content

Commit 275fed2

Browse files
committed
ci: tauri release update notification json
1 parent 97e402e commit 275fed2

2 files changed

Lines changed: 24 additions & 12 deletions

File tree

docs/install.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"phcode.io.DownloadURL": {
3-
"windows_x64": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/Phoenix.Code_4.0.3_x64-setup.exe",
4-
"mac_m1": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/Phoenix.Code_4.0.3_aarch64.dmg",
5-
"mac_intel": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/Phoenix.Code_4.0.3_x64.dmg",
3+
"windows_x64": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_5.0.5_x64-setup.exe",
4+
"mac_m1": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_5.0.5_aarch64.dmg",
5+
"mac_intel": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_5.0.5_x64.dmg",
66
"chrome_os": "https://play.google.com/store/apps/details?id=prod.phcode.twa"
77
}
88
}
Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
11
{
2-
"version": "4.0.3",
3-
"notes": "2025 January release(4.0) of Phoenix Code is now available for download at [phcode.io](https://phcode.io).\r\n\r\nThis is the largest release we had in a while, and we are happy to announce the next phase of Phoenix Code with\r\na major version bump to 4.0.\r\n\r\n## The legacy of Brackets - Continued\r\nA decade-long journey of pushing web development forward: The Brackets story continues with Phoenix Code.\r\n[Read more about the story of Brackets and the journey to build Phoenix Code and the Brackets community.](https://docs.phcode.dev/blog/Blog-Legacy)\r\n\r\nThis release's core theme is `Git, Color previews, UX imporovements and stability`.\r\n\r\n## Git for Desktop\r\n\r\nGit is finally here. Integrated Git source control with a clean, intuitive interface. Stage changes, commit, and sync with a single click while keeping your focus on the code. Now available in the Windows, Mac and Linux desktop apps of Phoenix code. [Read More...](https://docs.phcode.dev/docs/Features/git)\r\n\r\nOur Git integration is built upon the incredible work of the developers behind [Brackets-Git](https://github.com/brackets-userland/brackets-git), whose contributions made this possible. Thank you!\r\n\r\n![Image](https://github.com/user-attachments/assets/aeacc7c0-3ee3-4a80-9b05-f2b48140bcdd)\r\n\r\n![Image](https://github.com/user-attachments/assets/6e7b9faf-d57b-448b-a5bb-a111c67489b5)\r\n\r\n## Color Previews\r\n\r\nPreview the color(s) used in the file in the gutter area. Hovering over a color box highlights the corresponding color text in the editor to quickly jump to editing that color. [Read More...](https://docs.phcode.dev/docs/editing-colors#color-preview)\r\n\r\n![image](https://github.com/user-attachments/assets/bedecc32-761b-448e-aced-61828ad3fec6)\r\n\r\n## Open in Terminal and File Explorer\r\n\r\nNew \"Open In\" feature lets you instantly open directories and files in the system Terminal or File Explorer across Windows, macOS, and Linux desktop apps!\r\n\r\n![Image](https://github.com/user-attachments/assets/710330ae-8b34-4a51-a1f9-4c02736ed9bd)\r\n\r\n## Better Translations\r\n\r\nWe've moved to an LLM-assisted translation framework, delivering higher-quality translations for non-English locales.\r\n\r\n## Notable changes and fixes\r\n\r\n- We've removed some inconsistent and rarely used keyboard shortcuts to free up more key combinations for customization.\r\n [Easily configure your own keyboard shortcuts through the UI.](https://docs.phcode.dev/docs/Features/keyboard-shortcuts)\r\n- Fixed `Option-[shift]-left` and `option-[shift]-right` keyboard shortcuts not working in mac to select/move words.\r\n- Survey popups are now less intrusive, appearing as notifications without disrupting your workflow.\r\n- Moved back `line:ch` status to left of statusbar. Go to line will accept `:ln:col` format along with `:ln,col`. ![Image](https://github.com/user-attachments/assets/7429ae42-cb56-444c-8546-6d565bedaaf9)\r\n- [Remove specific files from Recent Files](https://github.com/phcode-dev/phoenix/pull/2035)\r\n- Fixes [holding ctrl key in windows should not ui overlay mode.](https://github.com/phcode-dev/phoenix/pull/2015)\r\n- [fix: `cmd-click` in mac app and safari didn't open context menu.](https://github.com/phcode-dev/phoenix/pull/1994)\r\n- [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)\r\n- [fix: clicking on prevent defaulted A tags in desktop live preview opens browser tab.](https://github.com/phcode-dev/phoenix/pull/1997)\r\n \r\n## Performance & Stability Tweaks\r\n\r\n- [Faster boot times with extension compression and load changes](https://github.com/phcode-dev/phoenix/pull/2055)\r\n consistency and performance, especially on Safari and macOS.\r\n- [File recovery should only be shown on crash, and fix some file recovery issues.](https://github.com/phcode-dev/phoenix/pull/2082)\r\n\r\n## All changes\r\n\r\nPlease 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 in 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 to keep improving Phoenix Code.\r\n\r\nWith gratitude,\r\n\r\nThe Phoenix Team\r\n",
4-
"pub_date": "2025-01-31T06:06:16.997Z",
2+
"version": "5.0.5",
3+
"notes": "2026 January release (5.0) of Phoenix Code is now available for download at [phcode.io](https://phcode.io).\r\n\r\nOur biggest update yet - introducing `Phoenix Pro` and major upgrades like `Live Preview Edit`, `Emmet`, `Tab Bar`, and `Custom Snippets`.\r\n\r\n## Phoenix Pro - A Sustainable Future\r\n\r\nPhoenix Code has been free and open source from day one - and **everything you’ve used so far will remain free forever**, including **Live Preview**.\r\n\r\nWe’re a small, full-time indie team with **no VC backing**, building Phoenix Code because we believe the web deserves a code editor that’s genuinely **simple and joyful to use**. We tried to sustain development through community donations ([Open Collective](https://opencollective.com/phoenix-ide)), but over the last few years it hasn’t been enough to support full-time work - and we reached a hard choice: slow down drastically, or find a sustainable path that keeps Phoenix Code healthy.\r\n\r\nSo we’re introducing **Phoenix Pro** as an *optional* way to support Phoenix Code’s future - with **one Pro feature: Live Preview Edit**.\r\nIf Phoenix Code has helped you, Phoenix Pro is a way to help keep the project moving forward.\r\n\r\nStudents & educators get **Phoenix Pro for Education** at no cost, because we want classrooms to have easy access to modern, easy-to-use development tooling. [Read More](https://docs.phcode.dev/docs/phoenix-pro-school)\r\n\r\n## Live Preview Edit\r\n\r\n*Included with Phoenix Pro.*\r\n\r\n**Live Preview Edit** lets you make changes directly on your page — and updates your source code instantly.\r\n\r\nEdit text, links, and images. Drag & drop to rearrange elements. Cut, copy, paste, and use measurement tools to place things precisely.\r\n\r\nLearn more: [Live Preview Edit](https://docs.phcode.dev/docs/Pro%20Features/live-preview-edit), [Image Gallery](https://docs.phcode.dev/docs/Pro%20Features/image-gallery), [Measurements](https://docs.phcode.dev/docs/Pro%20Features/measurements).\r\n\r\n![image](https://github.com/user-attachments/assets/5ef26ba0-12bd-4145-9e30-d404aabe5092)\r\n\r\n## Emmet\r\n\r\n**Emmet** one of our most requested features is finally here.\r\n\r\nWrite 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)\r\n\r\n![emmet](https://github.com/user-attachments/assets/fe767274-cb03-491c-9cf8-bfbc560490d6)\r\n\r\n## Tab Bar\r\n\r\nTab Bar is here. View all your open files at the top of the editor and switch between them instantly.\r\n\r\nChoose what works for you - Tab Bar, Working Files, or both at the same time. [Read More](https://docs.phcode.dev/docs/file-management#tab-bar)\r\n\r\n![tab bar](https://github.com/user-attachments/assets/3febc149-d3e6-44a7-bbe6-f305e7726703)\r\n\r\n## Custom Snippets\r\n\r\nDefine your own code hints with Custom Snippets.\r\n\r\nCreate 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)\r\n\r\n![snippets](https://github.com/user-attachments/assets/b3ff85db-82db-468b-ba65-c1878b371292)\r\n\r\n## Collapse Folders\r\n\r\nAfter working for some time, your project structure gets messy with lots of open and nested directories.\r\n\r\nBut 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)\r\n\r\n![collapse](https://github.com/user-attachments/assets/e230e87f-25da-4bd4-a43c-91f13398acee)\r\n\r\n## Notable changes and fixes\r\n\r\n- Improved Live Preview to support internal stylesheets and SVGs better than before.\r\n- Smarter color hints. Phoenix Code prioritizes your previously used colors. [Read More](https://docs.phcode.dev/docs/editing-colors#color-hints)\r\n- Git markers now appear in the scrollbar, making it easier to locate changes in a file.\r\n- Improved Git so that it doesn't show stale project status.\r\n- Reduced the number of popups shown when first installing Phoenix.\r\n- Fixed an issue where macOS/iOS and browser autocorrect or smart keyboards altered filenames during renames.\r\n- Added a dialog to notify users when they have security compromised extensions installed.\r\n- Slowed down the Quick View popup on hover as it was interfering with user workflows.\r\n- Fixed ghost image appearing in Safari when dragging from CodeMirror.\r\n- Long names in Working Files are now truncated for better readability.\r\n- Added Horizontal Scroll support. Use Shift + mouse scroll.\r\n\r\n## All changes\r\n\r\nPlease see [this link](https://github.com/phcode-dev/phoenix/commits/main/?since=2025-01-30&until=2026-01-18) 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\r\nWith gratitude,\r\n\r\nThe Phoenix Team\r\n",
4+
"pub_date": "2026-01-19T16:14:31.777Z",
55
"platforms": {
66
"windows-x86_64": {
7-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWmpZZHVoMXU4OUs5UWJKcE1jSFh3Tk5hVFdMbkNzaXd0WmV3cm5kcVJQWmZHb3FiZURjNUxXRnJLZUJZWmFvUkgvNmRXYUhMZFBXOGdaekZYM1VpM3dNPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzM4Mjk0MDcwCWZpbGU6UGhvZW5peCBDb2RlXzQuMC4zX3g2NC1zZXR1cC5uc2lzLnppcAp3aWc1cnBWbVdpbGZmUk1iUU1DWTJLc2tBQ3lVclJMZFp2N1lqWjNqUzVwcjdHWmVDTzF3QVVPZDZMQUFDWUJNZXRMci92Q0lyOGpHeVNjWmE1NGhDZz09Cg==",
8-
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/Phoenix.Code_4.0.3_x64-setup.nsis.zip"
7+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWm5YL25INWhMOGpPd01XNTVNU0lYWHZsbWdTdTRISmdUQlMwb3pvMVJMWDl2OEkwMFRGczZadUhwN2RWMFBMeFBpU2ViYVJVQlFVSXNMYjNSMW5CZHdBPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4ODM3NDkyCWZpbGU6UGhvZW5peCBDb2RlXzUuMC41X3g2NC1zZXR1cC5uc2lzLnppcAo0VUxEMkt2OE1TMzFNdzMvYnNzakkxbnFuOFZhWTBuc3krN2dwcStjZVhRcm9zVk1SQ0xvVnR5bXpxZ2haaEh6S1hEaldpZGJLc2FtSXNCYU1laHhDZz09Cg==",
8+
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_5.0.5_x64-setup.nsis.zip"
9+
},
10+
"windows-x86_64-nsis": {
11+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWm5YL25INWhMOGpPd01XNTVNU0lYWHZsbWdTdTRISmdUQlMwb3pvMVJMWDl2OEkwMFRGczZadUhwN2RWMFBMeFBpU2ViYVJVQlFVSXNMYjNSMW5CZHdBPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4ODM3NDkyCWZpbGU6UGhvZW5peCBDb2RlXzUuMC41X3g2NC1zZXR1cC5uc2lzLnppcAo0VUxEMkt2OE1TMzFNdzMvYnNzakkxbnFuOFZhWTBuc3krN2dwcStjZVhRcm9zVk1SQ0xvVnR5bXpxZ2haaEh6S1hEaldpZGJLc2FtSXNCYU1laHhDZz09Cg==",
12+
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_5.0.5_x64-setup.nsis.zip"
913
},
1014
"darwin-x86_64": {
11-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWmhSVTJWSjlNaG43SU1HM3dRNk9yZDc3SDRnMlZzb3UxRllCazI3KzNTejU2S0Z3Mk1lb2t0dE1JMUl2akwwa2s5SnR2ZldDRmc0OVdGZHFocHREZEFvPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzM4MzAyOTI0CWZpbGU6UGhvZW5peCBDb2RlLmFwcC50YXIuZ3oKOTNMTnpMZE9XcXhUV1haK1BZUDdUampBSU9UWmR4S3Y2eWRZemRqMzNNQ1pTeGd4VllhT2trQW55bFBleXBLSzhDRUI1Rzl6OXFIMDFCWmo4SDdKQ3c9PQo=",
12-
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/Phoenix.Code_x64.app.tar.gz"
15+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWnRQYWlKenFodTRUTThzUDh2d3pqby9yTUFxQmRsSm5nOVRFazNQdHhDWHc4YXcwZWxMOVdjek00RDJqNTFSYWNNZ3VJOVUrUEkzbHJ5WXh2NWlWcXdVPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4ODM4NzE1CWZpbGU6UGhvZW5peCBDb2RlLmFwcC50YXIuZ3oKU2NYRGJKVWdnMzY2dWVjNGZ3YWpFZWhlUzZYeXAzTXN3NmM2bVAvYjFQb2t0OE1YNG9NV0o1NVlJMmZKSmdVVFllUkRkaGFlejVDUzlFY1NwTHRoQ3c9PQo=",
16+
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_x64.app.tar.gz"
17+
},
18+
"darwin-x86_64-app": {
19+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWnRQYWlKenFodTRUTThzUDh2d3pqby9yTUFxQmRsSm5nOVRFazNQdHhDWHc4YXcwZWxMOVdjek00RDJqNTFSYWNNZ3VJOVUrUEkzbHJ5WXh2NWlWcXdVPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4ODM4NzE1CWZpbGU6UGhvZW5peCBDb2RlLmFwcC50YXIuZ3oKU2NYRGJKVWdnMzY2dWVjNGZ3YWpFZWhlUzZYeXAzTXN3NmM2bVAvYjFQb2t0OE1YNG9NV0o1NVlJMmZKSmdVVFllUkRkaGFlejVDUzlFY1NwTHRoQ3c9PQo=",
20+
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_x64.app.tar.gz"
1321
},
1422
"darwin-aarch64": {
15-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWmd1Rm9SOWRndHBhbHN5MHFTckV3RzJ1SVlIdDhaY1FYakYxcWJrSnp2TTJFZUhmUHYvUDcvMk1yMVhxanRNZlJtTTlOeFJaVU1ZL1VEd0k3R1lxVmdjPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzM4MzAzNTY4CWZpbGU6UGhvZW5peCBDb2RlLmFwcC50YXIuZ3oKcnJHOFBDdFRwZUtTY0h0c0JSSTVMT2RPM0s1aXlVcEdtYjVxK0VTVFNzZDlKRnJJZG14dkxtSkFmb0diNUZrZmJ2SjNkcm5HMDFpbFJzN2RacXB1QUE9PQo=",
16-
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/Phoenix.Code_aarch64.app.tar.gz"
23+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWnFwY0ZBWEZiWGtRcVVkOTZHMWY5K2hJMG1VVHA5OXFvRUlBbExXNTdWcUJabzluL0tGTXNkR2xjTDQxSlp4TXY2S015NGRmUmliRWZTaVI2ZDhvREFRPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4ODM5MjYzCWZpbGU6UGhvZW5peCBDb2RlLmFwcC50YXIuZ3oKanA4TVZqRHgycGpKVGJyZEk4WEtoMndOYmN3dnl0ZEdTeGpBTkZmVEx6R1o1bThIcVdHVlpROG1YamplVVpERHgyQkoxamt0TE9Ua3RhZ1RVU3VhQ3c9PQo=",
24+
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_aarch64.app.tar.gz"
25+
},
26+
"darwin-aarch64-app": {
27+
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWnFwY0ZBWEZiWGtRcVVkOTZHMWY5K2hJMG1VVHA5OXFvRUlBbExXNTdWcUJabzluL0tGTXNkR2xjTDQxSlp4TXY2S015NGRmUmliRWZTaVI2ZDhvREFRPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzY4ODM5MjYzCWZpbGU6UGhvZW5peCBDb2RlLmFwcC50YXIuZ3oKanA4TVZqRHgycGpKVGJyZEk4WEtoMndOYmN3dnl0ZEdTeGpBTkZmVEx6R1o1bThIcVdHVlpROG1YamplVVpERHgyQkoxamt0TE9Ua3RhZ1RVU3VhQ3c9PQo=",
28+
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v5.0.5/Phoenix.Code_aarch64.app.tar.gz"
1729
}
1830
}
1931
}

0 commit comments

Comments
 (0)