- Added bash function check to the
installandhealth-checksubcommands. The nrfutil completion system does not work without the bash-completions system being installed and sourced correctly. Nownrfutil completion installwill check the for the_get_comp_words_by_refbash function in a shell process launched withbash -iand error if it is not found. - Added bash version check to the
installandhealth-checksubcommands. The nrfutil completion system does not work with bash version 3 which is the system version on MacOS. Nownrfutil completion installwill check the$BASH_VERSIONenvironment variable and warn if the major version is less than 5. - Add
--no-checksflag toinstallcommand to disable shell checks so that the user can get to the installation information regardless of the state of their shell. - Added support for
--changelogand--changelog-fullflags. Where--changelogwill print out the latest changelog entry corresponding to the current version and--changelog-fullwill print out the full changelog.