Releases: imagr/imagr
Imagr 1.2.0
This release fixes a long standing bug, largely thanks to the work of @clburlison. Imagr will now bless correctly on 10.11 in all situations - #122 and #150
Imagr 1.1.1
This release includes all of the good stuff introduced with 1.1.0 (listed below) as well as a fix for a regression introduced with regards to file downloads.
New in this release:
file://
URLs are now valid, allowing for self contained Imagr environments to be created (thanks to @clburlison #128)- Colour in the first boot log via LoginLog 1.1 (thanks to @MagerValp #135)
- Background images are now supported without external tools (thanks to @MagerValp #136)
- Imaging tasks now accept a
verify
key to enable or disable ASR verification (thanks to @MagerValp #139)
Fixed in this release:
validateplist
no longer relies on FoundationPlist (thanks to @macmule #130)validateplist
no longer modifies the original plist (thanks to @clburlison #140)validateplist
will check if URLs work (thanks to @MagerValp #141)- Disk image mounting error handling is improved (thanks to @clburlison #146)
Imagr 1.1.0
New in this release:
file://
URLs are now valid, allowing for self contained Imagr environments to be created (thanks to @clburlison #128)- Colour in the first boot log via LoginLog 1.1 (thanks to @MagerValp #135)
- Background images are now supported without external tools (thanks to @MagerValp #136)
- Imaging tasks now accept a
verify
key to enable or disable ASR verification (thanks to @MagerValp #139)
Fixed in this release:
validateplist
no longer relies on FoundationPlist (thanks to @macmule #130)validateplist
no longer modifies the original plist (thanks to @clburlison #140)validateplist
will check if URLs work (thanks to @MagerValp #141)- Disk image mounting error handling is improved (thanks to @clburlison #146)
Imagr 1.0.3
New in this release:
- Localization (keyboard layout, language, locale, timezone) [wiki]
Version 1.0.2
Version 1.0.1
Fixed in this release:
- Fixed an issue when it is impossible to run another workflow when the target volume has been renamed (issue #119)
Imagr 1.0.0
We made it! We've got so much in here that I'm calling Imagr "finished" (as finished as software ever is - there's still lots more we could add).
New in this version:
- Automatically log in if no password is set in the config plist (@rdrake 4196731 wiki)
- Ability to set the default workflow that is selected in the dropdown (@rdrake 5824597 wiki)
- Can specify a workflow to auto run after 30 seconds (@rdrake 4a67d82 wiki)
- It is now possible to define an included workflow by using the output of a script (8df75c5 wiki)
Imagr 0.0.5
New in this version:
- Ability to send HTTP Headers with your requests for flat packages or scripts
<dict>
<key>type</key>
<string>package</string>
<key>url</key>
<string>http://192.168.178.135/MunkiTools.pkg</string>
<key>additional_headers</key>
<array>
<string>Authorization: Basic YWRtaW46c2VjcmV0</string>
<string>X-enrolment-build: production</string>
<string>X-enrolment-site: london</string>
<string>X-enrolment-salgroup: 36</string>
</array>
</dict>
Fixes in this release:
- 10.11 is now the default source for new NBI's in the Makefile (thanks to @clburlison)
Included workflows
The big change in this release is included workflows.
Also new in this release is the ability to send logs to a syslog server (thanks to @niklasskoldmark).