v3.10.0
Enhancements
- #392 - Allow single quoted strings in
$VERSIONINFO
. - @a740g - #399 - The IDE waits for release of F5 key before running the program to avoid start of multiple copies of the program. - @SteveMcNeill
- #401 - Add Support for optional paramter for an image handle to
CLS
. - @SteveMcNeill - #404 - Increased the maximum number of possible SUBs/FUNCTIONs in a program from 1000 to 25000. - @SteveMcNeill
- #414, #415 - Implemented
$EMBED
metacommand and_EMBEDDED$
function. - @RhoSigma-QB64
Bug Fixes
- #389 - Internal fixes to use correct math functions from
std::
namespace. - @a740g - #391 - Fixed no sound issue on macOS discussed in this forum posts. - @a740g
- #397, #398 - Fixed several
CONST
issues. - @SteveMcNeill - #405 - Fixed checking for invalid domains in
_ARCSEC
and_ARCCSC
as per the forum posts - #407, #410 - Change IDE save method for better speed on big source files. - @SteveMcNeill
- #412 - Avoid segfault on bogus SVG data pretending to be valid SVG text. - @a740g
Full Changelog: v3.9.1...v3.10.0