Skip to content

New beta release, v0.2.0

Latest

Choose a tag to compare

@DeepDiveSentinel DeepDiveSentinel released this 07 Feb 03:07
· 3 commits to main since this release
0a84c77

New features & improvements
SHA256SUMS_v0.2.0_2026-02-07.txt
EULA.txt
LICENSE.txt
LICENSE_PROPRIETARY.txt
README.txt
THIRD_PARTY_NOTICES.txt

New features

Improved installer compliance: Added a dedicated Third-Party Notices step during setup, with a required checkbox confirming acceptance.

Release integrity checks: Added SHA256SUMS.txt so users can verify the installer file hash after download.

Bundled legal & notice documents: EULA, license(s), privacy notice, readme, and third-party notices are included with the release package for easy access.

Improvements

Monitor UI polish: Refined monitor/target progress bar layout for clearer readability and better alignment of key columns (e.g., sent/recv/lost).

Stability fixes: Addressed startup/monitor issues found during beta testing and improved general reliability.

Packaging cleanup: Standardized release packaging and file naming to reduce confusion and ensure consistent distribution.

Verification

Users can verify the installer with:

PowerShell: Get-FileHash <installer.exe> -Algorithm SHA256

or certutil -hashfile <installer.exe> SHA256
Compare the output with SHA256SUMS.txt.