Skip to content

RemoteFlow 0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 07:47
· 11 commits to main since this release

RemoteFlow 0.4.0, covering everything merged since v0.3.0.

What's changed

  • No pull requests were merged in this range.

Landed without a pull request

  • feat: the SFTP page is dual-pane, and the local pane remembers where it was
  • docs: cut 0.3.1 in the changelog
  • docs: cut 0.4.0, not 0.3.1

Downloads

Four Windows artefacts, named for the version and the runtime identifier (win-x64 or win-arm64):

File What it is
RemoteFlow-0.4.0-win-x64.zip Portable build for Intel and AMD machines.
RemoteFlow-0.4.0-win-arm64.zip Portable build for ARM machines.
RemoteFlow-0.4.0-win-x64-setup.exe Per-user installer for x64.
RemoteFlow-0.4.0-win-arm64-setup.exe Per-user installer for ARM64.

The zips are self-contained: they run on a clean Windows with no .NET runtime installed. The
installers are per-user, need no elevation, and leave your connections and settings in place when
you uninstall unless you ask for them to be removed.

Verifying your download

checksums.txt lists the SHA-256 of every file above.

sha256sum --check --ignore-missing checksums.txt

On Windows without sha256sum:

Get-FileHash .\RemoteFlow-0.4.0-win-x64.zip -Algorithm SHA256

These builds are not code-signed, so Windows SmartScreen will warn that the publisher is
unknown. That is expected and is not a sign of a corrupted download; the checksum is how you tell
the difference.


Full changelog: v0.3.0...v0.4.0