1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 18:20:37 +00:00

Update changelog [ci-skip]

This commit is contained in:
FellippeHeitor 2022-01-18 21:49:57 -03:00
parent c69160584b
commit afcf38574d

View file

@ -3,9 +3,10 @@
## 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.
- Add `$NOPREFIX` support for `$COLOR`.
- 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.
<!---
### Windows