Skip to content

v0.11

Latest
Compare
Choose a tag to compare
@BlueM BlueM released this 29 Dec 18:00
· 13 commits to master since this release

Version 0.11, released 2018-05-27. Compatible with OS X / macOS 10.9 or higher.

Compiled as x86_64 binary.

Changes:

  • Pashua is now Open Source, licensed under the 3-clause BSD license.
  • Option -e has been deprecated for some time as is now removed. If this option is used, a warning will be written to stderr, but apart from that, the option does not have any effect. Note: in some cases (notably: passing a non-UTF8 dialog configuration via stdin) this can cause an error.
  • The image element got new attributes to set an exact size: width and height (while up to now, it was only possible to set maxwidth and maxheight). While by default the image will not be upscaled if it is smaller than the defined size, this can be achieved by setting upscale = 1.
  • Modernized icon
  • Changed: When using an openbrowser element which currently holds the path to a folder and the button for choosing an item is used, in previous versions the subsequent dialog displayed the parent folder of the selected folder, without pre-selecting the folder. This behavior was introduced intentionally years ago with regard to choosing bundles, but no longer seems useful to me. The new behavior is: if the selected value is a directory, the dialog shows the content of the directory, so if you hit the “OK” button without choosing anything else, the openbrowser’s value will remain unchanged.
  • Fixed display glitch regarding focus ring around buttons.
  • Combo boxes: using the new rows property, you can control the number of visible items.
  • The minimum supported OS X version is now 10.9 (previously: 10.6)