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
bb0f091849
refactor: streamline exit status handling
2025-07-16 17:19:13 +08:00
Kuingsmile
9d95b6b46c
refactor: simplify conditional checks in macOS service management
2025-07-16 17:10:03 +08:00
Kuingsmile
2911922403
refactor: remove unused RcloneRemoteParameters and TransferStats structs
2025-07-16 16:45:30 +08:00
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]
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
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
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]
2025-07-10 07:45:49 +00: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
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
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
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]
2025-07-03 09:50:03 +00:00
Kuingsmile
3f6d754b50
chore: remove unused deps and refactor tauri api
2025-07-03 14:45:25 +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
Hantong Chen
61850d6ff9
style: apply clippy and rustfmt
2025-06-29 19:41:49 +08:00
Kuingsmile
52e3eb89e3
feat: update clear logs and notification for copy event ( #17 )
...
* feat: add notification system for log actions and update styles
* feat: implement clear logs functionality with source selection and notifications
2025-06-29 18:26:40 +08:00
Kuingsmile
776b0fe9c3
feat: add devtools feature to tauri dependency
2025-06-29 17:11:22 +08:00
Kuingsmile
bbc5a2c10c
feat: update release ci ( #8 )
...
* 📦 Chore(custom): update build command
* 🐛 Fix(custom): fix action error
* 🐛 Fix(custom): fix ci
* 🐛 Fix(custom): fix prepare.js for linux and macos
* 🐛 Fix(custom): fix windows scripts syntax
* 🐛 Fix(custom): add linker for linux
* 🐛 Fix(custom): fix linux arm building
* 🐛 Fix(custom): add creation flags for silent installer on Windows
2025-06-29 08:19:13 +08:00
Kuingsmile
5ade6a2c01
feat: add ci for lint and release , fix several bugs ( #5 )
...
* feat: add save_settings_with_update_port command and update related components
* refactor: remove state parameter from API key retrieval and update related functions
* feat: enhance release workflow with tag validation and improve build scripts
* feat: update release workflow to use version input from auto-version workflow
* 📦 Chore(custom): add Clippy configuration for consistent linting across platforms
* chore: add Clippy configuration for consistent linting across platforms
* 🐛 Fix(custom): fix ci
* 🚧 WIP(custom): fix clippy error
* 🐛 Fix(custom): add default openlist and rclone version
* 🚧 WIP(custom): fix clippy errors
* 🚧 WIP(custom): fix clippy errors
* 🐛 Fix(custom): fix ci bugs
2025-06-28 13:06:32 +08:00
Kuingsmile
bd8e54aa42
feat: optimize service control ( #2 )
...
* refactor: remove unused flags from RcloneConfig and related components; update monitoring intervals to use dynamic settings
* fix: update auto-launch title to indicate immediate effect
* refactor: remove service API token and port from AppConfig and related components
* refactor: remove auto_mount property from RcloneConfig and related components
* refactor: rename service to OpenList Core and update related components
2025-06-27 14:02:36 +08:00
Kuingsmile
8ccd04b180
fix: fix mount bugs ( #1 )
...
* feat: add open in file explorer functionality
* fix: fix a bug that mount will execute twice
2025-06-26 16:13:44 +08:00
Kuingsmile
7724a21484
feat: upload project files
2025-06-26 15:09:20 +08:00