10-11-2022, 02:24 AM
QB64 Phoenix Edition v3.3.0!
https://github.com/QB64-Phoenix-Edition/...tag/v3.3.0
Enhancements
Bug Fixes
Full Changelog: https://github.com/QB64-Phoenix-Edition/...1...v3.3.0
https://github.com/QB64-Phoenix-Edition/...tag/v3.3.0
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.
- The executable name specified by -o is always relative to the location of the source file.
- #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.
- 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.
- #185, #208 -
_SNDPLAYCOPY
now takesx
,y
, andz
parameters to change the balance of the copied sound - @a740g
Bug Fixes
- #177, #197 - Using undeclared variables in a CONST expression now properly gives an error - @mkilgore
- #194, #195, #197 - _BLUE and _RGBA now work in CONST expressions - @mkilgore
- #202 - Fixed
String * n
andBit * n
types when used with Static arrays - @DualBrain, @mkilgore
- #199, #203 - Fixed the command line options listed in manpage - @mkilgore
Full Changelog: https://github.com/QB64-Phoenix-Edition/...1...v3.3.0