Dyna
abe914d446
fix the issue that CSS cannot customize background ( #3854 )
...
* fixed the issue that css background cannot be used
* update logs
* fix logs
2025-06-21 16:53:10 +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
Just want to protect you
b72f397369
fix the issue of system proxy port being out of sync ( #3841 )
...
* repair system proxy port real-time response
* update logs
* fix-logs
2025-06-21 10:03:06 +08:00
wonfen
e698fe8d18
feat: add cleanup for redundant mihomo processes
2025-06-21 08:13:12 +08:00
wonfen
c8cad1c295
chore: add funding button
2025-06-20 20:52:40 +08:00
wonfen
c423fe90e2
Release 2.3.1
v2.3.1
updater-alpha
2025-06-18 20:42:13 +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
1f9ba4de5c
feat: add translation for 'Already Using Latest Core' in English and Chinese locales
2025-06-18 19:10:08 +08:00
Tunglies
10f792b8bc
fix: streamline pnpm installation steps in autobuild workflow ( #3816 )
...
* fix: streamline pnpm installation steps in autobuild workflow
* fix: format code for better readability in useCustomTheme and _layout components
2025-06-18 18:57:05 +08:00
Tunglies
357b64e9a0
feat: enhance pre-push hook to include remote URL check and improve format check messaging
2025-06-18 18:56:03 +08:00
Tunglies
f3ad6cee41
feat: add code format check in pre-push hook
2025-06-18 18:55:53 +08:00
Just want to protect you
972310ea4e
fix:Linux displays white boxes, white dots and white bars ( #3785 )
...
Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com >
Co-authored-by: Tunglies <selenvow+github@gmail.com >
2025-06-18 08:28:54 +08:00
时雨
f5315fd737
fix: 修正Linux系统窗口下页面白边和顶部圆角白底 ( #3778 )
...
Co-authored-by: Tunglies <selenvow+github@gmail.com >
2025-06-18 08:28:40 +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
c8ae37811c
chore: add pnpm cache configuration to Node setup steps
2025-06-18 01:42:06 +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]
0a0a25913b
chore(deps): update npm dependencies ( #3718 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 01:31:39 +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
ce7e1d6456
chore: remove pnpm cache configuration from workflow
2025-06-18 01:30:38 +08:00
Tunglies
72c4b9de8a
doc: clarify macOS Intel X86 architecture build error message
2025-06-18 01:30:05 +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
Tunglies
15d3c765ac
feat: add debug logging for matrix target and update prepare script invocation
2025-06-17 23:35:23 +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
wonfen
ac7307b1f7
feat: enhance profile management and proxy refresh with improved event listening and state updates
2025-06-17 11:38:53 +08:00
Tunglies
4068e5ec9c
fix: clippy error in 26acce94a4 (diff-3a1c371e65c9809233eadec0aed9dfc09813f06b4d622ffd5a613ae6020048c8R298)
2025-06-17 08:24:10 +08:00
Just want to protect you
ea71181692
fix : js script escape error issue introduced #3751 ( #3759 )
...
* refactoring fix js script is too strict
* fix:format
---------
Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com >
2025-06-16 21:04:40 +08:00
wonfen
9b46c1a991
refactor: unify log output format
2025-06-16 21:03:45 +08:00
wonfen
26acce94a4
feat: add clash_core config validation & auto-fix to default; fixed "No such file or directory (os error 2)"
2025-06-16 20:27:02 +08:00
wonfen
2a0e1e206e
Release 2.3.0
v2.3.0
2025-06-16 12:01:14 +08:00
Tunglies
f83d1d1582
fix: unexpected workflow changes #3684
2025-06-16 00:57:53 +08:00
wonfen
77a090d5eb
i18n: update en
2025-06-15 20:23:32 +08:00
陈生杂物房
a9561e0ded
feat: 更新简体中文语言文件 ( #3684 )
...
* feat: 更新简体中文语言文件
* 报错照样上传文件
2025-06-15 19:38:55 +08:00
wonfen
dd505e4d58
perf: optimize layout initialization and enhance backend notification mechanism
2025-06-15 19:35:12 +08:00
wonfen
dd0e9d4e1b
fix: enhance hotkey handling in lightweight mode and improve window management
2025-06-15 17:40:59 +08:00
希亚的西红柿
8bc451ff08
fix: proxy mode description displays incorrectly ( #3719 )
...
* fix: proxy mode description display incorrectly
* fix: update language json
---------
Co-authored-by: Tunglies <selenvow+github@gmail.com >
2025-06-15 05:19:30 +08:00
Tunglies
032e5bf32e
fix: add macOS specific activation policy handling for silent start ( #3740 )
...
* fix: add macOS specific activation policy handling for silent start
* fix: resolve abnormal Dock icon launch during macOS silent startup
2025-06-15 05:10:15 +08:00
Tunglies
41ba8f6c7a
fix: streamline pre-push hook to run clippy only for src-tauri changes
2025-06-14 02:47:15 +08:00
Tunglies
799783d3ef
fix: ensure app exits gracefully when an instance is already running
2025-06-14 02:43:58 +08:00
Just want to protect you
77fb40506f
fix the JS script error when escaping special characters to prevent special airport names from causing the script to fail to work ( #3717 )
...
* fix the JS script error
* update logs
* remove unused references
* update logs
* fix special escape test
* optimize:unescape of special characters in JS strings
* fix unaligned annotations
---------
Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com >
2025-06-13 22:59:48 +08:00
wonfen
5858f05c13
perf: async app startup loading to prevent UI freeze
2025-06-13 22:59:16 +08:00
Tunglies
0432cad112
fix: disable node and pnpm auto update to prevent breaks build
2025-06-13 14:22:21 +08:00
rebecca554owen
47ec8a348c
Revert "fix: update packageManager to pnpm@10.12.1" ( #3728 )
...
This reverts commit 9bd5950f60 .
2025-06-13 14:21:07 +08:00
Tunglies
eef348b8dc
fix: add conditional compilation for localhost URL in dev mode
2025-06-13 03:11:35 +08:00
Tunglies
e78a02d0ba
fix: add function to retrieve short git commit hash and update timestamp format
2025-06-13 00:17:31 +08:00
希亚的西红柿
4e54b61380
fix: silent start does not take effect ( #3708 )
...
* fix: light mode error
* feat: optimize the logic
* fix: clippy issues
2025-06-12 23:39:03 +08:00
Tunglies
cc39b2734e
fix: enhance system proxy toggle logic to account for autoproxy and sysproxy states
2025-06-12 22:42:33 +08:00