572 Commits

Author SHA1 Message Date
Memory
9ddb0f15ff
feat: add download progress and sha256 integrity verification for updates 2026-03-07 14:50:16 +08:00
Memory
25b20250a1
fix: freeze log display when auto-scroll is disabled 2026-03-01 23:37:02 +08:00
Memory
31bec33064
fix: auto-refresh relative time on profiles page 2026-03-01 22:50:47 +08:00
agoudbg
9bbb495dae
fix: badge not clickable 2026-03-01 21:53:08 +08:00
Memory
c35d150157
fix: guard against undefined proxy in group.all filter 2026-02-25 19:21:39 +08:00
Memory
33a6e4517e
perf: virtualize rule list in edit-rules modal 2026-02-20 17:33:25 +08:00
Memory
a692dc9ead
fix: use https as default delay test URL 2026-02-18 13:00:52 +08:00
Baoshuo
56880867f3
chore: update link to docs 2026-02-10 22:55:52 +08:00
agoudbg
e767ed0da0
fix: connection chart z-index and scale 2026-02-10 22:46:51 +08:00
agoudbg
d5b5a249f7
fix: draggable sider cards animation in reduced-motion 2026-02-10 22:38:53 +08:00
Memory
01b5ed1a8f
style: update Chip styles 2026-02-04 10:43:33 +08:00
Memory
dae4939390
feat: add Fish and Nushell support for environment variables 2026-02-03 21:16:42 +08:00
Memory
d2f700a0ef
feat: add rule statistics and disable toggle 2026-02-03 20:25:57 +08:00
Memory
1c17cfb683
refactor: external controller & rule editor
* update external controller labels for clarity

* add generate and toggle visibility for external controller secret

* add validation for external controller and rule payloads

* enhance rule payload validation UI with prominent error styling
2026-02-02 12:46:41 +08:00
Memory
8e6bfb0bd1
feat: Improve backup config import handling 2026-01-31 19:17:21 +08:00
Memory
842e7f1002
chore: ensure ESLint passes and format code 2026-01-25 15:28:03 +08:00
Memory
e9c72ce448
feat: show app icons in connections page 2026-01-25 14:59:48 +08:00
julong
d3a23a0601
feat: subscription timeout settings & subscription update logic efficiency (#1562)
1. Add updateTimeout property to IProfileItem interface
2. Add dedicated timeout config option for subscriptions
3. Improve subscription update logic efficiency
4. Use subscriptionTimeout as the smart fallback time
5. Localize
profiles.editInfo.updateTimeout and profiles.editInfo.updateTimeoutPlaceholder for en-US/fa-IR/ru-RU/zh-CN/zh-TW
2026-01-23 20:42:45 +08:00
xmk23333
388581d75e - fix: fix IME composition input causing character duplication
Handle onCompositionStart/End events to prevent repeated characters
  when typing Chinese in proxy group filter
2026-01-19 13:04:34 +08:00
Memory
72dd214ef0
feat: add startup configuration file check 2026-01-17 22:15:48 +08:00
xmk23333
e21558ac37 fix: use sync state to prevent tray icon flickering on macOS with traffic display 2026-01-15 23:14:17 +08:00
xmk23333
bc4b59c66b fix: prevent tray traffic icon flickering on macOS 2026-01-15 22:22:22 +08:00
xmk23333
ae42750f34 fix: prevent tray icon flickering on macOS and Linux 2026-01-15 20:56:27 +08:00
xmk23333
36027cecea fix: handle port value zero correctly and prevent NaN from being written to config 2026-01-15 18:23:46 +08:00
xmk23333
30f87b8439 Merge branches 'smart_core' and 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core 2026-01-15 13:53:33 +08:00
xmk23333
075132397c refactor: simplify ipc with proxy pattern and split startCore into smaller functions 2026-01-15 13:53:07 +08:00
Memory
52cefa39d3
feat: add option to hide unavailable proxies in proxy list 2026-01-10 14:55:10 +08:00
xmk23333
a5d2114363 fix: resolve all eslint errors and warnings 2026-01-08 12:56:08 +08:00
xmk23333
e70ca694b9 fix: resolve eslint errors and enhance code review rules 2026-01-08 12:29:10 +08:00
xmk23333
2c638f56c0 refactor: extract common config context logic into factory function 2026-01-06 02:27:58 +08:00
Memory
0e0b337a8b
fix: correct sidebar card horizontal offset issue 2026-01-05 20:59:36 +08:00
xmk23333
7634177c5c fix: handle empty port input by treating it as 0 2026-01-01 10:37:29 +08:00
xmk23333
3097019e9e fix: resolve async/null-safety issues in lifecycle, config and ipc modules 2026-01-01 10:33:01 +08:00
xmk23333
c1f7a862aa refactor: split main process into modules and extract tour logic 2026-01-01 09:35:45 +08:00
xmk23333
b60c01bb4c fix: resolve event listener memory leaks and add error logging 2025-12-28 19:02:07 +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
xmk23333
98c8280d48 refactor: simplify IPC layer with generic invoke wrapper 2025-12-27 23:41:04 +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
Tongyuxiu Zhou
8f5486064b
refactor: remove no-longer-used ipc 2025-12-11 20:13:16 +08:00
Tongyuxiu Zhou
ba10dfd3df
fix: missing placeholder and error handling in override page 2025-12-11 07:15:30 +08:00
Memory
7a79adef2e
Add Traditional Chinese (Taiwan) translation
* Add Traditional Chinese (Taiwan) translation

* Add common.loading translation
2025-12-09 23:48:28 +08:00
Memory
94f52cf636
feat: add mrs ruleset preview suppor 2025-12-09 23:33:38 +08:00
xmk23333
34fdd21878 feat: add detailed error toast with copy functionality and refactor error handling 2025-12-09 23:32:13 +08:00
xmk23333
dcbd837949 refactor: replace alert() with toast notification system 2025-12-08 20:52:09 +08:00