Skip to content

Releases: robhagemans/pcbasic

PC-BASIC release 15.03.3

05 Jun 21:11
Compare
Choose a tag to compare

Some improvements in this release:

  • Fixes a number of issues with printing on Windows
  • Fixes crashes on math domain errors and incorrect PLAY statements
  • Makes some updates to the documentation
  • Adds support for codepages 720 (Arabic), 934 (Korea), 938 (Taiwan), 868 (Urdu), ISCII (Indic scripts) and PASCII (Perso-Arabic script)

Below are packaged versions for Windows XP and above, OS X 10.6 and above, and Linux on i386 and x86_64 architectures. For other architectures and operating systems, please use the source release.


MD5 hashes

2f90c805689e181849ea4712385bd6a3  pcbasic-15.03.3-linux-i386.tgz
f62a8c3000660778b9ee69c46e34c49c  pcbasic-15.03.3-linux-x86_64.tgz
f863c66f4cdffd7b1cb1ec996e65cb3b  pcbasic-15.03.3-osx.dmg
3e0c0759a1da3b919a9e6c05e4338638  pcbasic-15.03.3-win32.exe
54139b0d8ec6e90acbaded84031c2a1d  pcbasic-15.03.3.tgz

SHA256 hashes

4eb0ec89995febe6a1cf59b44c941ddc93f70a37a6af62455c8e56fcaf715f43  pcbasic-15.03.3-linux-i386.tgz
47fbe28466fb205ddea7826fe63edd1a14a09c93acaead9f0ed8133e52a891e4  pcbasic-15.03.3-linux-x86_64.tgz
dd77ea9669f04db749aba1b05211ecbe6287b7b27f2112677c91cfed44736e35  pcbasic-15.03.3-osx.dmg
8b63c970175e6e71cd6fc32bc9b5f8cee42c3751c7908cf62994e70c8cf838d3  pcbasic-15.03.3-win32.exe
4dddf783467bd372e7f8bed7b59ad22d91b9e45cfcd913231008f343330b2067  pcbasic-15.03.3.tgz

PC-BASIC release 15.03.2

05 Jun 21:12
Compare
Choose a tag to compare
Pre-release

Release 15.03.2 fixes a few annoying bugs:

  • Programs are now saved in the user's home directory on Windows and OS X (on Linux, this already worked correctly).
  • On Windows, single-user and non-administrator installs are now possible.
  • A crash on startup in OS X is fixed.

Since these fixes don't affect the Linux build, the latest version on Linux remains 15.03.1.

PC-BASIC release 15.03.1

05 Jun 21:14
Compare
Choose a tag to compare
Pre-release

This is a critical bugfix to 15.03

PC-BASIC release 15.03

05 Jun 21:15
Compare
Choose a tag to compare
Pre-release

Among other things, this release brings:

  • Packaged installers for Windows and Linux
  • Faster graphics operations, in particular BLOAD and BSAVE
  • Command-line and text modes now work on Windows
  • Much improved documentation, included with the package
  • Many bugfixes and small improvements

PC-BASIC release 14.10.2

05 Jun 21:59
Compare
Choose a tag to compare
Pre-release

Bug fix release 14.10.2 brings, among other things, the following improvements:

  • Fix a number of issues with printing under Windows
  • Enable the AltGr key under Windows. You can now type the backslash on German-language keyboards.
  • Fix incorrect EOF characters in text files written with PRINT#1, WRITE#1
  • Fix a minor issue with formatting of floating point numbers in PRINT USING
    Note that from this version onwards, LPT1: is by default attached to your default printer. If you don't want any printing, use the option --lpt1= with no name specified.

Thanks to everyone who helped find and solve these issues!

PC-BASIC release 14.10.1

05 Jun 22:01
Compare
Choose a tag to compare
Pre-release

Bug-fix release 14.10.1 solves the following issues:

  • Command-line functionality and -h option now work on Windows
  • Copy and Paste now works on OSX
  • Fixed unpredictable behaviour with paths with forward slashes
  • Fixed regression in CIRCLE for zero-length arc sections
  • Implemented GET (a,b)-STEP(c,d)
  • and a few more bug fixes.

Thanks to everyone who reported bugs and sent in fixes!

PC-BASIC release 14.10

05 Jun 22:03
Compare
Choose a tag to compare
Pre-release

A selection of improvements in release 14.10:

  • Support for East Asian DBCS codepages
  • Copy & paste to clipboard on Windows and Linux
  • MDA, Hercules, Olivetti, and monochrome EGA (SCREEN 10) video mode support
  • Better sound
  • Screen border emulation
  • Ability to specify alternative configuration files
  • Zipped packages for easy distribution of BASIC applications
  • Improved command-line interface, including Windows support
  • Support for reading UTF-8 encoded BAS files
  • Support for BAS files with Unix newlines
  • More & better documentation
  • Lots of bug fixes.

Note that many command line options and defaults have changed since release 14.08. Please check info/USAGE or run pcbasic -h for more information.