v1.14
This change is mainly fixes, for both the discovery and UI components, plus a new devicetree
command in the GRUB2 parser.
We now have a proper CHANGELOG
file for more comprehensive version tracking.
Changes in this release:
Added
- GRUB parser: add
devicetree
command, to set boot options' dtb resource.
Fixed
-
GRUB parser: spaces are now trimmed from fields, which may result from
empty-variable expansion -
Fix process exit detection; this resolves an issue where multiple payload
downloads may complete (near-)simultaneously. -
Network device MACs are now displayed in cases where the MAC address info
was received after the initial device detection -
Fix for talloc lifetime bug in the DHCP event handler
-
Fix an issue where the UI would lockup while the countdown runs
-
i18n: zh_CN: better wording for "golden side"
-
Allow missing ID_PATH udev attribute
Thanks to Julian Winkler, Lincoln Ramsay, Nathan Rossi, Reza Arbab, Vincent Legoll and lixg for contributing!
Full Changelog: v1.13...v1.14