1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-03 15:10:12 +00:00

Update Changelog [ci-skip]

This commit is contained in:
Fellippe Heitor 2022-03-11 14:27:18 -03:00
parent 242f8747de
commit 00e7fc1ae4

View file

@ -1,10 +1,13 @@
# QB64 development build - Changelog
Upcoming version is currently identified as v2.1, but that number may change before release.
## 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.
- Save Watch Panel position and size.
- Add `$NOPREFIX` support for `$COLOR`.
- Allow changing color of menu panels and dialogs (Options->IDE Colors).
- Add support to different number formats in Watch Panel and Watch List dialog (dec/hex/oct/bin).
<!---
### Windows
@ -24,6 +27,9 @@
- Fix issue with Sub/Function parameters without types after `As`.
- Fix issue with capitalization of array names in `LBound/UBound` calls.
- Fix capitalization of 'To' in `Case` statements.
- Fix indentation issue in disabled precompiler blocks.
- Fix crash when a variable was deleted between `$Debug` sessions.
- Reenables selecting a line by clicking the line number bar when `$Debug` is not used and the `Auto-add $Debug metacommand` feature is disabled.
<!---
### Windows