Skip to content

Tags: andyvand/rufus

Tags

b566

Toggle b566's commit message
[misc] set Rufus next to 2.0

* With all the new features being introduced and latest UI changes,
  it's time to up the ante with regards to the major version.

b565

Toggle b565's commit message
[ui] Remove the separate progress dialog

* Closes pbatard#125
* Also provide more intuitive info for bad blocks check
* Also update Bled to latest to enable cancelling

b564

Toggle b564's commit message
[grub] add GRUB 2.0 versioning and enable external core.img download

* Closes pbatard#419
* Also updated Bled to latest

b563

Toggle b563's commit message
[cmp] add decompression support

* Adds .Z, .gz, .lzma, .xz and .bz2 decompression support for DD images
  using the Bled library (https://github.com/pbatard/bled).
* Closes pbatard#269

b562

Toggle b562's commit message
[efi] fix incorrect offset for UEFI:TOGO partition

* Also remove the use of hardcoded value for the size of the UEFI:TOGO
  partition and fix a WDK warning.

b561

Toggle b561's commit message
[vhd] fix VHD detection on localized versions of Windows

* SPDRP_FRIENDLYNAME is localized, so we can't use it.
* Closes pbatard#417

b560

Toggle b560's commit message
[core] enable UEFI NTFS support

* This allows no-sweat UEFI support of Windows installation ISOs
  that contain a >4GB file for instance
* This is done through UEFI:TOGO (https://github.com/pbatard/uefi-togo)
  and the efifs NTFS driver (http://efi.akeo.ie)
* Closes pbatard#414
* This will also be part of our implementation of pbatard#126

b559

Toggle b559's commit message
[misc] add dual UEFI/BIOS cheat mode for Windows

* Suggested by Jacob Boyce

b558

Toggle b558's commit message
[ui] fix progress dialog issues when app is minimized

* Closes pbatard#415

b557

Toggle b557's commit message
[core] add FreeNAS support

* And reverted grub2 to the one from b3947fc (reverts commit 8b47e95)
  since FreeNAS doesn't work with the older one.
  Sorry "Super Grub2 Disk" and other older GRUB2 based tools, but you'll need to
  update the Grub version you use if you want to be compatible with Rufus.
* Closes pbatard#244