Skip to content

Releases: JDE-Projects/Simple-SFTP-Audit-Tool

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 19:16

What's Changed

  • Update check now works behind antivirus and network filters that inspect HTTPS, with a clear message and details when it can't reach GitHub.
  • Cleaner two-line app header.
  • Fixed the saved window position being overwritten when a second copy of the app is open.

Full Changelog: v1.6.0...v1.6.1

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 16:07

What's Changed

  • The app now remembers its window position and size across restarts, restoring them exactly on any monitor layout and display scaling.

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:01

What's Changed

  • Launching the app while it is already running now asks before opening a second copy (native Yes/No prompt; Yes opens a second instance, No leaves the existing window as is).

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 22:01

What's Changed

  • New Export Results button: saves the full audit report as a plain-text file (SSAT_Export_date_time.txt) wherever you choose, replacing the unreliable Copy to Clipboard.
  • Fixed the results area, scrollbar, and notification toast rendering behind the bottom bar.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 18:18

What's Changed

  • ssh-audit engine updated to v3.9.0 (new post-quantum algorithms, OpenSSH 10.x hardening policies, current advisories), now installed from the official PyPI release.
  • The header shows the bundled ssh-audit version at a glance.
  • Content now scales up to 1500px wide on maximized windows instead of stopping at 980px.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 22:16

What's new in v1.2.0

  • Fixed audits that could not complete on Windows. Audits against servers that offer Diffie-Hellman key exchange (for example CrushFTP) were showing "unable to complete audit." The bundled ssh-audit engine was updated and given a small safety patch, so this no longer happens.
  • New "DoS check" toggle (off by default). Optionally runs ssh-audit's connection-throttling (DHEat) test. It opens many rapid connections, so it is opt-in and shows a warning before you enable it.
  • Light mode. A sun/moon toggle in the top-right corner; your choice is remembered between launches.
  • Scrollable results. The header and connection bar stay put while the results scroll.
  • Better debug logging. The debug log now captures the real engine output and any error, and the on-screen message is honest when a server answers but does not finish the handshake (instead of showing an empty grade).
  • Polish. "Powered by ssh-audit" links to the ssh-audit project, and the update-check result now appears briefly in the bottom bar.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 21:28

What's Changed

  • New Windows installer (Start menu shortcut, per-user install, optional desktop icon, clean uninstall), shipped alongside the existing portable zip.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 00:04