| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| rscoop_1.2.3_x64_en-US.msi.sig | 2025-06-14 | 416 Bytes | |
| update.json | 2025-06-14 | 666 Bytes | |
| rscoop.exe | 2025-06-14 | 4.0 MB | |
| rscoop_1.2.3_x64_en-US.msi | 2025-06-14 | 6.2 MB | |
| README.md | 2025-06-14 | 884 Bytes | |
| v1.2.3 source code.tar.gz | 2025-06-14 | 4.6 MB | |
| v1.2.3 source code.zip | 2025-06-14 | 4.7 MB | |
| Totals: 7 Items | 19.6 MB | 0 | |
Release Notes
🚀 Features
- Update Checking: Implemented a new "About" section in the settings page with robust update functionality powered by Tauri's updater. This includes:
- Automatic, silent update checks when opening the settings page.
- Manual update checks with user feedback.
- Update notifications with release notes.
- Download progress tracking for updates.
✨ Improvements
- Settings Page Refactor: The settings page has been broken down into smaller, more manageable components for better organization and maintainability.
- Shared Operation Hooks: Centralized package operations (like install, uninstall, update) into shared
usePackageOperationsandusePackageInfohooks. This reduces code duplication and improves consistency across the application.
🐛 Bug Fixes
- NONE