2086 Commits

Author SHA1 Message Date
huzibaca
dde7ead751
Merge branch 'fix-migrate-tauri2-errors'
* fix-migrate-tauri2-errors: (288 commits)

# Conflicts:
#	.github/ISSUE_TEMPLATE/bug_report.yml
2024-11-24 00:14:46 +08:00
huzibaca
be719680b0
fix: windows cannot open yaml file 2024-11-23 19:46:53 +08:00
wonfen
d6f5a79ac9 fix: release workflow 2024-11-23 12:36:16 +08:00
wonfen
a3140f48b4 release 2.0.0 v2.0.0 2024-11-23 11:34:17 +08:00
huzibaca
335883f9f0
chore: set the request timeout to 3 seconds 2024-11-23 06:50:28 +08:00
huzibaca
f2b1b88242
chore: remove notes 2024-11-23 06:47:43 +08:00
huzibaca
4163ee484c
chore: update 2024-11-23 06:42:05 +08:00
huzibaca
a14c3f81b0
fix: restore the window state first, then set the window size 2024-11-23 06:39:25 +08:00
huzibaca
f08d2c998d
chore: update 2024-11-23 06:22:46 +08:00
huzibaca
1b0cf938d9
chore: add debug codes & logs(2) 2024-11-23 06:20:13 +08:00
huzibaca
03d714f2d4
chore: add debug codes & logs 2024-11-23 05:43:13 +08:00
huzibaca
4feef53cb0
chore: set the request timeout to 5 seconds 2024-11-22 14:15:31 +08:00
huzibaca
397e6a9d57
feat: added scroll top button for agent and rule pages 2024-11-22 09:22:44 +08:00
huzibaca
9df2ceba84
chore: remove debug code 2024-11-22 09:08:25 +08:00
huzibaca
1b65dc7256
fix: macOS DNS restore failed 2024-11-22 03:09:39 +08:00
huzibaca
4ffadab4c5
chore: hide DNS cache file 2024-11-22 02:42:55 +08:00
huzibaca
7ed90ff7f8
fix: husky - install command is DEPRECATED 2024-11-21 12:06:52 +08:00
huzibaca
ec79126b4a
chore: remove unused code 2024-11-21 11:44:19 +08:00
huzibaca
ee13bb559e
chore: remove unused code 2024-11-21 11:24:19 +08:00
huzibaca
ffbc0cdff4
fix: password should not be trimmed 2024-11-21 11:14:40 +08:00
huzibaca
801b79b728
chore: remove unused code 2024-11-21 11:13:11 +08:00
huzibaca
cd1d719a92
fix: serde::json passing IVerge to the front end without deserialization 2024-11-21 06:01:56 +08:00
huzibaca
cf3848f15d
chore: update 2024-11-20 07:37:30 +08:00
huzibaca
df5d43283b
chore: remove notes 2024-11-20 07:37:03 +08:00
huzibaca
91f0f9f65e
feat: encryption configuration properties 2024-11-20 07:27:42 +08:00
huzibaca
708e5d1941
fix: auto launch does not worki 2024-11-20 03:52:19 +08:00
huzibaca
8773117e50
chore: update 2024-11-20 01:15:03 +08:00
huzibaca
8840e63c1c
fix: exit_app does not work 2024-11-20 01:04:55 +08:00
huzibaca
4e2d9d6acd
fix: windows cannot save window state(2) 2024-11-20 00:27:53 +08:00
huzibaca
94259f9515
fix: windows cannot save window state 2024-11-19 23:32:32 +08:00
huzibaca
5b0ff01cbf
chore: update deps 2024-11-19 13:35:57 +08:00
huzibaca
3ae1109a31
chore: format 2024-11-19 13:28:17 +08:00
wonfen
f50b9655ae feat: improve set dns logic 2024-11-19 11:38:23 +08:00
huzibaca
081daee53f
chore: update web:build comman, use tsc --noEmit 2024-11-19 04:42:37 +08:00
huzibaca
95123aceb5
feat: add logger highlighting, support regular and case matching 2024-11-19 04:10:10 +08:00
huzibaca
2a7b22c96f
feat: add logger highlighting 2024-11-19 03:29:44 +08:00
huzibaca
c1b15490c1
fix: log pause button not working 2024-11-19 02:56:58 +08:00
huzibaca
f8cb84a706
feat: logger support all level filters 2024-11-19 01:40:45 +08:00
huzibaca
063f9034a1
chore: update deps 2024-11-18 23:51:43 +08:00
huzibaca
9c1b2ff89c
chore: remove unused code 2024-11-18 23:48:02 +08:00
Christine.
44c05d9fd9
fix: field error, #2044 (#2045) 2024-11-18 07:34:57 -08:00
huzibaca
dd3c149e98
refactor: remove useSWRSubscription and use useEffect 2024-11-18 16:41:17 +08:00
huzibaca
0623fe4dc3
chore: remove unused code 2024-11-18 08:16:31 +08:00
huzibaca
2746ff68c8
feat: Log level status is saved to local storage 2024-11-18 08:14:21 +08:00
huzibaca
62eb070c1b
refactor: use zustand store, rewrite log clearing logic 2024-11-18 06:48:23 +08:00
huzibaca
3b8147b6ad
chore: typo warn -> warning 2024-11-18 06:01:51 +08:00
huzibaca
221b732472
refactor: logger fetch logic 2024-11-18 05:58:06 +08:00
huzibaca
132641f269
fix: the CJS build of Vite's Node API is deprecated, part 2 2024-11-18 01:21:00 +08:00
huzibaca
d8cf585fc5
fix: the CJS build of Vite's Node API is deprecated 2024-11-18 01:07:16 +08:00
Christine.
7f0d9952aa
chore: Replace test URL to support iPv4&iPv6 (#2033) 2024-11-18 00:20:21 +08:00