Skip to content

Commit e951a1d

Browse files
committed
ci: tauri release update notification json
1 parent 22ad4b6 commit e951a1d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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-v3.10.0/Phoenix.Code_3.10.0_x64-setup.exe",
4-
"mac_m1": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v3.10.0/Phoenix.Code_3.10.0_aarch64.dmg",
5-
"mac_intel": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v3.10.0/Phoenix.Code_3.10.0_x64.dmg",
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",
66
"chrome_os": "https://play.google.com/store/apps/details?id=prod.phcode.twa"
77
}
88
}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
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![image](https://github.com/user-attachments/assets/3d9d0c55-3c9e-4ab3-bbc0-53b563d19e39)\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![image](https://github.com/user-attachments/assets/97a46d9a-e971-401d-8a77-015afa6d5972)\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![image](https://github.com/user-attachments/assets/540ea992-dda0-4a2c-8042-3c6228616636)\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",
4-
"pub_date": "2024-11-25T06:03:19.592Z",
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",
55
"platforms": {
66
"windows-x86_64": {
7-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWm1QQkhLZDVpZUsrbUVVbjhnUlpvSk94eS9ybXVISTVWcDZRVW9peDVDK3g5Z2RiUkk5MXloVGN5c3h5MXcyYUMrK1JRbjg4QzJ3dkluM1ZHSURCemdzPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzMyNTEyMTQzCWZpbGU6UGhvZW5peCBDb2RlXzMuMTAuMF94NjQtc2V0dXAubnNpcy56aXAKb1NGendmUTNkOWM1Z2lFbTU2Q2FGbkFqREhjLzB2NEhKclRBclZpcFE4NkcwSHZ1TGhFbjVhMTdwbVptTmtwT3NlWGV2QXFiUWljeHl6NTdZSzhGQ2c9PQo=",
8-
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v3.10.0/Phoenix.Code_3.10.0_x64-setup.nsis.zip"
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"
99
},
1010
"darwin-x86_64": {
11-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWnFVVkZMNktUaEQzVjY4ZzRmdUNiRVZFRm9IZHVvSlFjMGxvMFBSYmc0aHhKOFZ2L1ZNdnNCdSsyTldaMEVFUEdqeU9QYS9aQzlFaUMrMDRIeTVVbHdjPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzMyNTE0MDAwCWZpbGU6UGhvZW5peCBDb2RlLmFwcC50YXIuZ3oKaWJxVmZub2VEdHJNOHZ5N3ZGSXJ0ZDE3bEZnL0dYNDFrT2V2MGViTFFmc3p5UlFIZEFjU0xmSHk0aVh0RmVzOTFDMk9hTzQxQnB5M1ZKc2ZHejlrQkE9PQo=",
12-
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v3.10.0/Phoenix.Code_x64.app.tar.gz"
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"
1313
},
1414
"darwin-aarch64": {
15-
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVUVTVEdXJNVyttWmxrcjJuK0twWUdwSFJKcjZHYUozby9ZdFdLMmM3Z1AxTDV4Z0NCSmJLT1RvbTJtTHNQODlZMlBQbHhzZ1hQU2xlRndPVklmMU4zU1RoOExpL1AxT0FZPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzMyNTE0NTkyCWZpbGU6UGhvZW5peCBDb2RlLmFwcC50YXIuZ3oKMFV4bmtGZlJCNDJuQkhFYnVEZWxmUk44Y1piNXlzSVcwaVk1TFRGOUNndWplN0FScTRxQU9zOE92N2Q1b3pvL01SY1h2SEM0ZEZaUllBSVhCeTFxQlE9PQo=",
16-
"url": "https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v3.10.0/Phoenix.Code_aarch64.app.tar.gz"
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"
1717
}
1818
}
1919
}

0 commit comments

Comments
 (0)