v3.11.0
Enhancements
- #419 - Filesystem refactor and update - @a740g
- Added _FILES$ to read file and directory names programmatically.
- 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
- #420 - Fixed several CONST issues - @SteveMcNeill
- 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 as21
.
- Ex.
- Negative
Full Changelog: v3.10.0...v3.11.0