849 Commits

Author SHA1 Message Date
Memory
0f1cd352db
feat: port network topology visualization to network page 2026-04-03 17:25:46 +08:00
Memory
e4110f65c2
fix: support multiple hosts values and IPv6 addresses in DNS config 2026-04-01 21:58:33 +08:00
YangChengxxyy
93d552870e
feat: 新增全局快捷键 复制命令行命令
Co-authored-by: YangChengxxyy <yangc27@trip.com>
2026-04-01 19:11:45 +08:00
ezequielnick
f8057746e4 sytle: slightly change logo 2026-04-01 08:18:15 +08:00
StarHeart
2a4b9f4e5b
feat: support user agent config per sub (#1712)
* feat: add user agent support in profile configuration

* Introduced a new user agent field in profile settings, allowing users to specify a custom user agent.
* Updated relevant components and localization files to support the new user agent feature.
* Added a new pnpm workspace configuration for built dependencies.

* feat: enhance profile settings with user agent input and toggle functionality

* Added a user agent input field to the advanced profile settings.
* Implemented toggle icons for showing/hiding advanced settings.
* Updated layout to accommodate the new user agent input alongside the existing auth token field.

* chore: remove pnpm workspace configuration for built dependencies
2026-03-29 18:54:56 +08:00
Memory
07dd85db84
add types & refactor: simplify rule-item extra handling
* add types

* refactor: simplify rule-item extra handling
2026-03-28 11:19:31 +08:00
Memory
a068c74307
feat: detect PowerShell version synchronously before Electron init using mshta 2026-03-28 00:22:05 +08:00
Memory
3270e47a7b
fix: improve Node 16 compatibility for Win7 legacy build 2026-03-27 22:10:46 +08:00
Memory
7600f82c34
fix: correct log cleanup regex to match prefixed filenames 2026-03-26 12:25:27 +08:00
Memory
5445a11ac8
i18n: sider.cards.ip -> sider.cards.network 2026-03-22 12:45:16 +08:00
Memory
85f9e4755a
feat: add network info page & card with IP display, auto-merge missing sider order entries 2026-03-22 11:35:14 +08:00
Martin
58d9e564e5 fix: use sync Canvas rendering for tray traffic icon to prevent flicker
Replace async SVG→Image→Canvas pipeline with synchronous Canvas rendering
to eliminate tray icon flickering. Use showTrafficRef to read showTraffic
value without recreating the IPC listener, preventing icon hiding caused
by appConfig temporarily becoming undefined during config reloads.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 21:37:08 -07:00
Memory
e2fbb2a8ad
fix: reset proxy list scroll position to top on page entry 2026-03-18 11:31:52 +08:00
Daniel Bates
5d4c0cbfb9
Fix #1555: Ensure working directory is prepared when adding new subscription
When adding a new subscription that becomes the current profile with
'diffWorkDir' enabled, 'generateProfile()' was not being called to
prepare the profile's working directory before the core was restarted.

This caused the working directory to be empty and missing necessary
database files (geoip, geosite, etc.), leading to proxies appearing
to work (showing green) but actually failing to function properly.

The fix ensures that when a new profile is added and becomes current
with 'diffWorkDir' enabled, 'generateProfile()' is explicitly called
before 'changeCurrentProfile()' to prepare the working directory.

Co-authored-by: Your Name <your-email@example.com>
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-18 11:12:19 +08:00
Memory
34fc4d2d96
fix: use Virtuoso followOutput and always update logs state 2026-03-09 22:44:27 +08:00
Memory
b9a7e04eee
fix: destroy floating window instead of close 2026-03-09 22:17:54 +08:00
Memory
1a52bff8af
fix: disable compression for subscription requests to prevent ZIP response 2026-03-09 22:17:25 +08:00
Memory
4fd7dec4db
fix: clean up smart override when switching away from smart core
Refactor Smart kernel override management to always call manageSmartOverride.
2026-03-07 15:05:04 +08:00
Memory
9ddb0f15ff
feat: add download progress and sha256 integrity verification for updates 2026-03-07 14:50:16 +08:00
Memory
f5cff160f2
fix: remove download timeout limit for auto updater 2026-03-06 14:05:43 +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
4bfa02023c
perf: improve core startup performance 2026-02-04 10:20:59 +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
Memory
767cdfeef3
fix: unmaximize save 2026-01-22 13:57:32 +08:00
xmk23333
197c9d3af8 feat: add Windows 7 compatibility build using win7 target 2026-01-19 13:14:54 +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
xmk23333
3c148f2c01 fix: prevent profile switch queue from breaking after failed switch 2026-01-19 12:55:21 +08:00
xmk23333
56e328191f fix: resolve merge conflict and stabilize core/control flows 2026-01-19 00:37:15 +08:00
xmk23333
0cc1d238c9 Merge branch 'smart_core' of https://github.com/mihomo-party-org/clash-party into smart_core 2026-01-19 00:34:36 +08:00
xmk23333
3f7b85afc1 fix: resolve restartCore race condition and add retry mechanism 2026-01-18 23:07:04 +08:00
Memory
72dd214ef0
feat: add startup configuration file check 2026-01-17 22:15:48 +08:00
xmk23333
4a868e53ae fix: silently disable tun on startup instead of showing dialog 2026-01-15 23:55:15 +08:00
xmk23333
9e0f27aea3 fix: prevent crashes from process.exit, empty array destructuring and native module calls 2026-01-15 23:44:28 +08:00
xmk23333
a28f576d78 fix: properly handle critical file copy failures in initFiles 2026-01-15 23:29:27 +08:00
xmk23333
2cfcf8be66 fix: resolve tun crash caused by single instance lock conflict on admin restart 2026-01-15 23:25:48 +08:00