Commit Graph

61 Commits

Author SHA1 Message Date
Kuingsmile
0093f15524 feat: update package version to 0.4.0 and add winget manifests 2025-07-15 17:49:48 +08:00
GitHub Action
704d06ebe1 chore: bump version to 0.4.0 [skip ci] v0.4.0 2025-07-15 09:20:34 +00:00
Kuingsmile
7038a1a255 chore: cargo.toml 2025-07-15 16:57:35 +08:00
Kuingsmile
7476e29e2b feat: add macOS private API support to Tauri dependencies 2025-07-15 16:53:56 +08:00
Kuingsmile
08a9eb38cc fix: remove unused i18n 2025-07-15 16:46:41 +08:00
Kuingsmile
d0917ee550 feat: optimize front-end performance 2025-07-15 15:42:29 +08:00
Kuingsmile
ccb8b12f1e feat: remove tutorial functionality and related UI components 2025-07-15 14:24:15 +08:00
Kuingsmile
1d74daf8a5 refactor: optimize string creation in get_current_platform function 2025-07-14 21:51:45 +08:00
Kuingsmile
ffdf996cd0 refactor: simplify platform string formatting in get_current_platform function 2025-07-14 17:21:25 +08:00
Kuingsmile
eb82a49270 feat: removing service config file if select delete app data 2025-07-14 17:19:57 +08:00
Kuingsmile
0c09addb31 feat: termination rclone.exe, clean all related files after uninstall 2025-07-14 16:47:44 +08:00
Kuingsmile
731ff435a5 feat: update application configuration and monitoring intervals, remove monitor_interval setting
Fixes #48
2025-07-13 15:52:29 +08:00
Kuingsmile
3e1a5f121d fix: update parameter type for install_windows_update function to Path 2025-07-13 11:55:35 +08:00
Kuingsmile
9263ad9810 fix: fix a bug make auto update not woking on windows 2025-07-13 11:44:21 +08:00
Kuingsmile
7b0565f210 fix: run child process as user other than SYSTEM on windows, close #52 2025-07-13 10:57:51 +08:00
Kuingsmile
90f935e6bb fix: add WebDAV and WinFSP tips css 2025-07-12 14:56:51 +08:00
Kuingsmile
8aa4f93f6f docs: add installation instructions for Winget 2025-07-12 14:22:08 +08:00
Kuingsmile
4b08aeb4d3 fix: add missing scope and install modes to winget manifest 2025-07-11 15:34:20 +08:00
Kuingsmile
97be081c47 fix: change installer type to nullsoft in winget manifest 2025-07-11 11:54:48 +08:00
Kuingsmile
c68102fa20 feat: add version 0.3.0 winget manifest file 2025-07-10 16:30:18 +08:00
GitHub Action
5c978d43f6 chore: bump version to 0.3.0 [skip ci] v0.3.0 2025-07-10 07:45:49 +00:00
Kuingsmile
cb3a4cb995 fix: update WinGet package submission logic 2025-07-10 15:43:50 +08:00
Kuingsmile
340b117956 feat: add Windows certificate configuration for signing and notarization 2025-07-10 15:11:06 +08:00
Kuingsmile
a70b576e1e fix: fix clippy error 2025-07-10 13:40:21 +08:00
Kuingsmile
23095dba6b refactor: increase timeout for rclone API requests and refactor some files 2025-07-10 10:51:10 +08:00
Kuingsmile
64b12e6c3b refactor: improve binary version retrieval and command execution 2025-07-09 22:56:55 +08:00
Kuingsmile
f9cf0b59ed refactor: remove unused composables 2025-07-09 17:28:43 +08:00
Kuingsmile
522e1f8059 refactor: refactor rcloneStore and appStore usage 2025-07-09 17:11:07 +08:00
renovate[bot]
c83b63eb03 chore(deps): update dependency @types/node to v22.16.2 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-09 15:50:10 +08:00
renovate[bot]
84ef6de7db chore(deps): update dependency @types/node to v22.16.0 (#29)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-09 15:36:25 +08:00
Kuingsmile
96e995051e feat: add option to open links in external browser and fix app setting css error 2025-07-09 15:30:32 +08:00
Kuingsmile
83b3caf521 feat: update dependencies and GitHub Actions 2025-07-08 18:00:13 +08:00
Kuingsmile
bff5a44bfc feat: update Rclone flag syntax in documentation and localization files 2025-07-08 17:37:37 +08:00
Kuingsmile
cdb0f608e0 feat: allow users to quickly select common flags for rclone mount 2025-07-08 17:32:29 +08:00
Kuingsmile
3685013ca6 feat: add argument splitting utility for better compatibility 2025-07-08 15:28:38 +08:00
Kuingsmile
f00f1da349 feat: add GitHub proxy support, optimize toll update logic 2025-07-05 21:34:03 +08:00
Kuingsmile
08c860c02a feat: add WinGet submission workflow and metadata for package management 2025-07-05 17:17:30 +08:00
Kuingsmile
a8360bf228 feat: add Windows certificate import step in release workflow 2025-07-05 16:39:51 +08:00
Kuingsmile
4f38ebb85d feat: change default install path and set directory permissions (#39)
* feat: change default install path and set directory permissions in installer close #38

* feat: check D: drive existence and fallback to PROGRAMFILES
2025-07-04 17:47:19 +08:00
Kuingsmile
9b85453ed0 feat: add WinFSP installation tips for Windows users close #37 2025-07-04 13:46:35 +08:00
GitHub Action
4d2229c628 chore: bump version to 0.2.0 [skip ci] v0.2.0 2025-07-03 09:50:03 +00:00
Kuingsmile
a0bf1ab44d fix: update background update listener to use new API method 2025-07-03 16:34:33 +08:00
Kuingsmile
1c868c05fb chore: add workflow to check unused i18n 2025-07-03 16:11:31 +08:00
Kuingsmile
5c6361662f chore: remove unused codes 2025-07-03 15:33:03 +08:00
Kuingsmile
3f6d754b50 chore: remove unused deps and refactor tauri api 2025-07-03 14:45:25 +08:00
Kuingsmile
96aa24a5fe docs: update README and README_en to clarify project status and features 2025-07-03 11:56:16 +08:00
Kuingsmile
4d6f6185fd Feature(custom): route to dashboard page before tutorial s… (#25)
*  Feature(custom): route to dashboard page before tutorial start

* 🐛 Fix(custom): fix mount config update and delete bugs
2025-07-02 16:55:23 +08:00
Kuingsmile
1905792f90 🐛 Fix(custom): fix update_progress type bugs (#22) 2025-07-01 15:59:52 +08:00
Hantong Chen
a90b862ee0 chore(deps): bump deps version 2025-06-29 19:47:43 +08:00
Hantong Chen
00095fd909 fix(dep): replace unmaintained crate users 2025-06-29 19:45:16 +08:00