Hello-IT v1.2.1
This release fix an error in the postinstall package script leading old version installed via old autopkg recipe to say in /Applications.
The way Hello IT manage custom image has been changed too. Now menu bar image is the default behavior (until now it was text title). This mean, if you've a title property set at the root of your preferences, it will use it an ignore the icon.
To use icon, you must remove this key.
Custom icon behavior has changed too, now if you want to use custom icon for Hello IT you MUST deploy them in /Library/Application Support/com.github.ygini.hello-it/CustomStatusBarIcon
with documented name and in PNG file format.
Read https://github.com/ygini/Hello-IT/wiki/Preferences for more info.
Custom icon for menu item support now a imageBaseName
key. The name will represent the name of the image to load located in /Library/Application Support/com.github.ygini.hello-it/CustomImageForItem
, the file MUST be a png one. imagePath
is still supported but imageBaseName
is the only one allowing you to provide different image for dark mode.
Read https://github.com/ygini/Hello-IT/wiki/public.submenu for more info.