From 00e7fc1ae47ca9bcdc73dda70e97cb7eb90e9776 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Fri, 11 Mar 2022 14:27:18 -0300 Subject: [PATCH] Update Changelog [ci-skip] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7faed3a71..de08c16e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).