Skip to content

Tags: andyvand/rufus

Tags

b556

Toggle b556's commit message
[loc] improve Traditional Chinese translation

* Closes pbatard#413

b555

Toggle b555's commit message
[misc] update MinGW build chain for msys2

* Use autoconf and automake 1.14
* reinstate parallel build flags
* Also fix MinGW warnings and errors

b554

Toggle b554's commit message
[core] fix write error when using non sector aligned DD images

* Closes pbatard#410

b553

Toggle b553's commit message
[vhd] fix VHD detection on Windows 7

* Revert to using strstr
* Also fix a potential issue with GetTextExtentPoint

b552

Toggle b552's commit message
[ui] more UI improvements

* Automatically position the advanced button
* Improve UI display for some locales
* Small Windows 7 improvements

b551

Toggle b551's commit message
[internal] enable ALPHA/BETA from configure

* Pass --enable-alpha or --enable-beta to configure/_release.sh

b550

Toggle b550's commit message
[core] add support for additional VHD drivers

* Closes pbatard#407

b549

Toggle b549's commit message
[loc] update translations for 1.5.0 UI

b548

Toggle b548's commit message
[core] fix a crash when an image is selected with no target device

* Closes pbatard#405

b547

Toggle b547's commit message
[iso] fix sanitization of paths during ISO during extraction

* Also add sanitization for Syslinux downloaded content
* Also factorize printout of extracted file
* Closes pbatard#397