1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00
QB64-PE/CHANGELOG.md
Kit 72126a1289
Make $NOPREFIX-friendly versions of $COLOR includes (#206)
* Create `$NOPREFIX`-friendly version of `color0.bi`

* Create color32_noprefix.bi

* add conditional for noprefix $color

* oh. it was that easy?

* Update CHANGELOG.md

* Update help files [ci-skip]

Co-authored-by: all-other-usernames-were-taken <74026992+all-other-usernames-were-taken@users.noreply.github.com>
2021-11-05 01:46:28 -03:00

30 lines
537 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.
- Add `$NOPREFIX` support for `$COLOR`
<!---
### Windows
### macOS
### Linux
--->
## Fixes
### All platforms
- Fix function `LOC` returning wrong values when used on physical files.
<!---
### Windows
### macOS
### Linux
--->