This website requires JavaScript.
Explore
Help
Register
Sign In
our
/
clash-proxy
Watch
2
Star
0
Fork
0
You've already forked clash-proxy
Code
Pull Requests
Activity
2,683
Commits
13
Branches
102
Tags
ebecabc0ccf959cebd5ebca8669c3ac116a49b46
Commit Graph
1372 Commits
feat: integrate window state management for improved window restoration and logging
Tunglies
·
2025-05-22 03:02:02 +08:00
c9a9e934f4
refactor: simplify event handling in CoreManager by removing unnecessary match statement
Tunglies
·
2025-05-20 23:01:32 +08:00
32ebc8d174
feat: add formatting command to package.json and update pre-commit hook for cargo fmt
Tunglies
·
2025-05-20 22:58:25 +08:00
420b0a254a
feat: enhance auto log cleaning options with 1-day retention and update related configurations
Tunglies
·
2025-05-20 22:34:02 +08:00
4024b72954
refactor: simplify frontend event dispatch by restructuring notification system
wonfen
·
2025-05-18 20:58:59 +08:00
b70e202201
chore: simplify service logging
wonfen
·
2025-05-18 17:53:57 +08:00
8d99af4c15
fix: sidecar core log path
wonfen
·
2025-05-18 09:58:33 +08:00
861428d3bd
fix: profile-view wrong type of http request timeout value
Tunglies
·
2025-05-18 00:52:59 +08:00
00e3f13bc9
refactor: move event dispatch logic into notifier thread to improve efficiency
wonfen
·
2025-05-17 19:42:43 +08:00
8448217bd4
feat: optimize service initialization logic to fallback to Sidecar mode on installation failure
wonfen
·
2025-05-17 19:13:24 +08:00
305a64c3e3
refactor: remove macOS window decoration setting during window creation
Tunglies
·
2025-05-17 14:28:34 +08:00
7556758284
fixed an issue with .window-state.json files not being deleted via the NSIS installer (
#3530
)
Ahao
·
2025-05-17 13:15:04 +08:00
3926288b7f
Revert "feat: add application name and icon to macOS entitlements plist"
This reverts commit
6fe7aabe14
.
Tunglies
·
2025-05-17 01:42:11 +08:00
4d56a5cd8c
feat: remove system-in name plist
Tunglies
·
2025-05-17 01:21:08 +08:00
d554679ee2
feat: add application name and icon to macOS entitlements plist
Tunglies
·
2025-05-17 01:05:21 +08:00
6fe7aabe14
fix: update main window creation logic with improved logging and UI readiness handling
wonfen
·
2025-05-16 17:22:53 +08:00
32008b9364
perf: async config handling with optimized port lookup and save logic
wonfen
·
2025-05-16 13:47:12 +08:00
95c23730ef
perf & fix: optimize window state initialization & add missing permissions
wonfen
·
2025-05-16 09:50:53 +08:00
ddd85d4d87
refactor: simplify proxy type handling and improve error handling in network commands
Tunglies
·
2025-05-16 00:09:47 +08:00
53a46d0dc6
fix: error typo
wonfen
·
2025-05-15 18:12:50 +08:00
dd190659ef
feat: use OS default window manager
wonfen
·
2025-05-14 21:32:26 +08:00
7f0ebbd83d
feat: log levels to 'warn' in mihomo default settings and verge default settings;
Tunglies
·
2025-05-14 16:06:02 +08:00
c100b9c54d
perf: improve install status detection to ensure frontend consistency
wonfen
·
2025-05-13 23:34:30 +08:00
d1a2bd78d7
feat: add service uninstall functionality and improve service operation flow
Tunglies
·
2025-05-13 01:56:19 +08:00
1ddbe7c2cc
fix: http request error
wonfen
·
2025-05-12 22:10:46 +08:00
95231e7cd3
feat: better service status and TUN mode usable checks in Setting Page
Tunglies
·
2025-05-12 19:04:21 +08:00
5b6c9be99f
feat: add hosts settings to DNS settings and enhance DNS config validation
wonfen
·
2025-05-11 22:55:31 +08:00
10576780ed
chore: disable tray speed by default
wonfen
·
2025-05-11 19:25:32 +08:00
b37b121afb
fix: window tiitle bar
wonfen
·
2025-05-11 13:27:42 +08:00
2b69ed4915
fix: restore window on tray click after close on Windows
wonfen
·
2025-05-10 17:25:42 +08:00
9a666d807c
fix: resolve Windows build error
wonfen
·
2025-05-10 01:45:39 +08:00
050b363066
refactor: use async approach to restructure UI startup logic and resolve various freeze issues during launch
wonfen
·
2025-05-10 01:26:03 +08:00
8cae9d4e0a
fix: windows ipc errors
wonfen
·
2025-05-09 01:29:10 +08:00
b5b65ac8c5
feat: add authenticated service IPC communication
wonfen
·
2025-05-08 00:14:58 +08:00
7370f00857
chore: update deps & replace deprecated elements
wonfen
·
2025-05-05 00:26:04 +08:00
dc798fe2dd
feat: make get system and auto proxy functions async, use spawn_blocking for blocking tasks
wonfen
·
2025-05-04 20:35:04 +08:00
d8df283e93
fix: timeout mechanism for sending notice messages
wonfen
·
2025-05-04 16:47:10 +08:00
ce42ca77a9
feat: add backend config change listener to update frontend state
wonfen
·
2025-05-04 13:28:08 +08:00
ff5a2c6ca4
perf: optimize network requests and update logic to support aborting
wonfen
·
2025-05-04 11:25:48 +08:00
23b0493d0b
fix: network request failure termination logic and add connection pool optimization
wonfen
·
2025-05-04 10:14:52 +08:00
779291151e
refactor: separate notification thread in frontend to prevent UI freeze
wonfen
·
2025-05-04 09:21:32 +08:00
ba0f4cdde0
feat: add more network control methods
wonfen
·
2025-05-03 23:17:51 +08:00
3983762202
feat: enhance traffic monitoring, optimize data handling logic, and add error retry mechanism and timeout control
wonfen
·
2025-05-03 09:53:44 +08:00
c72413cbe6
feat: add retry mechanism to optimize network requests, improve async message handling and timeout for scheduled tasks
wonfen
·
2025-05-03 09:38:25 +08:00
73b9a71c84
chore: update deps
wonfen
·
2025-05-01 10:00:05 +08:00
e7bf997f8c
feat: add network manager to optimize network request handling
wonfen
·
2025-04-30 21:30:28 +08:00
32b6821b8a
fix: update required service version to 1.0.6
Tunglies
·
2025-04-28 06:16:14 +08:00
3ce5d3bf2d
chore: remove fast-dev profile and enhance dev profile settings
Tunglies
·
2025-04-27 15:13:34 +08:00
9d9dd73790
feat: clean proxy settings before exit (
#3404
)
tiegen
·
2025-04-26 18:09:53 +08:00
7383459b9a
feat: improve core functionality to prevent main process blocking, enhance MihomoManager, and optimize window creation process
wonfen
·
2025-04-25 18:24:16 +08:00
55cde38562
First
Previous
1
2
3
4
5
...
Next
Last