146 Commits

Author SHA1 Message Date
xmk23333
818b546817 fix: add config write queue and prevent ipc listener accumulation 2025-12-28 19:36:01 +08:00
xmk23333
a159974142 refactor: improve preload security with IPC channel whitelist and fix dependencies 2025-12-28 12:45:07 +08:00
xmk23333
2467306903 feat: remove hardcoded Chinese strings and improve i18n coverage 2025-12-28 12:34:13 +08:00
xishang0128
54bb819e28
fix format and lint 2025-12-25 15:32:32 +08:00
Memory
b7d6ea8e7a
feat: add tray proxy group style option with submenu mode 2025-12-20 00:33:51 +08:00
xmk23333
041a81cfd4 fix: add file existence checks before backup and fix CSS typo 2025-12-14 22:15:38 +08:00
xmk23333
d811f76bb4 Merge branch 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core 2025-12-14 21:46:49 +08:00
xmk23333
393a32bcfe feat: add WebDAV certificate ignore option and improve event listener cleanup 2025-12-14 21:46:43 +08:00
Memory
6542be8490
chore: ensure ESLint passes and format code & update changelog.md
* chore: ensure ESLint passes and format code

* chore: update changelog.md
2025-12-13 15:22:32 +08:00
xmk23333
972d2fe946 fix: add missing await keywords and refactor duplicate code 2025-12-08 22:32:14 +08:00
e.
47fd7add5f
perf(manager): skip PowerShell profile loading (#1401)
* perf(manager): skip PowerShell profile loading

* perf(manager): skip PowerShell profile loading *2
2025-12-01 07:49:07 +08:00
Memory
4b8ae4063d
feat: add swap tray click option in settings 2025-11-24 19:26:17 +08:00
Memory
e1b8c9960a
feat: show current proxy in tray 2025-11-14 21:58:24 +08:00
Memory
4af5cae356
Refactor rule (#1326)
* refactor: enhance prepend/append deletion in rule editor

* fix: Reject empty payload for non-MATCH rules

* More validator

* feat(backup): add rules directory support to local and WebDAV backups
2025-11-01 18:19:07 +08:00
ezequielnick
80b59fc9de refactor: migrate external HTTP requests from Node.js to Chromium network stack
(cherry picked from commit ad96c558a3d46c79848e2c9e469673c7e7f68e25)
2025-10-29 19:37:45 +08:00
Memory
9f46ccf99a
feat(tray): reverse click behavior on macOS 2025-10-22 12:49:03 +08:00
Memory
55860af9b3
feat: backup & restore 2025-10-22 12:19:16 +08:00
Memory
d8fdbebc4b
fix: shortcut window display issue 2025-10-08 14:41:35 +08:00
苹果派派
eb69bd51a6
feat: add webdav backup cron scheduler and resore filename sort (#1192) 2025-09-19 19:27:17 +08:00
Memory
75762c1263
chore: autoUpdater mihomo-party -> clash-party 2025-09-10 11:25:35 +08:00
Memory
c8d83f45ac
fix: short-id parsing error 2025-09-06 19:27:00 +08:00
Memory
17c1c8c56d
feat: add tray icon color disable setting 2025-08-30 09:19:35 +08:00
Memory
0c38d3eb26
mihomo-party -> clash-party 2025-08-30 08:52:35 +08:00
Memory
6d21f904b3
fix: tray icon refresh on shortcut usage 2025-08-29 13:16:19 +08:00
ezequielnick
e35fa316fc fix: autoupdater admin privileges issue 2025-08-27 19:53:21 +08:00
Memory
78ec7f9822
opt: tray icon updating 2025-08-27 12:59:28 +08:00
Memory
b2aab804a2
fix: tray icon show on macos 2025-08-25 22:50:42 +08:00
Memory
e75fb996c2
fix: tray icon not updating on mode change 2025-08-25 11:39:27 +08:00
Memory
941831728c
fix: rename sub-store.bundle.js to .cjs for ES module compatibility
* fix: rename sub-store.bundle.js to .cjs for ES module compatibility

* Update changelog.md
2025-08-23 20:32:35 +08:00
Memory
a57ea34f1b
feat: real-time tray icon color updates based on proxy status (#984)
* feat: real-time tray icon color updates based on proxy status

* Update changelog.md
2025-08-22 12:46:57 +08:00
Memory
e357700d60
fix: correct version comparison logic 2025-08-21 19:02:01 +08:00
ezequielnick
cb3eedfcb8 chore: delete debug log 2025-08-12 09:20:36 +08:00
ezequielnick
d030a8722d feat: separate app logs from core logs 2025-08-12 09:07:20 +08:00
ezequielnick
dbfd25f481 feat: add floating window Compatibility Mode 2025-08-10 09:04:29 +08:00
ezequielnick
eb41bae23b debug floating window 2025-08-09 21:44:51 +08:00
ezequielnick
58732ce653 feat: add fallback mechanism for floating window startup failure 2025-08-09 13:48:55 +08:00
ezequielnick
6b93a59616 fix: privilege check and elevation restart logic 2025-08-06 21:41:30 +08:00
ezequielnick
e27ddbd16e feat: request admin privileges when enabling TUN 2025-08-06 20:36:08 +08:00
ezequielnick
5c1d30b454 feat: remove enforced admin mode requirement 2025-08-06 18:34:59 +08:00
Sabertaz
674cefcc29
feat: add webdav max backups configuration and cleanup logic (#862)
issue #648.
2025-07-29 16:55:05 +08:00
miwu04
944475d791
refactor: move sub-store path to WorkDir 2025-04-26 12:05:01 +08:00
miwu04
6cb432dea9 fix: sub-store temp dir 2025-04-18 22:04:44 +08:00
miwu04
b15fc6ce3a refactor: replace password-based sudo with pkexec for improved security 2025-04-13 00:19:00 +08:00
Junjia
36746074da
feat: Add dynamic Dock icon visibility for macOS (#594)
Implemented `showDockIcon` and `hideDockIcon` to toggle the Dock icon visibility based on user preferences. Adjusted event handlers to respect the `useDockIcon` configuration setting, enhancing macOS-specific behavior and user experience.
2025-03-22 23:35:35 +08:00
Alan Lin
f30596231b
fix: update sub-store on linux (#545)
thanks
2025-03-03 09:09:09 +08:00
ezequielnick
95df5e7712 chore: Enable 1-RTT test by default, update test URL, add missing translation 2025-02-08 13:01:12 +08:00
ezequielnick
4da4c242ad feat: support sub-store update & restart 2025-02-08 05:12:18 +08:00
pompurin404
f2a4049f6c chore: add missing i18n strings and UI adjustments 2025-02-04 13:27:25 +08:00
pompurin404
8210b477ab feat: add i18n support with English translations 2025-02-04 07:38:53 +08:00
pompurin404
b411a8fb51
fix substore proxy 2024-11-19 15:03:57 +08:00