RemoteFlow 0.2.3
RemoteFlow 0.2.3, covering everything merged since v0.2.2.
What's changed
- No pull requests were merged in this range.
Landed without a pull request
- feat: the terminal workspace can show every session at once
- docs: cut 0.2.3 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.3-win-x64.zip |
Portable build for Intel and AMD machines. |
RemoteFlow-0.2.3-win-arm64.zip |
Portable build for ARM machines. |
RemoteFlow-0.2.3-win-x64-setup.exe |
Per-user installer for x64. |
RemoteFlow-0.2.3-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.txtOn Windows without sha256sum:
Get-FileHash .\RemoteFlow-0.2.3-win-x64.zip -Algorithm SHA256These 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.2...v0.2.3