1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 22:35:14 +00:00
qb64/CHANGELOG.md
2021-10-27 11:13:23 -03:00

29 lines
498 B
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.
- Add "Check For Newer Version" option in the Help menu.
- Save Watch Panel position and size.
<!---
### Windows
### macOS
### Linux
--->
## Fixes
### All platforms
- Fix function `LOC` returning wrong values when used on physical files.
<!---
### Windows
### macOS
### Linux
--->