Skip to content

Releases: JDE-Projects/Simple-SFTP-Client

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:34

What's Changed

  • Pause and resume the transfer queue; files already sending finish cleanly before it holds.
  • Folder sync now shows a preview of exactly what will transfer, and runs through the transfer queue.
  • One-click retry on a failed or cancelled transfer.
  • Faster transfers for large batches of small files (more run at once automatically).
  • Fixed overwriting a changed file: transfers now always rewrite the whole file, so an updated file can no longer be left corrupted.
  • Files dragged in from outside now join the queue instead of the browsing connection.

Full Changelog: v1.6.0...v1.7.0

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 22:04

What's Changed

  • See exactly what will be overwritten: a per-file comparison before transfers replace anything.
  • Faster batches: transfers run two at a time, each on its own connection.
  • Editable path bars, a folder picker, and select files by range or type.
  • Delete key removes the selected files.
  • Compare summary is color-coded as a key for the row highlights.

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

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 14:10

What's Changed

  • New transfer queue: pane uploads and downloads now line up and run in the background one after another, with a live view of progress, per-file status, and cancel.
  • Overwrite now resends a file even when the copy on the other side is the same size, instead of silently skipping it.
  • Fixed a host-key replacement loop when reconnecting to a changed server on a non-standard port.

Full Changelog: v1.4.2...v1.5.0

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 23:28

What's Changed

  • Updated the bundled cryptography library to 50.0.0.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:43

What's Changed

  • Cleaned up the app header to a consistent two-line layout and fixed the theme toggle icon showing at the wrong size.
  • Fixed the window sometimes reopening in the wrong place after you'd had two copies of the app open at once.
  • The app now tells you if a saved password couldn't be written to Windows Credential Manager instead of quietly acting like it worked. Deleting a saved connection now warns you its stored password goes with it.
  • Moved the "update available" message to the bottom bar with clearer wording, and made the update check keep working on machines where antivirus or network filters inspect secure web traffic.
  • Lowered the minimum window size so the app fits a 1024x768 screen.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

Choose a tag to compare

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

What's Changed

  • The window now remembers its exact position and size between launches, including on a second monitor and at any display scaling.

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

v1.3.0

Choose a tag to compare

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

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.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:31

What's Changed

  • Key save dialog updated to the current pywebview API

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 15:35

What's Changed

  • Light mode: an opt-in light theme with a sun/moon toggle in the new header. Your choice is remembered between sessions.
  • New header across the top with the app title and a link to the project, matching the other Simple tools.
  • Added tooltips to the Compare, Sync, and Watch buttons so each one's purpose is clear.

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

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 22:23

What's Changed

  • New Windows installer: Start menu shortcut, per-user install (no admin), and clean uninstall, shipped alongside the existing portable zip.
  • Fixed the startup console message to read "Ready to connect" instead of the post-connection drag hint before anything is connected.

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