Skip to content

v3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 02:11
· 1007 commits to main since this release

Enhancements

  • #201 - Source files provided on the command line can now be relative to the current working directory - @DualBrain, @mkilgore
    • The executable name specified by -o is always relative to the location of the source file.
    • The previous behavior of specifying the source file relative to the location of QB64-PE still works.
  • #145, #204 - QB64-PE can now generate a ".license.txt" file beside your program - @mkilgore
    • This file contains the text of all the software licenses that apply to your program based on the dependencies you are using. You can then distribute the license file alongside your program to meet the requirements of those licenses.
    • The file can be generated either via a toggle option in the Run menu, or via the new -f:GenerateLicenseFile=[true/false] command line option.
  • #185, #208 - _SNDPLAYCOPY now takes x, y, and z parameters to change the balance of the copied sound - @a740g

Bug Fixes

Full Changelog: v3.2.1...v3.3.0