All the additional of previous beta release quirks and features with the following extra bits:
- Installer should handle the upgrade process from earlier versions to 2.3. Since the bundle id has changed this can cause macOS installer to not install directly into place.
<br>
can be used in--message
as well as in the command file for creating a line break. Equates to\n
to ensure a break is created (e.g.Line 1<br>Line 2
)--image
and--message
can be used together. Images are displayed prior to the message (no UI element ordering at this stage) #194- Added
--helpalignment
argument. Same as--messagealignment
but only affects the help message. This means message and help alignments are no longer linked #291 - Spacing between icon and message area is now proportional to the icon size. Smaller icon, smaller space.
Pull request created #293