Skip to content

v0.9.2

Compare
Choose a tag to compare
@dyakhnov dyakhnov released this 20 Oct 12:19
· 40 commits to develop since this release
4ad4826
This release will allow you to select upload method (via Settings/Upload tab):
- SCP (existing method to run a subprocess and constantly calling API to monitor upload progress)
- ParallelSSH (new method to use Python's library, which won't be using API to monitor process)
- Release for Windows 64-bit
- Bugfix for incorrect connection closure (affecting ParallelSSH uploads only)