Suyunmeng
a3a6ef03a5
feat(ui): persist log filter preferences in settings file
...
This commit improves the log viewer by persisting user filter preferences
across page navigation and application restarts.
Changes:
- Add log_filter_level and log_filter_source fields to AppConfig
- Store filter preferences in settings.json instead of localStorage
- Ensure filter preferences survive app restarts and page switches
- Fix clippy warning: use &Path instead of &PathBuf in normalize_path
The filter level and source selections are now saved to the persistent
settings file, providing a more reliable storage mechanism for Tauri
applications.
2025-11-08 11:19:18 +08:00
Suyunmeng
e4ab2184eb
fix(data): fix data directory errors and log display issues
2025-11-08 09:53:57 +08:00
Suyunjing
4c76f31885
chore(ci): update ci configurations
2025-10-30 15:48:58 +08:00
Yinan Qin
68411aaaf3
fix!: update log and data dirs for linux and windows ( #108 )
...
* fix: update log dir for linux and windows
Signed-off-by: Yinan Qin <39023210+elysia-best@users.noreply.github.com >
* fix: update log dirs for linux and windows
Signed-off-by: Yinan Qin <39023210+elysia-best@users.noreply.github.com >
* chore: refactor APPDATA variable retrieval for clarity
Signed-off-by: Yinan Qin <39023210+elysia-best@users.noreply.github.com >
* fix: update version to 0.7.0 and improve data directory handling
* fix: fix clippy error
---------
Signed-off-by: Yinan Qin <39023210+elysia-best@users.noreply.github.com >
2025-10-27 11:06:31 +08:00
GitHub Action
e00c0d5ffd
chore: bump version to 0.7.0 [skip ci]
v0.7.0
2025-08-28 07:18:22 +00:00
Kuingsmile
ca0b9251d3
✨ Feature(custom): change default value of show window on startup to true
2025-08-28 15:11:34 +08:00
Kuingsmile
94027733fc
✨ Feature(custom): add visible false in macos configuration
2025-08-28 13:23:49 +08:00
Kuingsmile
674c9b0041
✨ Feature(custom): add option to show/hide main window on startup
2025-08-27 17:55:29 +08:00
Kuingsmile
a81f0ed9eb
📦 Chore(custom): add prettier rules
2025-08-27 14:13:30 +08:00
Kuingsmile
d4a42de814
✨ Feature(custom): optimize some setting description
2025-08-26 10:08:53 +08:00
Kuingsmile
bf0f481086
🐛 Fix(custom): update padding for dashboard container and grid for improved layout
2025-08-26 09:53:39 +08:00
Kuingsmile
6d6c38eab9
feat: use task scheduler to start service
2025-08-25 17:56:04 +08:00
Kuingsmile
d2c834d936
✨ Feature(custom): add rclone api port setting
...
ISSUES CLOSED : #73
2025-08-25 15:28:00 +08:00
Kuingsmile
31980949a3
✨ Feature(custom): add show_window_on_startup option
...
ISSUES CLOSED : #77
2025-08-25 14:43:56 +08:00
Kuingsmile
58b7128e4e
✨ Feature(custom): add show_window_on_startup option
...
ISSUES CLOSED : #77
2025-08-25 14:43:10 +08:00
Kuingsmile
62f2710a7c
🐛 Fix(custom): fix dir cache time flag
...
ISSUES CLOSED : #80
2025-08-20 11:54:54 +08:00
Kuingsmile
15d789ef3a
chore: bump version to 0.6.1
v0.6.1
2025-07-23 13:46:31 +08:00
Kuingsmile
d6ff164b0c
feat: add GitHub Actions workflow for cross-platform build testing
2025-07-23 13:43:38 +08:00
Kuingsmile
7f7cc8c8ce
refactor: remove unnecessary logging in Rclone status check
2025-07-23 11:44:06 +08:00
Kuingsmile
9277c9380c
feat: optimize rclone backend status check method
2025-07-23 11:38:06 +08:00
Kuingsmile
a6c83fe289
fix: fix reset admin passwd error on windows close #69
2025-07-23 10:35:12 +08:00
Kuingsmile
c47fc1443b
feat: update macOS link opening behavior to allow opening in browser #71
2025-07-23 09:59:16 +08:00
GitHub Action
954ee010c1
chore: bump version to 0.6.0 [skip ci]
v0.6.0
2025-07-22 09:49:13 +00:00
Kuingsmile
c219afa54e
fix: update service log path for macOS
2025-07-22 17:30:29 +08:00
Kuingsmile
06e54d1b01
feat: add service log display in log page
2025-07-22 17:07:44 +08:00
Kuingsmile
386147d5ff
feat: add functionality to open various directories and configuration files, change default path on macos close #63
2025-07-22 15:50:28 +08:00
Kuingsmile
2eeba5f428
fix: fix an issue that url can't be opened on macos #63
2025-07-22 13:26:43 +08:00
Kuingsmile
dc1cb41e61
feat: enhance version update notifications
2025-07-22 11:41:20 +08:00
Kuingsmile
99c426c15c
fix: fix a bug makes log filter not working #63
2025-07-21 17:51:27 +08:00
Kuingsmile
77f9f81dea
feat: add loading indicators and processing state for core and rclone actions close #66
2025-07-21 17:40:01 +08:00
Kuingsmile
5cc2c1640c
feat: improve service stop status check #66
2025-07-21 17:19:42 +08:00
Kuingsmile
24b45446cc
fix: set current directory for command execution and manage admin password state #66
2025-07-21 16:44:30 +08:00
Kuingsmile
f3cc4a021b
fix: fix an issue processes can't be started when accessing from RDP, #68
2025-07-21 15:41:33 +08:00
Kuingsmile
b6cfda7648
feat: add SHA-256 hash calculation for binary files for better debug trace #63
2025-07-20 18:38:18 +08:00
Kuingsmile
3b9910da0a
fix: fix vfs-dir-cache-time to dir-cache-time #63
2025-07-20 17:51:34 +08:00
Kuingsmile
a88b17c92f
fix: update mountPointPlaceholder in localization files
v0.5.1
2025-07-18 17:38:17 +08:00
Kuingsmile
20aeb6a796
fix: add creation flags to netsh command in rule_stdout function close #62
2025-07-18 17:23:03 +08:00
Kuingsmile
13efd8a629
docs: update readme
2025-07-18 14:56:06 +08:00
GitHub Action
9998563110
chore: bump version to 0.5.0 [skip ci]
v0.5.0
2025-07-18 06:19:09 +00:00
Kuingsmile
6f41bd708c
fix: update GitHub token usage in release workflow
2025-07-18 13:44:18 +08:00
Kuingsmile
4837ee592f
fix: fix an issue service and processes can't be stopped on macos, #60
2025-07-18 13:33:27 +08:00
Kuingsmile
8d25feefe0
fix: update vue-i18n
2025-07-17 17:47:27 +08:00
Kuingsmile
6628c7936b
fix: update rclone download URL to use the official downloads site #60
2025-07-17 17:43:10 +08:00
Kuingsmile
9c53267589
fix: remove redundant confirmation message for admin password reset
2025-07-17 17:36:01 +08:00
Kuingsmile
e0d3250823
feat: optimize admin password management and add reset
2025-07-17 17:32:57 +08:00
Kuingsmile
c9ccf6d1ce
feat: add data directory configuration for OpenList core close #58
2025-07-17 15:22:29 +08:00
Kuingsmile
a19e74ce1f
feat: add Windows firewall management for openlist port #49
2025-07-17 14:03:40 +08:00
Kuingsmile
0231fa20d7
fix: update rclone configuration tips for clarity and set textarea to readonly #60
2025-07-17 10:48:02 +08:00
Kuingsmile
f69bfa6fd5
feat: disable modal close when click at blank space #60
2025-07-17 10:12:07 +08:00
Kuingsmile
bb0f091849
refactor: streamline exit status handling
2025-07-16 17:19:13 +08:00