1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
qb64/CHANGELOG.md
Roland Heyder c48bf6776e Fixed LOC function for files
Will correctly return zero (0) now for just opened but yet untouched files.
2021-10-22 23:51:48 +02:00

29 lines
541 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
- Function `LOC` used on physical files will correctly return zero (0) now for just opened but yet untouched files.
<!---
### Windows
### macOS
### Linux
--->