Skip to content

Releases: slacka/WoeUSB

WoeUSB v2.5.5

30 Oct 17:18
Compare
Choose a tag to compare

A bunch of documentation and debugging fixes during the preparation of v3.0.0. Enjoy!

WoeUSB v2.5.4

30 Oct 08:44
Compare
Choose a tag to compare

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

28 Oct 19:02
Compare
Choose a tag to compare

This patch release is similar as v2.5.2, it fixes another string that has the same problem(oops).

Cheers!

WoeUSB v2.5.2

28 Oct 18:52
Compare
Choose a tag to compare

This patch release fixes message that uses deprecated option name

That's all. Enjoy!

WoeUSB v2.5.1

28 Oct 01:38
Compare
Choose a tag to compare

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

28 Oct 01:14
Compare
Choose a tag to compare

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

28 Oct 00:36
Compare
Choose a tag to compare

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

Feature Demonstration Screenshot

Enjoy!

WoeUSB v2.3.1

26 Oct 19:14
Compare
Choose a tag to compare

This release fixes a small semantic issue on the ENTER keystroke prompt in Legacy PC booting.

WoeUSB v2.3.0

26 Oct 16:55
Compare
Choose a tag to compare

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:

bug reproducing screenshot

After:

bug fixed screenshot

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

08 Oct 14:07
Compare
Choose a tag to compare
This release only updates 3rd-party packages information in README