1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00
QB64-PE/CHANGELOG.md

31 lines
657 B
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`.
2022-01-19 00:49:57 +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.
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.
2021-07-13 10:59:06 +00:00
<!---
2021-07-13 10:59:06 +00:00
### Windows
### macOS
### Linux
2021-10-10 02:08:56 +00:00
--->