Commit Graph

  • ccaabb7b1a fix: sync updated geo files to profile work dir in lite mode xmk23333 2026-01-15 18:05:38 +08:00
  • 45fd8e6870 fix: linux desktop icon and app launcher visibility on gnome xmk23333 2026-01-15 18:03:26 +08:00
  • 5947394338 fix: avoid ENOENT/EPERM errors when copying init files xmk23333 2026-01-15 18:00:04 +08:00
  • 5f5ca0fd27 fix: ensure items array exists in profile and override config xmk23333 2026-01-15 17:58:27 +08:00
  • bab949e16a fix: ensure admin restart waits for new process before quitting xmk23333 2026-01-15 17:53:21 +08:00
  • a0bac512dd fix: ensure items array exists in profile and override config xmk23333 2026-01-15 17:53:13 +08:00
  • f9176f3fa0 chore: integrate sysproxy-rs v0.1.0 napi module xmk23333 2026-01-15 17:44:03 +08:00
  • 2bbf896584 update changelog.md xmk23333 2026-01-15 14:43:44 +08:00
  • 30f87b8439 Merge branches 'smart_core' and 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core xmk23333 2026-01-15 13:53:33 +08:00
  • 075132397c refactor: simplify ipc with proxy pattern and split startCore into smaller functions xmk23333 2026-01-15 13:53:07 +08:00
  • 19ff003352
    fix: correct sidecar directory lookup path Memory 2026-01-10 14:56:10 +08:00
  • 52cefa39d3
    feat: add option to hide unavailable proxies in proxy list Memory 2026-01-10 14:55:10 +08:00
  • e6548a0bc3
    fix: update sysproxy-rs path in package.json and pnpm-lock.yaml Memory 2026-01-09 19:56:36 +08:00
  • a5d2114363 fix: resolve all eslint errors and warnings xmk23333 2026-01-08 12:56:08 +08:00
  • e70ca694b9 fix: resolve eslint errors and enhance code review rules xmk23333 2026-01-08 12:29:10 +08:00
  • 6a9edd8665 refactor: split manager.ts into permissions, process, dns modules xmk23333 2026-01-07 14:58:46 +08:00
  • b42287d104 chore: optimize sysproxy-rs with error handling and smaller binary xmk23333 2026-01-07 14:02:21 +08:00
  • 9963f67433 refactor: extract createBackupZip to reduce duplication in backup.ts xmk23333 2026-01-06 02:39:35 +08:00
  • 0b65eb490f refactor: optimize init.ts with parallel execution and split migration xmk23333 2026-01-06 02:37:32 +08:00
  • bff3aedf86 fix: kill old mihomo processes before copying files to avoid EBUSY xmk23333 2026-01-06 02:34:42 +08:00
  • 2c638f56c0 refactor: extract common config context logic into factory function xmk23333 2026-01-06 02:27:58 +08:00
  • 38389e0c3c Merge branch 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core xmk23333 2026-01-06 02:22:38 +08:00
  • 5d10c45206 refactor: replace @mihomo-party/sysproxy with local sysproxy-rs xmk23333 2026-01-06 02:22:33 +08:00
  • 0e0b337a8b
    fix: correct sidebar card horizontal offset issue Memory 2026-01-05 20:59:36 +08:00
  • 7b7333d271 fix: prevent timer leaks and race conditions in config/profile/ssid modules xmk23333 2026-01-04 16:45:42 +08:00
  • 923bd8d7ee fix: lock electron and electron-vite versions to prevent breaking upgrades xmk23333 2026-01-01 11:51:58 +08:00
  • 2c639d5bff fix: resolve race conditions in config writes and profile switching xmk23333 2026-01-01 11:51:44 +08:00
  • 8384953fb7 fix: read silentStart config synchronously to avoid race condition xmk23333 2026-01-01 10:57:45 +08:00
  • 85f430f188 fix: request admin privileges for DNS settings on macOS xmk23333 2026-01-01 10:46:13 +08:00
  • 7634177c5c fix: handle empty port input by treating it as 0 xmk23333 2026-01-01 10:37:29 +08:00
  • 3097019e9e fix: resolve async/null-safety issues in lifecycle, config and ipc modules xmk23333 2026-01-01 10:33:01 +08:00
  • 9e5d11c3c8 refactor: replace console.log with createLogger in main process xmk23333 2026-01-01 10:16:49 +08:00
  • 676743d1b0 refactor: replace console.log with logger in github.ts and fix tray comments xmk23333 2026-01-01 10:07:23 +08:00
  • c1f7a862aa refactor: split main process into modules and extract tour logic xmk23333 2026-01-01 09:35:45 +08:00
  • 3f1d1f84a1
    update depends Memory 2025-12-31 22:22:07 +08:00
  • abcbb6388b
    fix: correct npmrc only-built-dependencies array syntax Memory 2025-12-31 21:19:36 +08:00
  • 5eced51979
    Bump to 1.9.0 Memory 2025-12-31 20:33:57 +08:00
  • 34d2b31579
    fix: add force option to file copy to prevent first launch failures Memory 2025-12-31 20:26:04 +08:00
  • 0198630e57 fix: improve macos helper recovery when socket missing after reboot xmk23333 2025-12-28 20:37:06 +08:00
  • 3d6d545a93 fix: use atomic update in changeCurrentProfile xmk23333 2025-12-28 20:18:11 +08:00
  • fbde5c3f09 fix: ensure consistent current profile id when diffWorkDir enabled xmk23333 2025-12-28 20:06:26 +08:00
  • 75f2522a99 fix: repair yaml syntax in build workflow xmk23333 2025-12-28 19:51:18 +08:00
  • a4ab3cb448 ci: upgrade github actions to latest versions xmk23333 2025-12-28 19:36:17 +08:00
  • 818b546817 fix: add config write queue and prevent ipc listener accumulation xmk23333 2025-12-28 19:36:01 +08:00
  • b60c01bb4c fix: resolve event listener memory leaks and add error logging xmk23333 2025-12-28 19:02:07 +08:00
  • ae91194a74 Merge branch 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core xmk23333 2025-12-28 18:02:40 +08:00
  • 38d9e8b81b chore: upgrade all dependencies xmk23333 2025-12-28 18:02:28 +08:00
  • dacb77f414
    fix: exclude .build-id files from RPM package to prevent conflicts Memory 2025-12-28 16:35:46 +08:00
  • a159974142 refactor: improve preload security with IPC channel whitelist and fix dependencies xmk23333 2025-12-28 12:45:07 +08:00
  • 2467306903 feat: remove hardcoded Chinese strings and improve i18n coverage xmk23333 2025-12-28 12:34:13 +08:00
  • 573be5501e refactor: simplify main process IPC handler registration xmk23333 2025-12-28 12:22:28 +08:00
  • 98c8280d48 refactor: simplify IPC layer with generic invoke wrapper xmk23333 2025-12-27 23:41:04 +08:00
  • 54bb819e28
    fix format and lint xishang0128 2025-12-25 15:32:32 +08:00
  • b7d6ea8e7a
    feat: add tray proxy group style option with submenu mode Memory 2025-12-20 00:33:51 +08:00
  • 51d169d2e8 feat: add HTML detection and error handling for profile parsing xmk23333 2025-12-16 15:36:48 +08:00
  • 55416f32cd feat: Automatically Choose Direct or Proxy during Subscription Import #issue 1450 xmk23333 2025-12-16 13:22:26 +08:00
  • 041a81cfd4 fix: add file existence checks before backup and fix CSS typo xmk23333 2025-12-14 22:15:38 +08:00
  • d811f76bb4 Merge branch 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core xmk23333 2025-12-14 21:46:49 +08:00
  • 393a32bcfe feat: add WebDAV certificate ignore option and improve event listener cleanup xmk23333 2025-12-14 21:46:43 +08:00
  • 6542be8490
    chore: ensure ESLint passes and format code & update changelog.md Memory 2025-12-13 15:22:32 +08:00
  • 8f5486064b
    refactor: remove no-longer-used ipc Tongyuxiu Zhou 2025-12-11 20:13:16 +08:00
  • ba10dfd3df
    fix: missing placeholder and error handling in override page Tongyuxiu Zhou 2025-12-11 07:15:30 +08:00
  • 7a79adef2e
    Add Traditional Chinese (Taiwan) translation Memory 2025-12-09 23:48:28 +08:00
  • 94f52cf636
    feat: add mrs ruleset preview suppor Memory 2025-12-09 23:33:38 +08:00
  • 19ae63b253 Merge branch 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core xmk23333 2025-12-09 23:32:25 +08:00
  • 34fdd21878 feat: add detailed error toast with copy functionality and refactor error handling xmk23333 2025-12-09 23:32:13 +08:00
  • ddd0077a61
    Merge pull request #1435 from xmk23/smart_core 澄妄 2025-12-09 17:29:26 +08:00
  • 972d2fe946 fix: add missing await keywords and refactor duplicate code xmk23333 2025-12-08 22:32:14 +08:00
  • dcbd837949 refactor: replace alert() with toast notification system xmk23333 2025-12-08 20:52:09 +08:00
  • 8f2e956fd0 perf: optimize connection and log components with memoization and state management xmk23333 2025-12-08 19:58:57 +08:00
  • 67aa17f6bb fix: add delay to WebSocket reconnection and improve event listener cleanup xmk23333 2025-12-08 19:43:20 +08:00
  • 51720296cc fix: optimize connections page performance and state management xmk23333 2025-12-08 16:53:00 +08:00
  • 7619b4d3e5
    fix: handle non-array response when fetching Mihomo tags Memory 2025-12-08 13:06:07 +08:00
  • 392285058e
    fix: ensure all default config fields are present in config.yaml Memory 2025-12-07 13:53:06 +08:00
  • 508d7d63c9
    fix: handle subscription with failed status code or invalid profile Tongyuxiu Zhou 2025-12-07 13:39:14 +08:00
  • 9863c1a1de
    fix: prevent null access error when finding profile items Memory 2025-12-07 13:22:24 +08:00
  • b10075737f
    i18n: add translations for sysproxy.pacEditor.title Memory 2025-12-04 13:26:40 +08:00
  • f541b5ead1
    feat: add authentication token support Memory 2025-12-01 07:56:07 +08:00
  • 47fd7add5f
    perf(manager): skip PowerShell profile loading (#1401) e. 2025-12-01 07:49:07 +08:00
  • b76757bc19
    fix: conn detail & log can't select Memory 2025-11-25 23:46:51 +08:00
  • 0753e5d138
    chore: prepare full geoip.dat Memory 2025-11-25 22:30:04 +08:00
  • 583ece0a64
    feat: support disabling autoupdate Memory 2025-11-25 22:21:14 +08:00
  • 4b8ae4063d
    feat: add swap tray click option in settings Memory 2025-11-24 19:26:17 +08:00
  • 3670f23a1c
    fix: Improve app instance lock handling Memory 2025-11-18 23:55:07 +08:00
  • 485a936d83
    fix: correct mixed-port configuration issues Memory 2025-11-18 22:10:47 +08:00
  • fb33f37652
    feat: Data Colletct File Size v1.8.9 Memory 2025-11-17 22:54:17 +08:00
  • 46088f5234
    update changelog Memory2314 2025-11-16 14:30:38 +08:00
  • 70dcf5e598
    update depends Memory2314 2025-11-16 13:13:14 +08:00
  • f953dca228 perf: rule edit page ezequielnick 2025-11-15 21:01:59 +08:00
  • e1b8c9960a
    feat: show current proxy in tray Memory 2025-11-14 21:58:24 +08:00
  • 9a0eb26ef2
    feat: add port enable/disable & random port Memory 2025-11-13 20:22:18 +08:00
  • 8ebe99a8ca
    fix: handle missing 'providers' field Memory 2025-11-10 09:07:47 +08:00
  • 4af5cae356
    Refactor rule (#1326) Memory 2025-11-01 18:19:07 +08:00
  • 0e58f6f314 fix: remove unused index parameter ezequielnick 2025-10-29 19:48:31 +08:00
  • 80b59fc9de refactor: migrate external HTTP requests from Node.js to Chromium network stack ezequielnick 2025-10-29 19:35:19 +08:00
  • 98be9d3065
    Revert "opt: auto-scroll behavior to reactivate only on user scroll" Memory 2025-10-28 13:35:21 +08:00
  • 0b2f64f42d
    Revert "fix: prevent event propagation on button press in proxies page" Moon 2025-10-22 18:27:45 +08:00
  • 9f46ccf99a
    feat(tray): reverse click behavior on macOS Memory 2025-10-22 12:49:03 +08:00
  • 96552778e6
    chore: update depends & add missing translation Memory 2025-10-22 12:38:09 +08:00
  • 55860af9b3
    feat: backup & restore Memory 2025-10-22 12:19:16 +08:00