Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Beta 0.22.2

Compare
Choose a tag to compare
@PQCraft PQCraft released this 20 Sep 21:32
· 60 commits to master since this release
55f6cab

Changes:

  • Commented out some unused code that may be used later to avoid a warning when using clang
  • Made the program line that caused an error appear on a separate line
  • Fixed Windows VT build not enabling escape codes in time
  • Added a redirection override option

(Compressed) Executables:

  • Linux x86 64-bit: clibasic-linux-x64.zip
  • Linux x86 32-bit: clibasic-linux-x86.zip
  • Windows x86 64-bit using VT escape codes: clibasic-windows-vt-x64.zip
  • Windows x86 32-bit using VT escape codes: clibasic-windows-vt-x86.zip
  • Windows x86 64-bit using legacy API calls: clibasic-windows-x64.zip
  • Windows x86 32-bit using legacy API calls: clibasic-windows-x86.zip

Extras:

  • Example programs: examples.zip