coolcoala
72704f9dc9
the minimum window size has been changed
2025-07-26 06:50:42 +03:00
coolcoala
06ad23d904
added auto-scaling and scaling via key combination
2025-07-26 06:50:18 +03:00
coolcoala
fbd1c55f44
v0.2.3
2025-07-22 02:11:13 +03:00
coolcoala
a32c973ab8
fixed problem with profile inactivation after adding via deeplink on windows
2025-07-21 03:06:37 +03:00
coolcoala
e5dfb34082
v0.2.2
2025-07-19 03:57:29 +03:00
coolcoala
27bcc5f4f8
v0.2.1
2025-07-18 04:51:35 +03:00
coolcoala
d884bd539b
fixed release body and configs for webview
2025-07-18 04:30:43 +03:00
coolcoala
ac3163d061
added button to turn off hwid sending
2025-07-18 04:17:58 +03:00
coolcoala
31d368979e
added update profiles at startup, “announce-url” header, and also when adding check if the profile already exists and if it does, just update it
2025-07-18 04:12:55 +03:00
coolcoala
5e855e4755
fixed locales and number of version in files
2025-07-15 03:24:35 +03:00
coolcoala
e94724595c
fixes for possible problems with updates
2025-07-15 03:08:23 +03:00
coolcoala
6f1d9ba1b4
added support for special headers and displaying their information on the main page
2025-07-15 03:07:42 +03:00
coolcoala
c090ae3b11
removed icons that are not used anywhere else
2025-07-15 03:06:11 +03:00
coolcoala
eb1e4fe0c3
added a setting to change the proxy mode controlled by a switch on the homepage
2025-07-14 05:23:02 +03:00
coolcoala
41f32231f0
fixed localization and made minor bug fixes
2025-07-11 21:15:52 +03:00
coolcoala
f04e707b10
corrected localization of the installer, and also corrected project name in configs
2025-07-11 20:18:09 +03:00
coolcoala
1274ba2324
HWID implementation
2025-07-10 20:50:12 +03:00
coolcoala
ef409216d8
attempting to configure the autobuild
2025-07-09 05:00:24 +03:00
renovate[bot]
82af9ed78e
chore(deps): update cargo dependencies ( #3908 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-27 23:48:42 +08:00
Tunglies
a574ced428
Refactor logging statements to use the new formatting syntax for improved readability and consistency across the codebase. This includes updating error, warning, and info logs in various modules such as system commands, configuration, core functionalities, and utilities. Additionally, minor adjustments were made to string formatting in backup and proxy features to enhance clarity.
2025-06-27 23:30:59 +08:00
wonfen
cf437e6d94
chore: reduce default auto clean log to 7 days
2025-06-27 09:29:55 +08:00
Tunglies
f1192c95a8
feat: add notification system with hotkey events and permission handling ( #3867 )
...
* feat: add notification system with hotkey events and permission handling
* Add macOS-specific handling for AppHidden notification
Introduces conditional support for the AppHidden notification event,
enabling macOS-specific behavior. Updates the enum and notification
logic to include this platform-specific feature.
Improves macOS user experience by accommodating system-level
application hiding events.
* Implement feature X to enhance user experience and fix bug Y in module Z
* refactor(notification): update notification keys for consistency and clarity
* chore(deps): update dependencies to latest versions
2025-06-26 23:09:07 +08:00
renovate[bot]
a7875718f7
chore(deps): update rust crate tauri to 2.6.1 ( #3906 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-26 22:31:28 +08:00
renovate[bot]
5db1f7cda7
chore(deps): update cargo dependencies ( #3896 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-26 22:29:13 +08:00
renovate[bot]
7aee1c6d6e
chore(deps): update cargo dependencies ( #3872 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-26 01:09:36 +08:00
TRH
f22199b7d9
chore(logging): 去除无用日志 ( #3882 )
...
* chore(logging): 去除无用日志
* chore: 删除相关计时代码
2025-06-24 16:49:06 +08:00
希亚的西红柿
6d519dac1e
fix: auto light-weight mode doesn't take effect in silent-start mode ( #3875 )
...
* fix: auto light-weight mode does not take effect when silent-start mode is enabled
* refactor: streamline window state retrieval and hiding logic
* fix: add checks for remote name and existence before format check in pre-push hook
* fix: simplify remote checks in pre-push hook to enhance clarity and maintainability
---------
Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com >
2025-06-23 23:13:31 +08:00
wonfen
bdfc383a18
refactor: enhance Windows proxy retrieval by using WinAPI for registry access
2025-06-22 21:05:50 +08:00
wonfen
f6b5524e0e
refactor: replace shell command check with WinAPI call
2025-06-22 18:45:38 +08:00
Tunglies
e7461fccab
refactor: remove unused macOS tray speed display and improve tray icon handling ( #3862 )
...
* refactor: remove unused macOS tray speed display and improve tray icon handling
* refactor: disable macOS specific logging during core initialization
* feat: add linux elevator function to determine privilege escalation command
2025-06-22 16:28:06 +08:00
wonfen
a92872c831
fix: resolve race condition freeze on rapid tray icon clicks in lightweight mode
2025-06-22 15:44:09 +08:00
Tunglies
9b1c660306
feat: add new monochrome tray icons for system and tunnel
2025-06-22 15:31:59 +08:00
Tunglies
3d8b2cf35f
fix: improve error handling for application handle retrieval ( #3860 )
...
* fix: improve error handling for application handle retrieval
* fix: correct argument passing for command execution and improve URL stripping logic
2025-06-22 01:16:57 +08:00
wonfen
41fc13cfe2
fix: format & update
2025-06-21 22:39:12 +08:00
wonfen
5fde5dcc7c
feat: implement async proxy lookup and optimize system/auto proxy retrieval logic
2025-06-21 21:56:15 +08:00
wonfen
034885d810
feat: introduce event-driven proxy manager and optimize proxy config updates
2025-06-21 21:56:15 +08:00
Tunglies
3f7a7b8cd2
chore: add cargo deny config
2025-06-21 21:22:20 +08:00
renovate[bot]
bc30db2875
chore(deps): update rust crate libc to 0.2.174 ( #3794 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-21 18:41:06 +08:00
wonfen
cc65ce6812
chore: update to 2.3.2
2025-06-21 10:09:22 +08:00
wonfen
1a6454ee79
perf: optimize profile switching logic with interrupt support to prevent freeze
2025-06-21 10:04:12 +08:00
wonfen
e698fe8d18
feat: add cleanup for redundant mihomo processes
2025-06-21 08:13:12 +08:00
Just want to protect you
623461b649
about tray and silent startup + automatic startup light repair and optimization ( #3814 )
...
* fixed the issue that the tray does not display in light mode
* add show main window after exiting light mode
* fix: the issue where other selections could not respond in real time
* Refactored the original silent + self-starting lightweight #3708
* update logs
* fix formatting issues
* fix
* fix nesting
* repair previous formatting issues
* fix: resolve issue with tray not restoring from lightweight mode
* remove the tray display that should not exist
* fix translation field issue
---------
Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com >
Co-authored-by: Tunglies <selenvow+github@gmail.com >
2025-06-18 20:00:33 +08:00
Tunglies
c40c1960ed
feat: add window-state management and recovery functionality ( #3792 )
...
* feat: add window-state management and recovery functionality
* fix: correct file name reference for window-state.json in uninstall section
* fix: remove unused tauri_plugin_window_state import
2025-06-18 02:21:00 +08:00
Tunglies
15f05748a5
fix: update tauri-plugin-autostart to version 2.4.0 and change source to crates.io
2025-06-18 01:34:40 +08:00
renovate[bot]
945999889c
chore(deps): update cargo dependencies ( #3731 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 01:31:24 +08:00
Tunglies
a8257e8cb2
fix: unexpected behavior while pulling resources ( #3789 )
...
fix: unexpected behavior while pulling resources
在 commit 25cfd162f6 中引入新的 pnpm prepare 执行脚本指令,而 prepare 关键字与包管理器的生命周期脚本冲突。导致在运行 Workflow 的时候被执行两次资源拉取,并且被当做生命周期脚本的时候没有携带预期的 \`${{ matrix.target }}\`。这一行为进一步影响 macOS Intel X86 平台上的构建。
所影响的 issues: #3753 , #3771
2025-06-18 01:11:33 +08:00
wonfen
e7d3d7e0ae
chore: update changelog
2025-06-17 22:05:03 +08:00
wonfen
c0f3d35e13
fix: resolve namespace issue
2025-06-17 19:47:24 +08:00
wonfen
fc30fab9cd
feat: unify window manager and optimize window show/hide logic
2025-06-17 13:02:47 +08:00
wonfen
a67e8388a9
fix: restore window from tray when status bar icon is present
2025-06-17 12:59:05 +08:00