Skip to content

v3.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 14:38
· 901 commits to main since this release

Bug Fixes

  • #236, #237, #238, #239, #245 - Several improvements made to the dialog functionality introduced in 3.4.0 - @mkilgore
    • Single and double quotes can now be used in any string provided to a dialog.
    • On Windows, the popup from _NotifyPopup will now be associated with the program using the command.
    • On Windows, _InputBox$ no longer spawns a separate process to display the dialog.
    • Previously some strings passed to the dialog functions were not properly escaped before being passed to the underlying dialog provider, those issues have been fixed.
  • #241 - Fixed bug in PAINT when a border color is not provided - @TheJoyfulProgrammer, @mkilgore
    • The broken syntax was PAINT (x, y), tileString$, where the optional border color was left off.
    • That would fill as though you provided zero as the border color, now it correctly fills any pixels matching the initial color at (x, y).
  • #247 - The 'Open' dialog in the IDE now makes use of the system provided Open dialog - @SteveMcNeill, @mkilgore
    • This can be toggled off if necessary via the 'GUI Dialogs' option in the Options menu.
    • The old dialogs may be removed in a future version.
  • #243 - The MinGW version on Windows was updated, it now provides gcc 12.2.0 - @a740g

Full Changelog: v3.4.0...v3.4.1