Skip to content

Releases: jsamr/bootiso

v2.5.0

12 Apr 01:19
Compare
Choose a tag to compare
  • allow loose application/octet-stream mime type by default in ISO files
  • add -s, --strict-mime-check option to disallow loose application/octet-stream mime type in ISO files
  • fix bug #3: Provided file argument starting with -- cause bootiso to hang
  • better handling of erroneous stacked short options

v2.4.2

10 Apr 15:19
Compare
Choose a tag to compare
  • better feedback when mime type check fails

v2.4.1

10 Apr 14:51
Compare
Choose a tag to compare
  • fix test to print spinner if and only if launched from terminal
  • light refactoring
  • return exit code 2 when appropriate (wrong argument)
  • fix a little bug when printing a message during dependency checking

v2.4.0

10 Apr 13:52
Compare
Choose a tag to compare
  • support for -- POSIX end of options flag
  • fix bug where no USB device has been found
  • auto eject device on success only
  • support for stacked options such as -Jbya

v2.3.1

10 Apr 00:29
Compare
Choose a tag to compare
  • fix wrong file redirections

v2.3.0

09 Apr 23:29
Compare
Choose a tag to compare
  • add -l, --list-usb-drives option

v2.2.3

09 Apr 22:45
Compare
Choose a tag to compare
  • when prompting user to select device, list drives which are of type disk according to lsblk instead of using name matching to discard partition and loop devices
  • add a test to assert installed grep version supports perl regular expressions (-P option)

v2.2.2

09 Apr 22:13
Compare
Choose a tag to compare
  • reintroduce rsync which handles symlinks better
  • more robust test to check device is not a partition

v2.2.1

09 Apr 20:37
Compare
Choose a tag to compare
  • change cp options to prevent ownership errors (--no-preserve)
  • when selecting device interactively, only list USB devices with option --no-usb-check off
  • autoselecting USB device when there is exactly one connected drive through USB and --no-usb-check off
  • adding --autoselect, -a option to autoselect in conjunction with -y option
  • better feedback (spinning) during copying
  • fix unused variable (shellcheck)

v2.1.0

09 Apr 14:02
Compare
Choose a tag to compare
  • add a version option