Skip to content

Tags: TehSatanand/rufus

Tags

b674

Toggle b674's commit message
[loc] fix a typo in Brazilian Portuguese translation

* Closes pbatard#529

b673

Toggle b673's commit message
[loc] update Indonesian translation

b672

Toggle b672's commit message
[misc] fix WDK compilation

* Also ensure that the VHD extension is properly set on proposed dump name

b671

Toggle b671's commit message
[vhd] add cheat mode to save the current device to VHD

* Alt-V = Save to VHD

b670

Toggle b670's commit message
[ui] fix dropdown being populated on ISO selection when no device is …

…present

* Also remove unneeded code in libfat.h
* Also set rufus-next to 2.3

b669

Toggle b669's commit message
[syslinux] add support for 4K sector size

* Also add 4K sector size support in ms-sys

v2.2

Toggle v2.2's commit message
v2.2 (build 668)

* Also fix display of some of the buttons on Windows XP

b667

Toggle b667's commit message
[loc] update Arabic translation to latest

b666

Toggle b666's commit message
[grub] update Grub4DOS to latest

* Closes pbatard#516

b665

Toggle b665's commit message
[core] fix an enumeration issue and add support for ASUS UASP Turbo Mode

* Our detection for a match in the hash table, during USB enumeration, always
  pointed to the first hub when no match was found.
* Also, some USB mass storage devices (ASUS Turbo Mode devices, iPods) may
  have an additional driver inserted, which we now try to handle by looking
  up the grandparent.
* Thanks to NaoDarkness for helping investigate this
* Closes pbatard#513