1013 Commits

Author SHA1 Message Date
GyDi
8775f67416 feat: support auto clean log files 2023-11-02 20:12:46 +08:00
GyDi
69b9944b8e feat: increase the concurrency of latency test 2023-11-01 20:52:38 +08:00
GyDi
1950cf5f99 fix: page null exception, close #821 2023-10-30 00:53:24 +08:00
GyDi
fbf230cd01 feat: adjust the delay display interval and color, close #836 2023-10-29 23:01:05 +08:00
keiko233
d136207d2f feat: theme: change color 2023-10-21 17:30:50 +08:00
keiko233
73cd6e981a feat: profiles: import btn with loading state 2023-10-21 16:50:46 +08:00
keiko233
6826be73c7 feat: profile-viewer: handleOk with loading state 2023-10-21 16:47:39 +08:00
keiko233
0a61a607c9 feat: base-dialog: okBtn use LoadingButton 2023-10-21 16:47:10 +08:00
keiko233
e401661cfc chore: Update dependencies 2023-10-21 16:43:16 +08:00
keiko233
89d32f7109 feat: Nyanpasu Misc 2023-10-20 11:52:40 +08:00
keiko233
5b4c88f933 feat: Theme support modify --background-color 2023-10-20 11:12:49 +08:00
keiko233
966bce973a feat: settings use Grid layout 2023-10-20 10:05:03 +08:00
keiko233
c8cf179ed9 feat: add Connections Info to ConnectionsPage
*Add Upload Traffic, Download Traffic and Active Connections to ConnectionsPage.
*IConnections uploadTotal and downloadTotal data missing not displayed, add it to ConnectionsPage interface here.
2023-10-10 17:05:31 +08:00
Majokeiko
9ef7310fc2 feat: ClashFieldViewer BaseDialog maxHeight usage percentage (#813)
*The overall interface will be more intuitive when the content is longer.
2023-10-10 14:29:27 +08:00
GyDi
525bc37649 fix: i18n 2023-09-10 15:03:29 +08:00
GyDi
9d29450f47 feat: add Open Dashboard to the hotkey, close #723 2023-09-10 14:46:03 +08:00
GyDi
26c98bdace feat: add check for updates button, close #766 2023-09-10 14:30:31 +08:00
GyDi
19ccd35f3f fix: fix page undefined exception, close #770 2023-09-10 13:45:18 +08:00
GyDi
efa7529c5c feat: add paste and clear icon 2023-09-09 16:52:00 +08:00
Majokeiko
334c11ccd1 feat: Subscription URL TextField use multiline (#761)
*Subscription link that are too long can make reading difficult, so use multiline TextField.
2023-09-07 16:14:42 +08:00
GyDi
a6f2ce4bdd fix: rm debug code 2023-08-12 19:16:20 +08:00
GyDi
fe88c7ce97 feat: show loading when change profile 2023-08-05 22:07:30 +08:00
GyDi
c54b00a701 fix: remove div 2023-08-05 21:43:58 +08:00
GyDi
4a4b8c2e12 fix: list key 2023-08-05 21:43:05 +08:00
GyDi
f1770711cb feat: support proxy provider update 2023-08-05 21:38:44 +08:00
GyDi
94757f0f0c feat: add repo link 2023-08-05 19:54:59 +08:00
GyDi
15cf9be90d feat: support clash meta memory usage display 2023-08-05 19:40:23 +08:00
GyDi
cb1955c217 fix: websocket disconnect when window focus 2023-08-05 17:21:15 +08:00
GyDi
2ce944034d feat: supports show connection detail 2023-08-05 16:52:14 +08:00
whitemirror33
73b980c6a9 feat: update connection table with wider process column and click to show full detail (#696) 2023-08-04 14:36:28 +08:00
Andrei Shevchuk
4139360788 feat: Add Russian Language (#697)
* Add Russian Language

* Add Russian support

* Minor update

* Update Russian translation
2023-08-03 11:07:58 +08:00
GyDi
ca7bb50212 fix: try fix undefined error 2023-07-28 09:26:06 +08:00
GyDi
3748e420a0 fix: enable context menu in editable element 2023-07-22 17:21:04 +08:00
GyDi
8028e145f1 feat: app log level add silent 2023-07-22 09:25:54 +08:00
GyDi
a36ed6ab1e feat: support app log level settings 2023-07-22 08:53:37 +08:00
GyDi
0c89583b1b fix: optimize traffic graph high CPU usage when hidden 2023-07-10 23:44:09 +08:00
GyDi
f5ec43276a fix: remove fallback group select status, close #659 2023-07-10 23:16:19 +08:00
GyDi
77c0304faf feat: add unified-delay field 2023-06-30 13:58:51 +08:00
GyDi
3e4084d99c fix: error boundary with key 2023-06-30 09:17:59 +08:00
GyDi
5a65a07a39 fix: connections is null 2023-06-30 09:02:17 +08:00
GyDi
554d73c6ee fix: font family not works in some interfaces, close #639 2023-06-29 14:21:14 +08:00
GyDi
7bc7bc7c49 fix: encodeURIComponent secret 2023-06-29 14:15:57 +08:00
GyDi
63a8509f1f feat: add error boundary to the app root 2023-06-08 13:50:45 +08:00
GyDi
4e69454f72 fix: encode controller secret, close #601 2023-06-08 13:48:58 +08:00
GyDi
b5142b8ef5 fix: close all connections when change mode 2023-05-28 17:07:39 +08:00
GyDi
d468cb051d fix: error message null 2023-05-19 10:53:11 +08:00
GyDi
02d4360526 fix: profile data undefined error, close #566 2023-05-18 20:02:46 +08:00
Tatius Titus
d2cd3ec879 chore: Upgrade to React 18 (#495)
* chore: Upgrade to React 18

* runfix: Add children type to FC components

* chore: Remove @types/react
2023-04-07 12:59:44 +08:00
Tatius Titus
c3d32e59e7 fix: Do not render div as a descendant of p (#494) 2023-04-02 09:37:09 +08:00
GyDi
b9976ee68e feat: auto restart core after grand permission 2023-03-16 21:32:39 +08:00