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
wonfen
970eb62aa6
perf: improve Clash mode switch responsiveness on home card
2025-03-23 04:54:18 +08:00
Tunglies
d669650758
feat: add lightweight mode entry and related hotkey support
2025-03-23 03:10:48 +08:00
wonfen
69347160e9
perf: simplify code logic and improve efficiency
2025-03-23 02:16:06 +08:00
wonfen
a345b54a77
chore: update required service version
2025-03-23 00:16:32 +08:00
Tunglies
8aabcd77a5
feat: enhance tray icon handling with caching and speed rate rendering
2025-03-22 23:00:45 +08:00
Tunglies
c30f54609d
chore: update UPDATELOG
2025-03-22 17:23:10 +08:00
Tunglies
0830236a73
fix: update alpha workflow to correctly extract alpha logs from UPDATELOG.md
2025-03-22 17:21:45 +08:00
Tunglies
44f21444bb
feat: update versioning in package.json, Cargo.toml, and tauri.conf.json to append '-alpha'
2025-03-22 17:19:11 +08:00
Tunglies
1d88d98ea1
feat: ensure Mihomo and Verge services are running before executing commands
2025-03-22 17:05:42 +08:00
wonfen
86f69fd574
feat: add singleton check after core startup in sidecar mode
2025-03-22 15:01:55 +08:00
wonfen
e21846a2ce
chore: update preview img
2025-03-22 11:07:20 +08:00
wonfen
d5981ca94f
fix: alpha workflow
2025-03-22 08:45:55 +08:00
wonfen
8c5eb3b550
chore: remove unused code of current proxy card
2025-03-22 06:25:10 +08:00
Tunglies
55dc416109
feat: add scripts for managing alpha versioning and update workflow
2025-03-22 05:11:32 +08:00
Tunglies
ec30b888d1
chore: update UPDATELOG
2025-03-22 04:53:27 +08:00
Tunglies
2a92755e65
fix: linux hanlding mihomo-core and verge-service communication
2025-03-22 04:51:38 +08:00
wonfen
6976ea3c09
perf: optimize proxy refresh mechanism for home page current proxy card
2025-03-22 04:34:19 +08:00
wonfen
b07ed2dbf5
fix: theme color on connection detail card
...
fix: home page clash info card proxy address
2025-03-22 04:26:28 +08:00
wonfen
2ab923da87
fix: port setting sync problem
2025-03-21 12:28:51 +08:00
wonfen
9799d4f747
chore: add missing i18n
2025-03-21 10:29:20 +08:00
wonfen
f739836891
refactor: auto-truncate long text on home profile card
...
fix: sync system proxy and TUN mode status indicators on home proxy mode card
2025-03-21 05:23:45 +08:00
Tunglies
a28887be8e
fix: add libxslt1.1 dependency to Ubuntu installation in workflows
2025-03-20 23:36:51 +08:00
Tunglies
0f13691ae0
v2.2.1
2025-03-20 23:22:34 +08:00
Tunglies
ae72b83dbe
v2.2.1-alpha.1
2025-03-20 23:20:07 +08:00
Tunglies
2e38404434
fix: homepage entry lightweight mode exiting Macos tray icon
...
fix: lightweight mode better handling and logging logic
2025-03-20 23:17:37 +08:00
Tunglies
11b8c8be45
chore: v2.2.1
2025-03-20 22:33:20 +08:00
Tunglies
a06597a3a6
fix: homepage proxy card handle direct mode
2025-03-20 21:51:12 +08:00
Tunglies
108840c4be
feat: enhance alpha release workflow to fetch update logs and generate release notes
2025-03-20 19:42:04 +08:00
Tunglies
16c8672aeb
fix: update workflow to delete old release assets instead of the release itself
2025-03-20 19:33:26 +08:00
Tunglies
167edcf8ef
chore: update version to 2.2.1-alpha and add alpha update logs
...
refactor: simplify version change detection in alpha workflow
chore: alpha delete old release then release new one
fix: update alpha workflow to handle missing ALPHA_LOGS and improve release notes generation
fix: update job dependencies in alpha workflow to include delete_otld_release
2025-03-20 19:11:48 +08:00
Tunglies
d6dd89b674
fix: remove macOS application menu setup due to CMD+C/V/A issues
2025-03-20 18:14:18 +08:00
Tunglies
fac2ee6374
chore: bug report template remove os label
2025-03-20 16:39:29 +08:00
Tunglies
dd7876845a
chore: UPDATELOG update
2025-03-20 15:49:00 +08:00
Tunglies
56e6139c2b
fix: ensure main window title is set correctly on macOS
2025-03-20 15:43:59 +08:00
wonfen
04bdd48a2a
release 2.2.0
2025-03-20 14:44:26 +08:00
Tunglies
5b47fe5b88
Revert "fix: update permission config with app icon and name"
...
This reverts commit 618ba52bca8c270caca6bc9269ce7455a87751af.
2025-03-20 14:17:41 +08:00
Tunglies
84a5cf6b89
feat(hotkey): macos support CMD+W to close window as default
2025-03-20 13:02:26 +08:00
wonfen
618ba52bca
fix: update permission config with app icon and name
2025-03-20 12:43:22 +08:00
Tunglies
5c0cde517f
fix: update system architecture retrieval method in PlatformSpecification
2025-03-20 06:20:19 +08:00
Tunglies
1b249564a3
fix: update service response check for correct status code and message
2025-03-20 06:18:14 +08:00
Tunglies
81b5501b0e
feat: implement auto lightweight mode timer functionality
...
This commit implements the automatic lightweight mode feature with timer functionality:
- Rename configuration properties from auto_enter_lite_mode to enable_auto_light_weight_mode and auto_enter_lite_mode_delay to auto_light_weight_minutes for better clarity
- Add window event listeners to detect when window is closed or gets focus
- Implement timer system to automatically enter lightweight mode after configured time
- Remove exit_lightweight_mode function as it's no longer needed with the new implementation
- Update UI components to reflect the new property names
- Add logging for lightweight mode operations
- Initialize lightweight mode based on user configuration at startup
The feature now allows users to set a timer that will automatically enter lightweight mode
after closing the main window, which can be cancelled by focusing the window again.
2025-03-20 06:01:38 +08:00
Tunglies
91ccb3045c
feat: implement lightweight mode functionality and update related settings
2025-03-20 03:23:14 +08:00
wonfen
e31f176c25
feat: lite mode settings
2025-03-20 01:44:43 +08:00
Tunglies
ad45485009
fix: hotkeys on windows crash
2025-03-19 18:41:26 +08:00
wonfen
25e5cf2ac2
chore: update deps
2025-03-19 11:07:57 +08:00
wonfen
bd58d935c6
feat: add up/down name to home traffic graph card
2025-03-19 10:38:21 +08:00
wonfen
da2705ff7d
chore: change defaut start page to home
2025-03-19 05:48:20 +08:00
wonfen
61f019f194
fix: cannot detect service mode on home card
2025-03-19 05:25:38 +08:00