Changelog

The format is based on Keep a Changelog.

[2.0.9] - 2022-07-06

Changes

  • Added title bar.

[2.0.8] - 2022-05-26

Changes

  • Updated styling

[2.0.7] - 2022-04-06

Changes

  • Fixes Filepicker delete items dialog.

[2.0.6] - 2022-03-31

Changes

  • Added unittests and created separate widgets and dialogs.

[2.0.5] - 2021-11-01

Changes

  • Added set_value method to programmatically set an options menu value.

[2.0.4] - 2021-11-01

Changes

  • Add method to MessageDialog for updating the message text.

[2.0.3] - 2021-09-07

Changes

  • Makes all dialog windows modal.

  • Option to hide Okay button.

  • Better control of window placement when showing it.

[2.0.2] - 2021-06-29

Changes

  • Binds ENTER key to Okay button, and ESC key to Cancel button.

[2.0.1] - 2021-06-07

Changes

  • More thorough destruction of class instances upon shutdown.

[2.0.0] - 2021-05-05

Changes

  • Update __init__ of the popup dialog to be explicit in supported arguments

  • Renamed click_okay_handler and click_cancel_handler to ok_handler and cancel_handler

  • Added support for Enter and Esc keys.

  • Renamed okay_label to ok_label

[1.0.1] - 2021-02-10

Changes

  • Updated StyleUI handling

[1.0.0] - 2020-10-29

Added

  • Ported OptionsMenu from content browser

  • New OptionsDialog derived from OptionsMenu

[0.1.0] - 2020-09-24

Added

  • Initial commit to master.