Skip to content

Releases: jwodder/confab

v0.3.1 (2023-12-13)

13 Dec 23:25
v0.3.1
Compare
Choose a tag to compare

Release Notes

  • A "Disconnect" event is no longer emitted if an I/O error occurs

Install confab 0.3.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jwodder/confab/releases/download/v0.3.1/confab-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jwodder/confab/releases/download/v0.3.1/confab-installer.ps1 | iex

Download confab 0.3.1

File Platform Checksum
confab-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
confab-x86_64-apple-darwin.tar.xz macOS Intel checksum
confab-x86_64-pc-windows-msvc.zip Windows x64 checksum
confab-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum
confab-x86_64-unknown-linux-musl.tar.xz musl Linux x64 checksum

v0.3.0 (2023-12-12)

12 Dec 20:08
v0.3.0
Compare
Choose a tag to compare

Release Notes

  • Increased MSRV to 1.70
  • Added --startup-script and --startup-wait-ms options

Install confab 0.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jwodder/confab/releases/download/v0.3.0/confab-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jwodder/confab/releases/download/v0.3.0/confab-installer.ps1 | iex

Download confab 0.3.0

File Platform Checksum
confab-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
confab-x86_64-apple-darwin.tar.xz macOS Intel checksum
confab-x86_64-pc-windows-msvc.zip Windows x64 checksum
confab-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum
confab-x86_64-unknown-linux-musl.tar.xz musl Linux x64 checksum

v0.2.0 (2023-06-03)

03 Jun 17:53
v0.2.0
Compare
Choose a tag to compare

Release Notes

  • confab is now built using rustls instead of native-tls by default; native-tls can still be used via feature flags

Install confab 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jwodder/confab/releases/download/v0.2.0/confab-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jwodder/confab/releases/download/v0.2.0/confab-installer.ps1 | iex

Download confab 0.2.0

target kind download
aarch64-apple-darwin tarball confab-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball confab-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball confab-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball confab-x86_64-unknown-linux-gnu.tar.xz

v0.1.1 (2023-05-28)

28 May 16:49
v0.1.1
Compare
Choose a tag to compare

Release Notes

  • Fix release workflow

Install confab 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/jwodder/confab/releases/download/v0.1.1/confab-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/jwodder/confab/releases/download/v0.1.1/confab-installer.ps1 | iex

Download confab 0.1.1

target kind download
aarch64-apple-darwin tarball confab-aarch64-apple-darwin.tar.xz
x86_64-apple-darwin tarball confab-x86_64-apple-darwin.tar.xz
x86_64-pc-windows-msvc tarball confab-x86_64-pc-windows-msvc.zip
x86_64-unknown-linux-gnu tarball confab-x86_64-unknown-linux-gnu.tar.xz

v0.1.0 — First full release

28 May 16:39
v0.1.0
Compare
Choose a tag to compare
  • Increased MSRV to 1.65
  • Added extended --help output for --encoding and --max-line-length
  • Removed the -M short form of the --max-line-length option
  • When --encoding latin1 is in effect and the user inputs a line containing non-Latin-1 characters, the echo of the sent data — along with the transcript — will now show those characters as ? so that they match the text actually sent to the server
  • Use cargo-dist for building release assets and installers
  • Include third party licenses in release assets
  • Added a --build-info option for displaying build information & dependencies

v0.1.0-alpha — Alpha release

04 Dec 20:28
v0.1.0-alpha
Compare
Choose a tag to compare
Pre-release
Version 0.1.0-alpha