Skip to content

qcode v0.8

Choose a tag to compare

@DemonGiggle DemonGiggle released this 14 Sep 08:20
· 83 commits to main since this release

qcode v0.8

qcode v0.8 fixes self-update compatibility with the project's two-part release tags.

Highlights

  • Fixed release-version parsing so qcode update accepts two-part tags such as v0.8.
  • Ensures installed releases can correctly compare against and update to the latest qcode release.
  • Added coverage for two-part release tags and retained existing prerelease comparison behavior.

Install

Download the archive matching your platform, extract qcode (qcode.exe on Windows), and place it somewhere on your PATH.

tar -xzf qcode_linux_amd64.tar.gz
./qcode --version

Use SHA256SUMS to verify downloaded archives:

sha256sum -c SHA256SUMS

Standalone platform binaries are also included for the qcode update command.