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

Releases: PQCraft/CLIBASIC

Beta 0.22.5.1

26 Sep 20:58
7152ada
Compare
Choose a tag to compare

Changes:

  • Used sigprocmask instead of pthread_sigmask

(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

Beta 0.22.5

26 Sep 00:11
a2e2d3f
Compare
Choose a tag to compare

Changes:

  • Fixed a bug in PRINT
  • Disabled line numbers when typing in the shell
  • Improve Windows speed problem slightly by reducing the number of times _kbhit() is called
  • Added truecolor to 16-color conversion for non-VT Windows

(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

Beta 0.22.4.1

25 Sep 03:15
3db3a0f
Compare
Choose a tag to compare

Changes:

  • Text attributes will update after typing in a command

(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

Beta 0.22.4

24 Sep 23:58
e14a1ed
Compare
Choose a tag to compare

Changes:

  • Fixed a bug in Windows which caused _txtlock to break inkey$()
  • Added [ and ] support for colored prompt strings
  • Allowed _PROMPT and _PROMPTTAB to be called in an autorun
  • Changed the autorun files

(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

Beta 0.22.3

21 Sep 10:50
9df8726
Compare
Choose a tag to compare

Changes:

  • Fixed an option error that allowed two or more -r's to be used and prevented -i from being used before a -r

(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

Beta 0.22.2

20 Sep 21:32
55f6cab
Compare
Choose a tag to compare

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

Beta 0.22.1

20 Sep 00:14
e39f408
Compare
Choose a tag to compare

Changes:

  • Fixed a manual spelling error
  • Fixed line numbers (forgot to update pointers after modifying string)

(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

Beta 0.22

19 Sep 03:30
a4772c6
Compare
Choose a tag to compare

Changes:

  • Added file i/o
  • Improved CLS
  • Fixed a compiler warning when using clang
  • Improved program loader to prevent crashing when a virtual device is passed
  • Stopped CLIBASIC from tainting the terminal and breaking sudo and su input (bug in kbhit() function)
  • Updated dead links in README.md
  • Added line number support
  • Fixed a LABEL/GOTO bug
  • Added a manpage
  • Added local (non-root) install support to Makefile

(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

Beta 0.21.1

31 Aug 16:39
ab65125
Compare
Choose a tag to compare

(Compressed) Executables:
Linux x86 64-bit: clibasic-linux-x64.zip
Linux x86 32-bit: clibasic-linux-x86.zip
Windows x86 64-bit: clibasic-windows-x64.zip
Windows x86 32-bit: clibasic-windows-x86.zip

Extras:
Example programs: examples.zip

Beta 0.21

31 Aug 13:21
8fa2efd
Compare
Choose a tag to compare

(Compressed) Executables:
Linux x86 64-bit: clibasic-linux-x64.zip
Linux x86 32-bit: clibasic-linux-x86.zip
Windows x86 64-bit: clibasic-windows-x64.zip
Windows x86 32-bit: clibasic-windows-x86.zip

Extras:
Example programs: examples.zip