Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.96 KB

File metadata and controls

44 lines (34 loc) · 1.96 KB

v0.3.0

v0.2.1

  • Improve Dialogs.getDefaultOwner() logic #60

v0.2.0

  • Update gradle, version #48
  • FXUtils commands to get stages #47
  • Convert to kotlin #49
  • Make the use of country codes optional #50
  • Fix publishing #51
  • Update version #52
  • Improve file chooser behavior #53

v0.1.7

  • Improve screen choice for input display #44

v0.1.6

  • Allow default directory to be set when prompting for a file with FileChoosers (#40)

v0.1.5

  • Improve behavior of FXUtils.installSelectAllOrNoneMenu (qupath/qupath#1498)
  • New FXUtils.addCloseWindowShortcuts methods to enable closing windows from the keyboard
  • Improve error notifications when there is no associated text

v0.1.4

  • Make yes/no/cancel dialog non-resizable, for consistency (#26)
  • Don't set file/directory chooser initial directory if it doesn't exist

v0.1.3

  • Support prompt text for preferences using text fields or combo boxes
    • Use 'key + .prompt' within resource bundles

v0.1.2

  • Support File preferences (not only directories)

v0.1.1

  • Don't require annotated property Prefs to be accessible
    • This enables preferences to be stored in private fields

v0.1.0

  • Initial release