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
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
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
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
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
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
57d4149807
fix(config): improve runtime config fallback handling
2026-01-11 15:27:54 +08:00
Slinetrac
620841592f
fix(scheme): prevent double-decoding of subscription URLs #2609
...
Closes #2609
2026-01-05 15:36:01 +08:00
Tunglies
9e4e0c81a4
refactor: clean up and improve code structure ( #6010 )
2026-01-04 19:21:45 +08:00
oomeow
421bbd090e
feat: reconfig log dynamically ( #5724 )
2026-01-04 16:56:16 +08:00
Tunglies
eb8ba8b369
refactor(tray): replace Arc<str> with Cow<'static, str> for menu texts and update tray event handling
2026-01-03 19:25:36 +08:00
Slinetrac
c18821288e
feat(sysproxy-viewer): make proxy bypass validation optional #4012
2026-01-03 17:10:10 +08:00
AetherWing
349be20a6c
chore(windows): remove redundant 3s delay from autostart task ( #5996 )
...
* fix(tray): retry tray creation with delay on Windows
* fix(tray): retry tray creation with delay on Windows
* chore(windows): remove redundant 3s delay from autostart task
* chore(windows): remove redundant 3s delay from autostart task
2026-01-02 15:18:01 +08:00
Slinetrac
bb72b92ae9
refactor(tray): unify tray icon retrieval into get_tray_icon
2026-01-02 14:28:17 +08:00
renovate[bot]
f3b9eedcf7
chore(deps): update rust crate reqwest to 0.13.1 ( #5990 )
...
* chore(deps): update rust crate reqwest to 0.13.0
* fix: replace rustls-tls with rustls and update lock file
* fix(webdav): use tauri_plugin_http re-exported reqwest client
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Slinetrac <realakayuki@gmail.com>
2025-12-31 23:53:49 +08:00
Tunglies
3bbcdbe5ca
fix(service): update update clash_verge_service_ipc to 2.0.27
...
chore(changelog): add IPC permission restrictions for macOS and Linux
refactor(service): remove outdated service version check logic
2025-12-31 21:35:34 +08:00
Tunglies
cceb0a6eb4
fix(permissions): manage umask for sidecar process in CoreManager on Unix
...
Co-authored-by: KaguraNaku <97681505+KaguraNaku@users.noreply.github.com>
2025-12-31 21:05:05 +08:00
Tunglies
9ce343fb45
perf(i18n): update translate function to use Cow to aovid allocate
2025-12-30 18:32:19 +08:00
Tunglies
cf08628200
fix(config): update home_cards reference to use as_ref() for improved handling
2025-12-30 18:09:10 +08:00
Slinetrac
0193ba7bf9
refactor(seq): use if let filter for selector group dedup
2025-12-28 11:05:28 +08:00
Slinetrac
c40cdf6b55
fix(seq): prepend newly added proxies to first selector group
2025-12-28 10:55:27 +08:00
Sline
a82bcbe86e
feat(proxy): auto-append new proxies to first selector group ( #5965 )
...
* feat(proxy): auto-append new proxies to first selector group
* docs: Changelog.md
2025-12-28 10:33:10 +08:00
Slinetrac
895e54f7ec
fix(config): restrict restart_core_needed mutability to non-Windows to avoid unused-mut
2025-12-28 09:45:54 +08:00
Tunglies
c41db51f81
feat: add governor crate for rate limiting and improve window/tray operation handling
2025-12-27 20:27:49 +08:00
Tunglies
2c1303c2bd
feat: add bitflags crate and refactor UpdateFlags implementation
2025-12-27 17:09:08 +08:00
Sline
c8aeae3f83
crate(i18n): add clash-verge-i18n crate and integrate localization support ( #5961 )
...
* crate(i18n): add clash-verge-i18n crate and integrate localization support
* refactor(service): remove redundant reinstall_service functions for Windows, Linux, and macOS
* chore(i18n): align i18n key
* feat(i18n): unify scan roots and add backend Rust/YAML support to cleanup script
* chore(i18n): add scripts to package.json
* fix(tray): initialize i18n locale before setup
* refactor(i18n): move locale initialization into Config::init_config
* fix(i18n): refresh systray tooltip on language change and correct docs reference
* fix(tray): remove unnecessary locale synchronization to improve performance
---------
Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com>
2025-12-27 15:03:19 +08:00
Slinetrac
1b477ed0b2
chore: fix typo
2025-12-27 13:56:52 +08:00
Slinetrac
5aba848741
Revert "crate(i18n): add clash-verge-i18n crate and integrate localization support ( #5959 )"
...
This reverts commit 593751eda2c1c6c4c274792578ee98f75cdde8e4.
2025-12-27 12:07:56 +08:00
Tunglies
593751eda2
crate(i18n): add clash-verge-i18n crate and integrate localization support ( #5959 )
...
* crate(i18n): add clash-verge-i18n crate and integrate localization support
* refactor(service): remove redundant reinstall_service functions for Windows, Linux, and macOS
* chore(i18n): align i18n key
* feat(i18n): unify scan roots and add backend Rust/YAML support to cleanup script
* chore(i18n): add scripts to package.json
---------
Co-authored-by: Slinetrac <realakayuki@gmail.com>
2025-12-27 11:33:58 +08:00
Tunglies
bfb18cf003
refactor(profile): improve error handling for file not found case
...
refactor(merge): simplify deep_merge function signature
chore: remove unused fmt_bytes function and related tests
chore: clean up help module by removing unused macros
chore: remove format module from utils
2025-12-26 22:15:09 +08:00
Tunglies
9c6f5bc991
fix(profiles): add cleanup of orphaned files and adjust logging level
2025-12-26 17:17:18 +08:00