Releases: SunMe1977/DiskRaptor
Releases · SunMe1977/DiskRaptor
Release list
DiskRaptor v1.0.18
Full Changelog: v1.0.17...v1.0.18
Full Changelog: v1.0.17...v1.0.18
DiskRaptor v1.0.17
What's Changed
- Bump sysinfo from 0.33.1 to 0.39.6 in /src-tauri by @dependabot[bot] in #21
- Bump ws from 8.21.1 to 8.21.2 by @dependabot[bot] in #17
- Bump open from 5.4.0 to 5.4.1 in /src-tauri by @dependabot[bot] in #16
- Bump js-yaml from 4.3.0 to 4.3.1 by @dependabot[bot] in #15
- Bump ureq from 2.12.1 to 3.3.0 in /src-tauri by @dependabot[bot] in #19
- Bump dirs from 5.0.1 to 6.0.0 in /src-tauri by @dependabot[bot] in #18
- Bump tokio-tungstenite from 0.24.0 to 0.30.0 in /src-tauri by @dependabot[bot] in #20
New Contributors
- @dependabot[bot] made their first contribution in #21
Full Changelog: v1.0.16...v1.0.17
DiskRaptor v1.0.16
Full Changelog: v1.0.15...v1.0.16
Full Changelog: v1.0.15...v1.0.16
DiskRaptor v1.0.15
Full Changelog: v1.0.14...v1.0.15
Full Changelog: v1.0.14...v1.0.15
DiskRaptor v1.0.14
Full Changelog: v1.0.13...v1.0.14
Full Changelog: v1.0.13...v1.0.14
DiskRaptor v1.0.13
v1.0.13
- Microsoft Store readiness: conforming silent MSI (UI-less, per-machine, skips WebView2 download in the store sandbox) alongside the normal interactive installer
- winget manifests updated for 1.0.12/1.0.13 with correct SHA256 hashes (1.0.9 hash fixed)
Installers
DiskRaptor-*-windows-x64.exe– interactive NSIS installerDiskRaptor-*-windows-x64-silent.msi– silent, Store-conform MSIDiskRaptor-*-macos-universal.dmg/.pkg– signed & notarized (Intel + Apple Silicon).AppImage/.deb/.rpm– Linux
DiskRaptor v1.0.12
v1.0.12
Code-review hardening:
- Scan status &
scan_idguards: late IPC responses from a stale scan can no longer be applied to a newer one - Duplicate scanner: full-hash verification before files are suggested for deletion (files that changed during the scan are excluded)
- Safe deletes: refuses filesystem roots, the home directory and drive roots; symlinks are removed as links, never followed
- Documentation cleanup
DiskRaptor v1.0.11
v1.0.11
- Native Windows APIs for drive enumeration and S.M.A.R.T. (no PowerShell / smartctl subprocesses)
- Security hardening: system paths validated (absolute, existing, no control characters), cmd-injection guard for opening a terminal
- main.rs split into command domains (file/system/scan/duplicates/settings) for maintainability
- macOS: signed & notarized universal DMG (Intel + Apple Silicon) and
.pkginstaller; App Store (MAS) CI upload - Windows: silent-installable NSIS installer and MSI for the Microsoft Store
- Release workflow uploads only the real build bundles (no
dist/**pollution)
DiskRaptor v1.0.10
v1.0.10
- Live tree view: stream discovered entries during a scan (ring buffer + live list in the tree panel)
- Duplicate scanner backend implemented (size grouping → head hash → full-hash verification)
- Trash handling: platform-correct trash path, Windows recycle-bin scanning with iteration caps, Trash Recovery for orphaned files when the shell shows empty
- Fix hung scans: junction-safe walker for
$Recycle.Bin, no-progress watchdog guarantees scans always terminate - Fix empty tree after switching scans (ChunkLoader reset per scan), stale diagram on empty/error scans
- Downloads Cleanup scans directly, robust response shape handling everywhere
- Security validation for open/terminal/dir-stats paths
- Release profile: LTO +
codegen-units=1+ strip
DiskRaptor v1.0.9
Store-readiness: MAS-safe entitlements, sandbox-aware tool degradation, MSIX build step; event ACL fix; stability improvements