Beta 2 moves the project to a state where it runs properly, though issues may still lie dormant in both the program and the documentation.
Fixes
- Polyphonic sound has been corrected.
- The
REF()command — passing arrays to subroutines by reference — has been corrected. - The Edit and Output windows are pinned to a light scheme so code and text stay readable on desktops using a dark OS theme. (Beta 3 replaces this with a proper theme setting.)
A macOS build for Intel
Alongside the Apple Silicon build, there is now a macOS build for Intel machines. It requires macOS 15 (Sequoia).
Relicensed to GPL v3 or later
The project has moved from GPL version 2 to GPL version 3 or later. The original GPLv2 headers all carried the “or (at your option) any later version” clause, which permits the upgrade, and every original copyright holder and year has been preserved. license.txt now holds the full GPLv3 text. The bundled md5 (RSA Data Security) and LineNumberArea (Qt example, BSD) files keep their own compatible licenses.
New examples
SoundStatementDemo.kbsin Examples/Sound_Speech, demonstrating theSOUNDstatements.ImageStatementDemo.kbsin Examples/Image, demonstrating theIMAGEstatements.