Skip to content

Hello-IT 1.3.2

Compare
Choose a tag to compare
@ygini ygini released this 30 Oct 02:41
· 153 commits to master since this release

This new release include few bugfix and a new localization feature.

All title keys now include a localization capabilities. A title can still be a single non localized string or can also be a dictionary with all supported languages. Key will be locale identifier or language code and the default one is en.

Here is an example.

<key>title</key>
<dict>
	<key>en_GB</key>
	<string>Managed Software Centre</string>
	<key>en</key>
	<string>Managed Software Center</string>
	<key>fr</key>
	<string>Centre de gestion des logiciels</string>
</dict>

As bug fix, this include:

  • argument management in custom scripts
  • reliability of the AD password expiry notification
  • Supporting french as a native locale for Hello IT