Tunglies
9dfd9bad20
Remove color detection for tray icons
...
Always use white text with black shadow regardless of icon type
2025-04-05 16:07:16 +08:00
Tunglies
0de304d4e3
Fix and Optimize
...
fix : #3187 and #3096 , silent startup can not trigger lightweight mode
fix: optimize startup initializing processing
2025-04-05 10:28:27 +08:00
Tunglies
f6c0f144a6
fix(clippy): clippy warning codes
2025-03-28 11:43:21 +08:00
Tunglies
e8e16f7d57
refactor(logging): replace log_err! with structured logging_error! calls
...
refactor(cm-service): better error handling from Backend to Frontend
2025-03-28 03:39:34 +08:00
Tunglies
b09313756e
refactor: optimize total width calculation and format bytes speed function
2025-03-27 20:45:51 +08:00
Tunglies
7716e2bc87
rm: unused trait filed
2025-03-27 12:14:27 +08:00
Tunglies
70bd5ec03c
refactor: simplify tray icon handling and update return types for icon functions
...
fix: custom tray icon with speedrate display large gap
2025-03-27 12:04:52 +08:00
Tunglies
ce5c86c3b0
fix: load custom tray icon failed due to #2886
2025-03-27 11:12:08 +08:00
Tunglies
6e40dd9862
fix: tray icon and tray rate display expression logic bug
2025-03-26 19:07:09 +08:00
Tunglies
98d3a48710
refactor: replace println with logging in core validation and tray quit function
2025-03-26 04:31:38 +08:00
Tunglies
09f6917638
fix: update lightweight mode implementation and fix MacOS dock icon visibility
2025-03-24 19:16:21 +08:00
Tunglies
e330d75a89
fix: correct spelling of "Lightweight" in tray menu
2025-03-24 18:54:39 +08:00
Tunglies
1a7c076e07
feat: add option to enable/disable tray icon display on MacOS
2025-03-23 16:37:27 +08:00
Tunglies
da4fddf150
chore: remove unused import
2025-03-23 14:28:28 +08:00
Tunglies
d669650758
feat: add lightweight mode entry and related hotkey support
2025-03-23 03:10:48 +08:00
Tunglies
8aabcd77a5
feat: enhance tray icon handling with caching and speed rate rendering
2025-03-22 23:00:45 +08:00
Tunglies
488e8ef1d5
fix: optimize speed rate update logic for small values
2025-03-14 22:40:56 +08:00
Tunglies
b57c6e408a
chore: git hooks for linter and formatter
2025-03-13 12:51:20 +08:00
Mimi
124934b012
feat: additional macos tray event handling option for menu display ( #2958 )
2025-03-13 10:08:38 +08:00
Tunglies
692deb6012
fix: windows unmatched tray
2025-03-12 13:55:11 +08:00
Tunglies
8ec499f631
fix: windows different tray icon display
2025-03-12 13:28:04 +08:00
Tunglies
2bcd653a56
feat: update systray creation to use TrayIconBuilder and pass app reference
...
fix: macos systray duplicated icon
2025-03-12 13:04:15 +08:00
Tunglies
48f1da963a
refactor: update MihomoManager to handle traffic WebSocket URL and authorization
2025-03-09 14:44:15 +08:00
Tunglies
805b54d81e
Update dependencies and refactor encryption logic
...
Updates multiple dependencies to their latest versions in Cargo.lock and Cargo.toml.
Refactors encryption logic to use updated getrandom API.
Improves tray speed rate display by using ab_glyph for font rendering.
2025-03-06 18:56:31 +08:00
Tunglies
9ee011514a
refactor: rename cmds module to cmd for better consistency ( #2830 )
...
- Renamed `cmds` module to `cmd` for better naming consistency
- Reorganized command modules into separate files under src/cmd/
- Updated all imports and references to use the new module name
- Fixed missing dependency in webdav.rs to reference core::backup
- Updated tray module to use new cmd namespace
- Improved uwp.rs module structure using platform-specific implementations
- Removed unnecessary imports from various command files
2025-03-01 22:52:43 +08:00
Tunglies
dce1395af1
feat: quiting when enable tun mode no more blocking system network ( #2805 )
2025-03-01 01:29:23 +08:00
wonfen
bb015506e7
Release - 2.1.1 臻fix
2025-02-27 03:18:23 +08:00
Tunglies
76be5d8469
feat: macos display colorful icon with speed rate ( #2771 )
2025-02-27 01:51:52 +08:00
wonfen
23d1d210c7
refactor: Simplify tray icon event handling across platforms
2025-02-20 07:03:28 +08:00
wonfen
31bc644763
feat: Enhance proxy groups with Initials navigation and performance optimizations
2025-02-17 16:07:46 +08:00
wonfen
fcd672abeb
feat: Optimize tray speed rate rendering and update logic
2025-02-17 15:08:19 +08:00
wonfen
67f3554095
fix: remove unused imports to resolve compile warnings
2025-02-12 14:35:49 +08:00
wonfen
c98330ea1f
fix(tray): resolve blank icon issue on Windows and optimize creation logic
2025-02-12 13:56:33 +08:00
wonfen
e230981ac4
refactor: Improve tray icon and event handling across platforms & unify click behavior
2025-02-11 14:48:31 +08:00
Tunglies
63bd0c87b2
fix: duplicate checked tray menu when profile name are same ( #2660 )
2025-02-08 09:36:04 +08:00
Tunglies
6c54f5e9b4
Feature: Switch Proxy Profile from Tray Menu ( #2644 )
2025-02-05 08:52:47 +08:00
wonfen
fbcadd0493
style: refine tray speed display
2025-02-02 03:43:15 +08:00
huzibaca
a9b3d8885d
chore: avoid duplicate updates when tray rate is off
2025-01-14 11:48:43 +08:00
huzibaca
29ec4dc546
feat: maoos tray speed can be closed
2025-01-13 20:48:25 +08:00
huzibaca
146a66fb09
Merge branch 'languagefixes' into dev
...
# Conflicts:
# src-tauri/Cargo.lock
# src-tauri/Cargo.toml
# src-tauri/src/core/tray/mod.rs
2025-01-11 15:07:30 +08:00
huzibaca
e8ff6c785a
fix: modify the external control access key, the tray rate display is abnormal
2025-01-02 15:27:28 +08:00
huzibaca
0b44d40b39
feat: the tray displays the shortcut keys that have been set
2025-01-01 08:14:15 +08:00
huzibaca
6b349eda45
chore: update
2024-12-31 11:11:29 +08:00
huzibaca
ad335ba005
fix: unused code
2024-12-31 08:08:52 +08:00
huzibaca
04d766884a
fix: syntax issues
2024-12-31 04:50:12 +08:00
huzibaca
97864e8df3
feat: macos system tray addition rate display
2024-12-31 04:42:55 +08:00