# 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. ## Fixes ### All platforms - Function `LOC` used on physical files will correctly return zero (0) now for just opened but yet untouched files.