Skip to content

Tags: md-jamal/rufus

Tags

b843

Toggle b843's commit message
[pki] add both SHA-1 and SHA-256 digital signatures

* "[Grumble] Stupid Microsoft... [Grumble] Couldn't push updated PKI algorithms
   to Windows platforms... [Grumble] Even if their lives depended on it..."

b842

Toggle b842's commit message
[misc] add support for a 'test' release channel

* This gets enabled only for TEST builds
* Also flesh out the sample rufus.ini

b841

Toggle b841's commit message
[ui] fix shutdown prevention issues

* Also minor UI improvements for High DPI
* Part of issue pbatard#676

b840

Toggle b840's commit message
[ui] adaptive height resizing of SHA-256 checksum control

b839

Toggle b839's commit message
[vhd] fix an issue when extracting WIM with 7z

* 7z has a quirk in that one MUST specify the image index
  when a WIM has multiple images, but the same index MUST
  be omitted if there is only one.
* Because of this, Windows 7 Enterprise images reported a
  (nonfatal) extraction error when trying 7z.
* Closes pbatard#680
* Also fix a typo in registry.h

b838

Toggle b838's commit message
[loc] update Dutch translation to latest

b837

Toggle b837's commit message
[loc] update Croatian translation to latest

b836

Toggle b836's commit message
[ms-sys] upgrade ms-sys to v2.5.2

b835

Toggle b835's commit message
[loc] update Slovak translation to latest

b834

Toggle b834's commit message
[ui] add drag and drop support

* This feature is only available for Vista or later
* Closes pbatard#316
* Closes pbatard#668