v3.13.0
Enhancements
- #478, #484 - Added support for _NEGATE, _ANDALSO, & _ORELSE Boolean operators. - @a740g, @mkilgore
- #468 - Added support for _MOUSEWHEEL on macOS. - @a740g
- #475 - Added support for _CLIPBOARDIMAGE on macOS & Linux. - @a740g
Bug Fixes
- #468 - Fixed
_MOUSEMOVEMENTx
behavior on macOS. - @a740g - #470 - Fixed an issue where the IDE would lock up if the source code had too many
DATA
statements on macOS. - @a740g - #473 - Fixed the "Export As" menu state in the IDE. - @RhoSigma-QB64
- #474 - Fixed the GLUT thread to redraw at an accurate 60 FPS. - @mkilgore
- #476 - Fixed an issue on Windows where special keys were monitored even when the window was not in focus. - @a740g
- #477 - Fixed the IDE to open the GUI file dialog when
Ctrl+S
was pressed and GUI Dialogs were enabled. - @a740g - #480, #487 - Fixed mono-mode font rendering and quality issues, and corrected font width calculations when loading monospaced fonts. - @a740g
- #481 - Fixed an issue that would cause LLVM-MinGW to incorrectly generate Windows GUI applications when
$CONSOLE
was used. - @a740g - #484 - Fixed macOS startup script bugs. - @tothebin
- #485 - Fixed various wiki issues. - @RhoSigma-QB64
- #486 - Fixed an issue where the IDE was reporting an incorrect error. - @SteveMcNeill
Other Fixes
Full Changelog: v3.12.0...v3.13.0