01-03-2024, 05:45 PM
QB64 Phoenix Edition v3.11.0!
https://github.com/QB64-Phoenix-Edition/...ses/latest
Enhancements
Added _FULLPATH$ to get an absolute or full path name for a specified relative path name.
_DIR$ now works as expected on Linux & macOS.
FILES now works on Linux & macOS.
KILL now supports deleting files on Linux & macOS using wildcards.
Bug Fixes Negative &H, &B, and &O numbers will now evaluate to the correct values.
Type suffixes on numbers will no longer cause CONST to ignore the rest of the expression past the suffix.
Ex. 20& + 1 previously caused the + 1 to be ignored, it now evaluates correctly as 21.
**Full Changelog**: v3.8.0...v3.9.0
https://github.com/QB64-Phoenix-Edition/...ses/latest
Enhancements
- #419 - Filesystem refactor and update - @a740g
Added _FULLPATH$ to get an absolute or full path name for a specified relative path name.
_DIR$ now works as expected on Linux & macOS.
FILES now works on Linux & macOS.
KILL now supports deleting files on Linux & macOS using wildcards.
- #421 - Updated MinGW-GCC to v13.2.0 and LLVM-MinGW to v17.0.6 - @a740g
- #422 - Updated miniaudio to v0.11.21 - @a740g
Bug Fixes Negative &H, &B, and &O numbers will now evaluate to the correct values.
Type suffixes on numbers will no longer cause CONST to ignore the rest of the expression past the suffix.
Ex. 20& + 1 previously caused the + 1 to be ignored, it now evaluates correctly as 21.
**Full Changelog**: v3.8.0...v3.9.0