Skip to content

Releases: SunMe1977/DiskRaptor

DiskRaptor v1.0.18

Choose a tag to compare

@github-actions github-actions released this 14 Aug 08:20

Full Changelog: v1.0.17...v1.0.18

Full Changelog: v1.0.17...v1.0.18

DiskRaptor v1.0.17

Choose a tag to compare

@github-actions github-actions released this 12 Aug 10:25

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

Full Changelog: v1.0.16...v1.0.17

DiskRaptor v1.0.16

Choose a tag to compare

@github-actions github-actions released this 09 Aug 19:29

Full Changelog: v1.0.15...v1.0.16

Full Changelog: v1.0.15...v1.0.16

DiskRaptor v1.0.15

Choose a tag to compare

@github-actions github-actions released this 09 Aug 10:18

Full Changelog: v1.0.14...v1.0.15

Full Changelog: v1.0.14...v1.0.15

DiskRaptor v1.0.14

Choose a tag to compare

@github-actions github-actions released this 08 Aug 15:00

Full Changelog: v1.0.13...v1.0.14

Full Changelog: v1.0.13...v1.0.14

DiskRaptor v1.0.13

Choose a tag to compare

@github-actions github-actions released this 06 Aug 08:00

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 installer
  • DiskRaptor-*-windows-x64-silent.msi – silent, Store-conform MSI
  • DiskRaptor-*-macos-universal.dmg / .pkg – signed & notarized (Intel + Apple Silicon)
  • .AppImage / .deb / .rpm – Linux

DiskRaptor v1.0.12

Choose a tag to compare

@github-actions github-actions released this 05 Aug 07:39

v1.0.12

Code-review hardening:

  • Scan status & scan_id guards: 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

Choose a tag to compare

@github-actions github-actions released this 03 Aug 09:00

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 .pkg installer; 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

Choose a tag to compare

@github-actions github-actions released this 02 Aug 14:11

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

Choose a tag to compare

@SunMe1977 SunMe1977 released this 01 Aug 13:41

Store-readiness: MAS-safe entitlements, sandbox-aware tool degradation, MSIX build step; event ACL fix; stability improvements