Skip to content

swiftDialog v2.4.0 Beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bartreardon bartreardon released this 21 Jan 08:35
· 4 commits to dev_2.4.0 since this release

Updates since Beta 2:

  • Fixed an issue introduced in beta 2 where SF symbols were too small when used in list items. #330
  • Added "subtitle" option to listitems. #331
  • Added --resizable as a command line argument so windows can be re-sized by the user.
    • using this option implies --moveable
    • macOS will initiate new windows with whatever the window size was of the previous one. Take this into account when using. (this behaviour may change before release)
  • --windowbuttons enables all buttons by default (the maximise/zoom button is onlt enabled if the window is resizable).
    • individual buttons can be selectively enabled by passing in one or more of close min or max as an argument, e.g, --windowbuttons min will only enable the minimise button
    • the close button now properly quits dialog instead of just closing the window.