wonfen
a92872c831
fix: resolve race condition freeze on rapid tray icon clicks in lightweight mode
2025-06-22 15:44:09 +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
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
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
dd505e4d58
perf: optimize layout initialization and enhance backend notification mechanism
2025-06-15 19:35:12 +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
wonfen
5858f05c13
perf: async app startup loading to prevent UI freeze
2025-06-13 22:59:16 +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
07738dd82d
feat: implement lightweight mode state management and initialization #3344 , d05952e945
2025-06-11 04:20:50 +08:00
wonfen
d05b1c3130
feat: clean up redundant profiles files
2025-06-09 13:48:38 +08:00
Tunglies
564fe15df2
refactor(tests): update format_bytes_speed test cases for consistent output
2025-06-06 14:13:48 +08:00
Tunglies
2d59177256
fix: update default window width to 940 pixels
2025-05-31 17:05:53 +08:00
Tunglies
866ec2720d
Revert "feat: integrate window state management for improved window restoration and logging"
...
This reverts commit c9a9e934f4 .
2025-05-22 10:17:42 +08:00
Tunglies
c9a9e934f4
feat: integrate window state management for improved window restoration and logging
2025-05-22 03:02:02 +08:00
wonfen
b70e202201
refactor: simplify frontend event dispatch by restructuring notification system
2025-05-18 20:58:59 +08:00
Tunglies
7556758284
refactor: remove macOS window decoration setting during window creation
2025-05-17 14:28:34 +08:00
Tunglies
d554679ee2
feat: remove system-in name plist
2025-05-17 01:21:08 +08:00
wonfen
32008b9364
fix: update main window creation logic with improved logging and UI readiness handling
2025-05-16 17:22:53 +08:00
wonfen
95c23730ef
perf: async config handling with optimized port lookup and save logic
2025-05-16 13:47:12 +08:00
wonfen
ddd85d4d87
perf & fix: optimize window state initialization & add missing permissions
2025-05-16 09:50:53 +08:00
Tunglies
53a46d0dc6
refactor: simplify proxy type handling and improve error handling in network commands
2025-05-16 00:09:47 +08:00
wonfen
7f0ebbd83d
feat: use OS default window manager
2025-05-14 21:32:26 +08:00
wonfen
95231e7cd3
fix: http request error
2025-05-12 22:10:46 +08:00
Tunglies
5b6c9be99f
feat: better service status and TUN mode usable checks in Setting Page
2025-05-12 19:04:21 +08:00
wonfen
10576780ed
feat: add hosts settings to DNS settings and enhance DNS config validation
2025-05-11 22:55:31 +08:00
wonfen
2b69ed4915
fix: window tiitle bar
2025-05-11 13:27:42 +08:00
wonfen
9a666d807c
fix: restore window on tray click after close on Windows
2025-05-10 17:25:42 +08:00
wonfen
050b363066
fix: resolve Windows build error
2025-05-10 01:45:39 +08:00
wonfen
8cae9d4e0a
refactor: use async approach to restructure UI startup logic and resolve various freeze issues during launch
2025-05-10 01:26:03 +08:00
wonfen
7370f00857
feat: add authenticated service IPC communication
2025-05-08 00:14:58 +08:00
wonfen
779291151e
fix: network request failure termination logic and add connection pool optimization
2025-05-04 10:14:52 +08:00
wonfen
3983762202
feat: add more network control methods
2025-05-03 23:17:51 +08:00
wonfen
73b9a71c84
feat: add retry mechanism to optimize network requests, improve async message handling and timeout for scheduled tasks
2025-05-03 09:38:25 +08:00
wonfen
32b6821b8a
feat: add network manager to optimize network request handling
2025-04-30 21:30:28 +08:00
wonfen
55cde38562
feat: improve core functionality to prevent main process blocking, enhance MihomoManager, and optimize window creation process
2025-04-25 18:24:16 +08:00
wonfen
dc46eb9d21
fix: add recovery lock to prevent concurrency issues during lightweight mode exit
2025-04-21 12:20:55 +08:00
wonfen
d05952e945
fix: resolve lightweight mode recovery failure caused by white screen prevention
2025-04-21 00:15:02 +08:00
Tunglies
07b424cb09
fix: cargo clippy errors
2025-04-21 00:06:37 +08:00
Tunglies
c7494de0a7
chore: update UPDATELOG
2025-04-20 23:51:05 +08:00
wonfen
41629df189
feat: autolaunch via Startup folder on windows
2025-04-19 13:51:11 +08:00
wonfen
d401a83c75
feat: check window render size and wait for completion to prevent white screen
2025-04-17 16:52:38 +08:00
希亚的西红柿
1282cc56bf
fix: auto enable light mode config does not take effect when silent s… ( #3344 )
...
* fix: auto enable light mode config does not take effect when silent start is enabled
* refactor: extract run_once_lightweight logic into lightweight.rs as a fn
2025-04-17 16:47:21 +08:00
wonfen
85d08fadd9
feat: check window render size and wait for completion to prevent white screen
2025-04-17 16:47:21 +08:00
wonfen
fad73a281a
feat: manage windows with tauri window-state to address various window issues
2025-04-17 16:47:21 +08:00
wonfen
18d24d5952
chore: enable ipv6 by default
2025-04-12 23:16:31 +08:00
Tunglies
6e6462742c
fix: resolve unexpected behavior during silent startup #3320 , #3187
2025-04-12 18:09:27 +08:00
Tunglies
1970155c51
fix: macos use hotkey closing window can not entry auto-lightweight-mode #3326
2025-04-12 03:29:57 +08:00
Tunglies
b6a6f5f434
Add AsyncHandler for wrapping task spawning
2025-04-11 17:30:30 +08:00
Tunglies
25d66a4eee
Update autostart capability permissions
...
Enable more precise control over autostart functionality and clean up
logging code by removing unnecessary boolean parameters.
2025-04-10 15:43:45 +08:00