1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00
qb64/CHANGELOG.md

35 lines
1 KiB
Markdown
Raw Normal View History

2021-07-13 11:40:20 +00:00
# QB64 development build - Changelog
2021-07-13 10:59:06 +00:00
## New features
### All platforms
2021-10-17 01:49:35 +00:00
- Implement the `_Bin$` function as counterpart to `&B` prefixed number strings. Usage is analog to the legacy OCT$ and HEX$ functions.
2021-10-18 01:40:38 +00:00
- Save Watch Panel position and size.
2021-11-05 04:49:05 +00:00
- Add `$NOPREFIX` support for `$COLOR`.
2021-07-13 10:59:06 +00:00
2021-10-10 02:08:56 +00:00
<!---
2021-07-13 10:59:06 +00:00
### Windows
### macOS
### Linux
--->
## Fixes
### All platforms
- Fix function `LOC` returning wrong values when used on physical files.
2022-01-24 01:18:34 +00:00
- 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`.
2022-02-23 02:52:54 +00:00
- Fix issue with capitalization of array names in `LBound/UBound` calls.
- Fix capitalization of 'To' in `Case` statements.
2021-07-13 10:59:06 +00:00
<!---
2021-07-13 10:59:06 +00:00
### Windows
### macOS
2022-02-13 13:19:43 +00:00
--->
2021-07-13 10:59:06 +00:00
### Linux
2022-02-13 13:19:43 +00:00
- Fix building static libraries when installation path contains spaces.