Skip to content

Commit 26c10cc

Browse files
committed
deploy: 606b7d0
1 parent 26605c4 commit 26c10cc

File tree

115 files changed

+7488
-698
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+7488
-698
lines changed

appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ window.AppConfig = {
3131
"app_notification_url": "assets/notifications/dev/",
3232
"app_update_url": "https://updates.phcode.io/tauri/update-latest-experimental-build.json",
3333
"linting.enabled_by_default": true,
34-
"build_timestamp": "2025-09-30T10:08:58.271Z",
34+
"build_timestamp": "2025-10-04T06:20:32.422Z",
3535
"googleAnalyticsID": "G-P4HJFPDB76",
3636
"googleAnalyticsIDDesktop": "G-VE5BXWJ0HF",
3737
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
@@ -43,7 +43,7 @@ window.AppConfig = {
4343
"bugsnagEnv": "development"
4444
},
4545
"name": "Phoenix Code",
46-
"version": "4.1.2-21542",
46+
"version": "4.1.2-21562",
4747
"apiVersion": "4.1.2",
4848
"homepage": "https://core.ai",
4949
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

brackets-min.js

Lines changed: 751 additions & 70 deletions
Large diffs are not rendered by default.

cacheManifest.json

Lines changed: 26 additions & 24 deletions
Large diffs are not rendered by default.

command/Commands.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,9 @@ define(function (require, exports, module) {
408408
/** Opens Phoenix Pro page */
409409
exports.HELP_GET_PRO = "help.getPro"; // HelpCommandHandlers.js _handleLinkMenuItem()
410410

411+
/** Manage Pro licenses */
412+
exports.HELP_MANAGE_LICENSES = "help.manageLicenses"; // HelpCommandHandlers.js _handleLinkMenuItem()
413+
411414
/** Opens feature suggestion page */
412415
exports.HELP_SUGGEST = "help.suggest"; // HelpCommandHandlers.js _handleLinkMenuItem()
413416

@@ -501,6 +504,9 @@ define(function (require, exports, module) {
501504
/** Shows the sidebar */
502505
exports.SHOW_SIDEBAR = "view.showSidebar"; // SidebarView.js show()
503506

507+
/** Reinstalls credentials in keychain */
508+
exports.REINSTALL_CREDS = "debug.reinstallCreds"; // login-service.js handleReinstallCreds()
509+
504510
// commands
505511
/** Initializes a new git repository */
506512
exports.CMD_GIT_INIT = "git-init";

0 commit comments

Comments
 (0)