1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
qb64/CHANGELOG.md
2022-02-22 23:52:54 -03:00

35 lines
1 KiB
Markdown

# QB64 development build - Changelog
## New features
### All platforms
- Implement the `_Bin$` function as counterpart to `&B` prefixed number strings. Usage is analog to the legacy OCT$ and HEX$ functions.
- Save Watch Panel position and size.
- Add `$NOPREFIX` support for `$COLOR`.
<!---
### Windows
### macOS
### Linux
--->
## Fixes
### All platforms
- Fix function `LOC` returning wrong values when used on physical files.
- Fix glitch in syntax highlighter mistaking variable names with scientific notation.
- Fix Variable List dialog's "Add All" button not properly considering the active filter.
- Fix wiki update feature.
- Fix issue with Sub/Function parameters in `Declare` blocks with `$NoPrefix`.
- Fix issue with Sub/Function parameters without types after `As`.
- Fix issue with capitalization of array names in `LBound/UBound` calls.
- Fix capitalization of 'To' in `Case` statements.
<!---
### Windows
### macOS
--->
### Linux
- Fix building static libraries when installation path contains spaces.