Skip to content

v3.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 04:00
· 1059 commits to main since this release

Enhancements

  • #21, #164 - The $Unstable command was added - @mkilgore
    • $Unstable allows usage of language features that are not yet finalized.
    • Features hidden behind $Unstable may have breaking change in new releases, unlike regular parts of the language which do not have breaking changes in new releases.
  • #115, #164 - Added MIDI support to _SNDOPEN - @a740g, @mkilgore
    • MIDI support is current unstable, and hidden behind $Unstable:Midi.
    • MIDI is enabled by using the $MidiSoundFont metacommand to specify a soundfont for playing MIDI files.
    • The selected soundfont is compiled into your program, so the file does not need to be present at runtime.
  • #162, #164 - Compiler settings can be supplied on the command line - @mkilgore
    • QB64-PE now accepts the -f flag for supplying settings accessible in the Compiler Settings menu.
    • Settings are only applied for that run of QB64-PE (they do not modify the preserved IDE settings)
    • Using -f with no flag will print all of the available options.

Bug Fixes

  • #161 - Fixed _MOUSEMOVE when window is resized - @mkilgore
  • #165 - Fixed compiling source files that have a ' in their name - @mkilgore
  • #169, #171 - Fixed _SNDOPEN to return zero on failures. - @a740g
  • #170, #171 - Fixed PLAY "MB" so that it also causes SOUND commands to play in the background - @a740g

Full Changelog: v3.1.0...v3.2.0