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 373aec579b .
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
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
Tunglies
5c9b46f031
chore: bump version to prerelease 2.4.5-rc.1
2026-01-14 16:55:27 +08:00
Tunglies
089b73bbfd
chore(deps): update clash_verge_service_ipc to version 2.0.29 ( #6073 )
2026-01-13 18:30:54 +08:00
renovate[bot]
f451a26f8c
chore(deps): lock file maintenance ( #6063 )
...
* chore(deps): lock file maintenance
* chore(deps): update Cargo.toml
* chore(deps): use git repo until the next release
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Slinetrac <realakayuki@gmail.com >
2026-01-12 14:45:33 +08:00
Slinetrac
a1e77070f0
chore(deps): bump clash-verge-service-ipc to 2.0.29
2026-01-08 22:29:10 +08:00
Slinetrac
256a3f697b
chore(deps): update Cargo.toml
2026-01-05 13:26:28 +08:00
renovate[bot]
a701450362
chore(deps): lock file maintenance ( #6014 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 10:47:37 +08:00
oomeow
421bbd090e
feat: reconfig log dynamically ( #5724 )
2026-01-04 16:56:16 +08:00
Tunglies
4adf678480
chore: update Cargo.lock dependencies and increment tauri-plugin-mihomo version to 0.1.3
2026-01-04 16:29:01 +08:00
Slinetrac
a940445081
chore(deps): revert tray-icon patch
...
Patch PR is merged.
2026-01-04 11:47:32 +08:00
Slinetrac
7d40410dea
chore: update tray-icon patch
2026-01-03 15:44:46 +08:00
Slinetrac
8a1740d38b
fix(tray): apply patch for tray-icon #5984
...
Closes #5984 .
2026-01-02 13:54:47 +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
Slinetrac
ca50e35435
chore(deps): bump deps
2025-12-28 17:55:58 +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
5aba848741
Revert "crate(i18n): add clash-verge-i18n crate and integrate localization support ( #5959 )"
...
This reverts commit 593751eda2 .
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
Slinetrac
8e27834e35
fix(theme/windows): apply patch to tao to fix Windows theme sync
2025-12-26 12:01:44 +08:00
Tunglies
af094bfcd7
refactor: remove port_scanner dependency and simplify port checking logic
2025-12-21 16:51:55 +08:00
renovate[bot]
6f61759a39
chore(deps): update rust crate zip to v7 ( #5886 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-20 13:54:25 +08:00
Tunglies
f0ae631cb0
chore: update version to 2.4.5 and enhance changelog management scripts
2025-12-19 16:51:11 +08:00
Tunglies
787463a226
chore: bump version to 2.4.4
2025-12-19 16:25:24 +08:00
oomeow
9713343323
refactor: use sysproxy-rs to set system proxy on windows ( #5846 )
...
* refactor: use sysproxy-rs to set system proxy on windows
* fix: remove download sysproxy.exe task
* chore: unified processing system proxy reset
* docs: update Changelog.md
2025-12-18 20:23:29 +08:00
Tunglies
b35d0ac16f
chore: prerelease 2.4.4-rc.1
2025-12-16 16:05:48 +08:00
Tunglies
507d85ac2f
fix: update dependencies in Cargo.lock and Cargo.toml for compatibility
2025-12-15 14:26:54 +08:00
Tunglies
236e5c56c3
fix: update windows-sys and socket2 dependencies in Cargo.lock
2025-12-15 14:23:42 +08:00
Tunglies
5f885bbe32
fix: update clash_verge_service_ipc to version 2.0.26 and kode-bridge to version 0.3.5
2025-12-15 14:09:33 +08:00
Tunglies
e56a989944
fix: improve service availability checks #5788
2025-12-12 16:07:36 +08:00
oomeow
3ab985aacc
fix: failed to restart core ( #5754 )
...
* fix: failed to restart core after install service
* chore: update tauri-plugin-mihomo deps
* fix: update dependencies for tauri-plugin-mihomo and related packages
---------
Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com >
2025-12-07 12:42:32 +08:00
Slinetrac
b5da9c9629
chore: update Cargo.lock for sysproxy-rs
2025-12-06 22:53:17 +08:00
Tunglies
4e34eb156b
chore: update version to 2.4.4-rc
2025-12-06 11:52:04 +08:00
Tunglies
c997fbbeed
chore: update Cargo.lock
2025-12-06 11:48:00 +08:00
Tunglies
90b1c6e153
refactor(signal): migrate signal to handling async in windows and remove windows_sys dependency ( #5741 )
...
* refactor(signal): migrate signal to handling async in windows and remove signal-hook dependency
* refactor(signal): enhance Windows signal handling with improved cleanup logic
* refactor(signal): improve exit handling in run function for async compatibility
2025-12-06 11:33:49 +08:00
Tunglies
d28075221c
refactor(signal): migrate signal to handling async in unix and remove signal-hook dependency
2025-12-06 06:41:47 +08:00
Tunglies
f2ad62e446
chore: update clash_verge_service_ipc to version 2.0.24 , improve service prompts and improve service need reinstall process
2025-12-04 23:04:03 +08:00
Tunglies
357069505a
chore(deps): bump clash_verge_service_ipc version to 2.0.23
2025-12-04 00:04:27 +08:00
oomeow
9388b73c1f
fix: upgrade mihomo core failed ( #5646 )
...
* fix: upgrade mihomo core failed
* fix: upgrade core failed when run core by service
* fix: app freeze when restart core on windows
* deps: bump clash-verge-rev-ipc version lock
---------
Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com >
2025-12-03 21:48:30 +08:00
renovate[bot]
76eb063f7d
chore(deps): update cargo dependencies ( #5699 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 12:18:43 +08:00