Tunglies
262b6f8adf
fix: unexpected latency when switching nodes #6363
2026-02-26 15:47:02 +08:00
Tunglies
49fd3b04dc
fix(lightweight): fix auto lightweight mode on exit when silent startup #6368
2026-02-25 16:24:06 +08:00
Slinetrac
ca7fb2cfdb
feat(icon): move icon logic to feat::icon and fix path traversal & fake image write ( #6356 )
2026-02-23 13:17:12 +00:00
renovate[bot]
acab77a1b4
chore(deps): lock file maintenance ( #6347 )
...
* chore(deps): lock file maintenance
* chore(deps): update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Slinetrac <realakayuki@gmail.com>
2026-02-23 01:52:27 +00:00
Slinetrac
1bf445ddcc
fix(tun): avoid service IPC startup race on Windows ( #6340 )
...
* fix(tun): avoid service IPC startup race on Windows
* docs: Changelog.md
* style: prettier
2026-02-22 13:09:47 +00:00
wonfen
700011688b
feat: mask all URLs embedded in an error/log string for safe logging
2026-02-22 07:37:40 +08:00
oomeow
0cc9bb2f30
refactor: mihomo ipc ( #6312 )
...
* refactor: mihomo ipc
* feat: enable tauri-plugin-mihomo log
* chore: filter tauri ipc modules log
* chore: update tauri-plugin-mihomo dep
* chore: bump tauri-plugin-mihomo version to 0.1.6
---------
Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com>
2026-02-21 18:36:49 +00:00
wonfen
fa07dfbc9a
feat: mask sensitive parts of a subscription URL for safe logging
2026-02-21 04:19:46 +08:00
Tunglies
119aaee546
refactor: optimize profile change notifications to use references
2026-02-20 17:58:04 +08:00
Tunglies
5f573ca2d6
refactor: simplfy backend notify message to frontend ( #6323 )
2026-02-20 03:18:51 +00:00
Tunglies
e5dd127bcc
feat: enhance profile update handling with manual trigger
2026-02-20 11:12:18 +08:00
Tunglies
7528c238c4
chore: bump version to 2.4.7
2026-02-20 10:58:32 +08:00
Slinetrac
7a564b4ea9
fix(linux): handle empty KDE proxy schema without error ( #6316 )
...
* fix: kde sysproxy error
* docs: Changelog.md
2026-02-15 12:10:34 +00:00
renovate[bot]
cd4ff68b5b
chore(deps): update rust crate zip to v8 ( #6314 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-15 03:34:31 +00:00
Slinetrac
1927b5f957
build(linux): bundle linux service binaries from sidecar ( #6311 )
...
* refactor: prebuild
* style: prettier
2026-02-15 00:37:41 +00:00
AetherWing
847a0a6afd
fix(tray): resolve tray open log failed ( #6301 )
...
* fix(tray): resolve tray open log failed
* fix(ci): allow missing_const_for_fn
* fix(windows): run snapshot log cleanup unconditionally and cover all temp dirs
* refactor: simplify snapshot_path
* fix: clippy
* refactor: delete_snapshot_logs
---------
Co-authored-by: Slinetrac <realakayuki@gmail.com>
2026-02-12 03:53:36 +00:00
Sline
4d72d2d0df
refactor: replace winapi w/ windows ( #6291 )
2026-02-10 06:06:27 +00:00
yuanyan3060
5f9096dd6e
perf: update_tooltip ( #6283 )
2026-02-10 03:14:49 +00:00
renovate[bot]
410b5bd317
chore(deps): lock file maintenance cargo dependencies ( #6281 )
...
* chore(deps): lock file maintenance cargo dependencies
* chore(deps): update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Slinetrac <realakayuki@gmail.com>
2026-02-09 07:37:23 +00:00
Tunglies
88764d763c
refactor(tray): simplify tray event handling and improve menu event processing ( #6278 )
...
* refactor(tray): simplify tray event handling and improve menu event processing
* refactor(tray): enhance error handling in tray menu and icon updates
* refactor(tray): enhance tray icon event handling and add debounce for click events
* fix: remove duplicated set tooltip
* refactor(tray): simplify tray icon event handling by removing redundant parameters
2026-02-08 13:05:07 +00:00
Sline
8edfbbb1c6
fix(scheme): auto refresh core config on first URL scheme subscription ( #6277 )
...
* fix(scheme): auto refresh core config on first URL scheme subscription
* docs: Changelog.md
2026-02-08 06:34:20 +00:00
Tunglies
c30eaa3678
refactor: reduce webview lock contention ( #6271 )
...
* refactor: replace handle::Handle::get_window() with WindowManager::get_main_window() in multiple files
* refactor: enhance WindowManager to return window state alongside the main window instance
* refactor: update useProfiles and ProfilePage to support profile overrides and improve patchProfilesConfig return type
* refactor: enhance handle_success to check main window existence before notifying profile changes
* refactor: simplify get_main_window_with_state by using pattern matching and improve window state handling
* refactor: fix window activation by removing unnecessary reference in activate_existing_main_window
* refactor: remove redundant macOS conditional for window_manager import
2026-02-07 05:45:15 +00:00
Tunglies
781313e8f0
fix: avoid register logger when enable tracing feature
2026-02-05 17:15:05 +08:00
Tunglies
c7f5bc4e0d
perf(profiles): optimize item removal by uid in profiles management
2026-02-04 12:57:59 +08:00
Tunglies
b3a1fb8d23
fix(macos): update DNS to use 114.114.114.114 for TUN overwrite ( #6250 )
2026-02-04 01:27:33 +00:00
Tunglies
a8e51cc6bb
fix: improve subscription URL handling by fixing query parameter parsing
2026-02-03 10:26:50 +08:00
Tunglies
53867bc3a9
fix: enhance error reporting during service installation ( #6161 )
...
* fix: enhance error reporting during service installation
* fix: correct variable name in install_service function for clarity
* fix(windows): improve output handling in install_service function
2026-01-31 10:09:50 +00:00
Tunglies
ae5d3c478a
fix: resolve issue with tray operations after system resume ( #6216 )
...
* feat(limiter): add Limiter struct with clock interface and tests
* feat(limiter): integrate Limiter into tray and window management for rate limiting
* fix(tray, window_manager): update debounce timing for tray click and window operations
* refactor(limiter): change time representation from u64 to u128 for improved precision
* fix: resolve issue with tray operations after system resume
* Revert "refactor(limiter): change time representation from u64 to u128 for improved precision"
This reverts commit 2198f40f7fcecbb755deb38af005c28e993db970.
2026-01-31 09:23:20 +00:00
Tunglies
654152391b
fix: unexpected clippy error
2026-01-31 16:37:51 +08:00
Tunglies
63a77b1c7d
fix(macos): prioritize network interfaces for reliable proxy setup
2026-01-30 08:53:42 +08:00
Tunglies
9a0703676b
fix: update IPC version, improve service IPC handling
2026-01-29 23:54:58 +08:00
Tunglies
95281632a1
fix(tray): correct spelling of 'TrayMenu' in TrayAction enum and usage
2026-01-29 19:44:24 +08:00
AetherWing
b17dd39f31
feat(tunnels): add tunnels viewer UI with add/delete support ( #6052 )
...
* feat(settings): add tunnels viewer UI and management logic
* docs: Changelog.md
* refactor(notice): remove redundant t() call
* refactor(tunnels): make proxy optional and follow current configuration by default
* refactor(tunnels): save after close dialog
* feat(tunnel): update check
* refactor(tunnels): merge import
* refactor(tunnels): use ipaddr.js
* docs: Changelog.md
* refactor(tunnels): enhance validation
* feat: add tunnels ti PATCH_CONFIG_INNER
* fix: sanitize invalid proxy references in tunnels
* refactor: use smartstring alias String
* docs: Changelog.md
* perf: optimize tunnels proxy validation and collection logic
---------
Co-authored-by: Slinetrac <realakayuki@gmail.com>
Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com>
2026-01-29 09:32:37 +00:00
Tunglies
511fab9a9d
Revert "perf: improve config processing ( #6091 )"
...
This reverts commit bf189bb1444f90196c99262284915c9b5f131fa6.
2026-01-26 23:36:57 +08:00
Tunglies
88529af8c8
fix(Linux): use PKEXEC_UID #6159 ( #6160 )
...
* fix(Linux): add GID environment variable for Linux service installation #6159
* chore: bump clash_verge_service_ipc to 2.1.2
* chore: remove CLASH_VERGE_SERVICE_GID for linux
---------
Co-authored-by: Sline <realakayuki@gmail.com>
2026-01-26 12:41:45 +00:00
renovate[bot]
425096e8af
chore(deps): lock file maintenance cargo dependencies ( #6167 )
...
* chore(deps): lock file maintenance cargo dependencies
* chore: run cargo upgrade and cargo update
* chore: fix clippy
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Slinetrac <realakayuki@gmail.com>
2026-01-26 07:45:36 +00:00
Tunglies
13dc3feb9f
perf: migrate fs method to async ( #6071 )
...
* perf(profiles): migrate file handling to async and improve error handling
* refactor(profiles): simplify cleanup_orphaned_files and adjust CleanupResult structure
2026-01-25 07:20:12 +00:00
Tunglies
bf189bb144
perf: improve config processing ( #6091 )
...
* perf: improve config processing
* perf: enhance profile reordering logic and adjust logging level
* perf: add PartialEq derive to PrfSelected and PrfExtra structs for improved comparison
* perf: refactor PrfOption merge logic and streamline update_item method in IProfiles
* perf: simplify current_mapping and profiles_preview methods in IProfiles for improved readability
* perf: optimize filename matching logic in IProfiles by using a static regex
2026-01-25 07:13:38 +00:00
Sline
440f95f617
feat(misc-viewer): optional delay check interval ( #6145 )
...
Co-authored-by: Tunglies <tunglies.dev@outlook.com>
2026-01-25 06:48:16 +00:00
Tunglies
b9667ad349
chore: bump version to 2.4.6
2026-01-25 14:22:22 +08:00
Tunglies
4e7cdbfcc0
Release: 2.4.5
2026-01-25 14:05:57 +08:00
Tunglies
966fd68087
fix(unix): update clash_verge_service_ipc to 2.1.1 to fix directory permissions
2026-01-25 13:35:18 +08:00
Tunglies
334cec3bde
fix: update tauri-plugin-mihomo version, improve error handling #6149
2026-01-24 09:19:52 +08:00
Tunglies
5e976c2fe1
chore: inline crate clash-verge-types to module for better maintenance ( #6142 )
2026-01-23 14:00:51 +00:00
Tunglies
6c62350cc3
Release: bump version to 2.4.5-rc.2
2026-01-21 21:26:11 +08:00
Tunglies
d1649e3017
fix: update service to 2.1.0 and improve service installation for Unix systems ( #6114 )
...
* fix: update service to 2.1.0 and improve service installation for Unix systems
* fix: set GID environment variable during service installation on Linux
* Revert "fix: set GID environment variable during service installation on Linux"
This reverts commit 373aec579b6d9983ee151be55b69eee0284e4154.
2026-01-19 14:02:25 +08:00
renovate[bot]
6dc8a2f232
chore(deps): lock file maintenance cargo dependencies ( #6118 )
...
* chore(deps): lock file maintenance cargo dependencies
* chore: update Cargo.toml
* refactor: use reqwest directly
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Slinetrac <realakayuki@gmail.com>
2026-01-19 12:05:36 +08:00
Tunglies
6511f3868e
fix: log IPC path issues conditionally based on tun mode setting
2026-01-18 09:13:22 +08:00
Tunglies
7da5a804f9
chore: bump service top 2.0.30, reduce memory footpoint
2026-01-18 08:43:39 +08:00
Tunglies
9e6689ef08
bump: sysproxy-rs version to 0.4.3
2026-01-15 21:25:10 +08:00