Release v0.7.1 - QB64 Phoenix Edition/QB64pe (github.com)
Release v0.6.0 Notes
Release v0.5.0 Notes
Another step forward in making our first version "1.0" as the new team working on QB64. This release (version 0.5) now:
Click on the big title above to go directly to the release page and grab yourself a copy of the latest version for all your QB64 needs!
- If a .bas file had a space in the name, it would not compile properly.
- When multiple instances of the IDE were used, the second instance would not always recompile the program after changes are made.
- The symbol file was fixed to work correctly even when the EXE variable provided to the Makefile includes a path.
- The version number was fixed to correctly reflect the release version.
- Fix to windows setup_win.bat cleaning up the mingw compilers after installation.
- Fix to IDE freeze occurring due to invalid line endings coming from git.
- Fix to Run Only not deleting the temporary executable on some distros of Linux.
- Fix to _DESKTOPWIDTH and _DESKTOPHEIGHT. They no longer require a valid window handle to generate a proper response.
- IDE wiki parser has been enhanced and replaced for more versatile and professional looking pages inside Help.
- Creation of a new MakeFile system.
Release v0.6.0 Notes
- Add "Run Only" option to IDE menu.
- Swap out PNG library for modern version -- we now load PNG files about 30% faster.
- Fix to page width with variable width fonts.
- _Bin$ added to the language. (see wiki for more information)
- Removed/Replaced several more links which were pointing to the old qb64.org sites and forums.
- Using the number-based $VERSIONINFO flags will now also set the string versions of those flags, if values for them are not provided.
Release v0.5.0 Notes
Another step forward in making our first version "1.0" as the new team working on QB64. This release (version 0.5) now:
- Has swapped out the mingw compilers to updated versions for Windows users.
- Reduced the size of the repo considerably for those who wish to download direct and setup QB64 manually, for whatever reason.
- Prepacked Linux and max versions of QB64, which come in at less than 10MB each now.
- We've swapped out all the references to the now defunct .net and .org sites that we could find, and replaced them to proper, working links which now connect to our new wiki, forum, and all at qb64phoenix.com.
- $Color:0 and $Color:32 has now been tweaked to work with $NoPrefix. Color names will remain the same in all cases, if $Color is used without $NoPrefix. When $Color is used in conjunction with $NoPrefix, the colors of Red, Green, and Blue which would normally conflict with the now underscoreless commands of _Red, _Green, _Blue, have been altered to have NP_appended to them (for No Prefix). Example: Color NP_Red, Orange for a red on orange color.
Click on the big title above to go directly to the release page and grab yourself a copy of the latest version for all your QB64 needs!