Skip to content

Releases: slacka/WoeUSB

WoeUSB v3.1.0

05 Nov 17:43
Compare
Choose a tag to compare

In this version a check is implemented to ensure that the drive is really wiped in --device creation method, this catches the case that some drives that entered "readonly" state due to end-of-lifespan or other problems.

Example output(R.I.P. my Transcend JetFlash 790K test drive):

WoeUSB v3.1.0
==============================
Wiping all existing partition table and filesystem signatures in /dev/sdd...
/dev/sdd: 2 bytes were erased at offset 0x000001fe (dos): 55 aa
/dev/sdd: calling ioctl to re-read partition table: Success
Ensure that /dev/sdd is really wiped...
Error: check_if_the_drive_is_really_wiped: Partition is still detected after wiping all signatures, this indicates that the drive might be locked into readonly mode due to end of lifespan.
The command "return 1" failed with exit status "1", program is prematurely aborted
You may now safely detach the target device

Also the confusing winusb: line <LINENO>: <PID> terminated while true; do sleep 0.05; echo 'pulse'; message has been eliminated.

Enjoy!

WoeUSB v3.0.5

04 Nov 01:35
Compare
Choose a tag to compare
This patch releases fixes an issue in `woeusb` that will trigger 'cirular name reference' error due to improper use of name reference.  Enjoy!

WoeUSB v3.0.4

02 Nov 21:43
Compare
Choose a tag to compare
This patch release mainly fixes several miscatch bug in code.  Enjoy!

WoeUSB v3.0.3

01 Nov 12:10
Compare
Choose a tag to compare

This release mainly fixes several annoying bugs related to GUI:

The pulse function that interacts with the creation process dialog has been refactored in the process, it should be more maintainable by now

Cheers!

WoeUSB v3.0.2

01 Nov 08:25
Compare
Choose a tag to compare

This patch release fixes the bash required version in Debian packaging control data to proper value.

Enjoy!

WoeUSB v3.0.1

01 Nov 08:10
Compare
Choose a tag to compare

This patch release fixes UEFI:NTFS partition detection for --partition creation method and several bugs here and there in the code, and replaces the deprecated term use in woeusbgui(1) manpage

Enjoy!

WoeUSB v3.0.0

01 Nov 01:18
Compare
Choose a tag to compare

This release includes major improvements to WoeUSB.

  • We now support using NTFS filesystem as the target partition's filesystem, thanks to the UEFI:NTFS loader made by Rufus's author.
    • NOTE: By using --device creation method and setting --target-filesystem to NTFS the UEFI:NTFS loader will be downloaded from Rufus's repository on GitHub, internet access is required and you shall be acknowledge with the security concerns of using Rufus's software
    • NOTE: For --partition creation method to support booting, it must be repartitioned to include the UEFI:NTFS partition first
    • NOTE: Unfortunately the UEFI:NTFS loader isn't Secureboot-signed, disable Secureboot during using it is required
    • NOTE: Only available in CLI.
  • Although might not be noticeable, another major refactoring is done in the code, please report any regressions on using this release.
  • We added more status(green) messages to improve our transparency of the underlying building process
    _373

Also some compatibility breaking change is made, thus the bumping of the major version :

  • --format and --install legacy option has now been obsoleted

Cheers!

WoeUSB v2.6.1

30 Oct 19:12
Compare
Choose a tag to compare

This is a patch release to fix a potential problem detected by ShellCheck.

WoeUSB v2.6.0

30 Oct 19:12
Compare
Choose a tag to compare
  • Started from this release, legacy PC booting will not show any messages or prompt before chainloading Windows bootloader, just like native UEFI booting for an aligned experience
  • woeusb learned --version commandline option for better debugging experience
  • Several fixes to manpages, help message and other corners.

Enjoy!

WoeUSB v2.5.6

30 Oct 17:18
Compare
Choose a tag to compare

This patch release fixes wrong or missing short option names. Enjoy!