Skip to content

v3.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 20:05
· 339 commits to main since this release

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
    • Can be used to embed any files (images, sounds, fonts and other assets) into the compiled executable and recall it in the program when needed.
    • Read the respective Wiki pages: $EMBED and EMBEDDED$

Bug Fixes

Full Changelog: v3.9.1...v3.10.0