QB64 Phoenix Edition v3.9.0 Released! - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: Chatting and Socializing (https://qb64phoenix.com/forum/forumdisplay.php?fid=11) +--- Forum: Announcements (https://qb64phoenix.com/forum/forumdisplay.php?fid=18) +--- Thread: QB64 Phoenix Edition v3.9.0 Released! (/showthread.php?tid=2063) |
QB64 Phoenix Edition v3.9.0 Released! - a740g - 10-05-2023 QB64 Phoenix Edition v3.9.0! https://github.com/QB64-Phoenix-Edition/QB64pe/releases/tag/v3.9.0 Enhancements
Bug Fixes
**Full Changelog**: v3.8.0...v3.9.0 RE: QB64 Phoenix Edition v3.9.0 Released! - TerryRitchie - 10-05-2023 Awesome! Thanks for the work you put into this guys. Can't wait to check out the new features. I added the announcement to the recent updates in the tutorial. RE: QB64 Phoenix Edition v3.9.0 Released! - a740g - 10-05-2023 (10-05-2023, 06:49 AM)TerryRitchie Wrote: Awesome! Thanks for the work you put into this guys. Can't wait to check out the new features.Thank you, Terry! BTW, your `QB64 Tutorial` site looks slick! RE: QB64 Phoenix Edition v3.9.0 Released! - RhoSigma - 10-05-2023 Thank you @a740g, you once again did a lot of image/sound enhancements for us, the pixel scalers are my favorite addition in this release RE: QB64 Phoenix Edition v3.9.0 Released! - Dav - 10-05-2023 Thanks you all for another update! Cool about the fnt/fon fonts added - I have a bunch of those I’ve made and now I can use them. - Dav RE: QB64 Phoenix Edition v3.9.0 Released! - grymmjack - 10-05-2023 Really awesome! I can't wait to get some more time to try all these great new features! Well done @a740g @rhosigma @smcneill @offbyone et. al. RE: QB64 Phoenix Edition v3.9.0 Released! - mnrvovrfc - 10-05-2023 Thank you for this release. Well, to find out what is this QOA and QOI... RE: QB64 Phoenix Edition v3.9.0 Released! - SMcNeill - 10-05-2023 Quite Okay Audio (Image) https://qoiformat.org https://qoaformat.org RE: QB64 Phoenix Edition v3.9.0 Released! - SpriggsySpriggs - 10-05-2023 I discovered a bug in QB64PE that also existed in 3.8.0. Before reporting the bug, I went ahead and upgraded to 3.9.0. According to the Wiki and help pages, ENVIRON can be used like `ENVIRON "myParamter=myValue"` or `ENVIRON "myParamter myValue"`. On Zorin (Ubuntu based), only the space version works. Nothing is set when using the equals sign version of the syntax. I'm not sure if this bug exists in Windows or not as I haven't yet updated my Windows install. The issue is also present when running 3.9.0 through Wine, so I'd imagine this is happening in Windows as well. It works fine either way in Windows (tested on work PC). Using equals sign syntax: Using space syntax: EDIT: I realize now I probably should have posted this elsewhere. P.S. Congrats on the new release and I look forward to trying more of the new features. RE: QB64 Phoenix Edition v3.9.0 Released! - Dav - 10-05-2023 Using the 32-bit windows version. Getting this message now in 3.9.0 when selecting 'Run Only'. It worked in previous version: MENU ITEM [Run #Only (No EXE) NOT IMPLEMENTED! - Dav |