Releases: slacka/WoeUSB
WoeUSB v2.5.5
A bunch of documentation and debugging fixes during the preparation of v3.0.0. Enjoy!
WoeUSB v2.5.4
This patch release fixes missing runtime dependency in Debian packaging control data, and also improves the semantic in woeusb(1) manpage.
Enjoy!
WoeUSB v2.5.3
This patch release is similar as v2.5.2, it fixes another string that has the same problem(oops).
Cheers!
WoeUSB v2.5.2
This patch release fixes message that uses deprecated option name
That's all. Enjoy!
WoeUSB v2.5.1
In this release we fixed the manpage to add the missing --workaround-bios-boot-flag
option, also we fixed some issues found by ShellCheck.
Enjoy!
WoeUSB v2.5.0
In this release an optional workaround has been implemented to make buggy BIOSes happy when they think that devices without partition boot flag toggled isn't bootable.
To enable this workaround you need to specify --workaround-bios-boot-flag
in the WoeUSB command-line, the first partition's boot flag will be set after applying this workaround(which partition has the boot flag doesn't matter).
Model: JetFlash Transcend 64GB (scsi)
Disk /dev/sdc: 63.2GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 4194kB 63.2GB 63.2GB primary fat32 **boot**, lba
Enjoy!
WoeUSB v2.4.0
In this release WoeUSB's online help message is rewritten and improved to be more helpful. The message is now fully comply with the Markdown style and can be dumped and viewed in a Markdown viewer with the folloing way(assuming using GNU Bash and a proper Markdown viewer is installed):
woeusb --help > /tmp/woeusb.help.markdown
xdg-open /tmp/woeusb.help.markdown
Enjoy!
WoeUSB v2.3.1
This release fixes a small semantic issue on the ENTER keystroke prompt in Legacy PC booting.
WoeUSB v2.3.0
This release mainly fixes an troubling issue for non-ASCII users that non-ASCII filename in source image will become garbled(mojibake) due to wrong mount options used during mounting target filesystem.
Before:
After:
We also attempt to avoid an issue that will cause GRUB bootloader be uninstalled on host, causing successive boot failure.
Enjoy!
WoeUSB v2.2.2
This release only updates 3rd-party packages information in README