Skip to content

RemoteFlow 0.2.5

Choose a tag to compare

@github-actions github-actions released this 11 Aug 20:03
· 24 commits to main since this release

RemoteFlow 0.2.5, covering everything merged since v0.2.4.

What's changed

  • No pull requests were merged in this range.

Landed without a pull request

  • feat: RemoteFlow installs the update it finds
  • docs: cut 0.2.5 in the changelog

Downloads

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

File What it is
RemoteFlow-0.2.5-win-x64.zip Portable build for Intel and AMD machines.
RemoteFlow-0.2.5-win-arm64.zip Portable build for ARM machines.
RemoteFlow-0.2.5-win-x64-setup.exe Per-user installer for x64.
RemoteFlow-0.2.5-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.2.5-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.2.4...v0.2.5