mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
v1.4.1 (build 348)
This commit is contained in:
parent
e0fb91cabb
commit
77234442f7
4 changed files with 41 additions and 16 deletions
|
@ -1,3 +1,7 @@
|
|||
o Version 1.4.1 (2013.12.05) [BUGFIX RELEASE]
|
||||
Fix broken Syslinux support (reported by ank91)
|
||||
Add Slovenian support, courtesy of Matej Horvat
|
||||
|
||||
o Version 1.4.0 (2013.12.02)
|
||||
Add localization support, with native integration for the following languages:
|
||||
- Chinese (Traditional), courtesy of 佚
|
||||
|
@ -23,6 +27,7 @@ o Version 1.4.0 (2013.12.02)
|
|||
Fixed FAT32 formatting for large and GPT disks
|
||||
Fixed support for Ubuntu, Scientific Linux, unofficial Windows and other ISOs
|
||||
Various other fixes and improvements
|
||||
|
||||
o Version 1.3.4 (2013.07.15)
|
||||
Syslinux v5 support (NEW)
|
||||
UDF formatting support (NEW - Vista and later only)
|
||||
|
@ -32,6 +37,7 @@ o Version 1.3.4 (2013.07.15)
|
|||
Fixed download of c32 files into the application directory
|
||||
Better compression algorithm for the executable
|
||||
Other bug fixes and improvements (spelling, UI, etc.)
|
||||
|
||||
o Version 1.3.3 (2013.06.10)
|
||||
Drive handling and hotplug detection overhaul
|
||||
Add support for raw/unpartitioned drives
|
||||
|
@ -40,6 +46,7 @@ o Version 1.3.3 (2013.06.10)
|
|||
Fix broken detection of unsupported ISO images
|
||||
Don't assume C: to be the drive letter for DOS
|
||||
Various other fixes and improvements
|
||||
|
||||
o Version 1.3.2 (2013.01.27)
|
||||
Fix support for newer ArchLinux ISOs, that was removed in 1.3.1
|
||||
Add support for UEFI boot, as well as GPT. What this means is that Rufus can
|
||||
|
@ -47,11 +54,13 @@ o Version 1.3.2 (2013.01.27)
|
|||
Windows 8, ArchLinux, etc.
|
||||
The first partition is now always aligned to 1MB (unless advanced options are used)
|
||||
Internal refactoring and fixes
|
||||
|
||||
o Version 1.3.1 (2013.01.09)
|
||||
Fix Windows XP ISO support, that was broken in 1.3.0
|
||||
Drop support for newer ArchLinux ISOs - this will be fixed in 1.3.2
|
||||
Indicate which of FAT32 or Large FAT32 will be used as well as Partition Scheme
|
||||
Various internal fixes
|
||||
|
||||
o Version 1.3.0 (2012.12.16)
|
||||
FAT32 format support for >32GB drives
|
||||
Based on fat32format from Ridgecrop Consultants Ltd:
|
||||
|
@ -61,6 +70,7 @@ o Version 1.3.0 (2012.12.16)
|
|||
Add support for VMWare ESXi 5.1 ISO images
|
||||
Update Syslinux to v4.0.6 and libcdio to v0.90
|
||||
Miscellaneous UI improvements and fixes
|
||||
|
||||
o Version 1.2.0 (2012.06.04)
|
||||
Single version of Rufus, that includes FreeDOS support always
|
||||
Add a toggleable advanced options panel
|
||||
|
@ -70,50 +80,65 @@ o Version 1.2.0 (2012.06.04)
|
|||
Fixes unavailable boot option when an empty card reader is plugged (reported by TheHive)
|
||||
Works around the use of non-ISO compliant LiveXP images (reported by TheHive)
|
||||
Various other bugfixes and improvements
|
||||
|
||||
o Version 1.1.7 (2012.04.06):
|
||||
Fixes wrong bootable disk ID introduced in 1.1.6 (reported by Jeff Byers)
|
||||
Fixes support for minint WinPE 1.x images
|
||||
|
||||
o Version 1.1.6 (2012.03.27):
|
||||
Add ISO support for Windows XP (SP2 or later), Windows 2003 and BartPE
|
||||
|
||||
o Version 1.1.5 (2012.03.12):
|
||||
Fixes detection of devices without friendly name (reported by rschiang)
|
||||
Fixes support of WinPE/AIK ISO images (reported by Dmitry Sokolov)
|
||||
Fixes no disk at launch with empty card readers (reported by ChrisR
|
||||
Add download of vesamenu.c32 for ISOs that need it
|
||||
|
||||
o Version 1.1.4 (2012.03.03):
|
||||
Fixes ISO support for directories with extended characters (reported by ChrisR)
|
||||
Fixes bad blocks test issues (reported by steve6375)
|
||||
Read extended labels from autorun.inf when present
|
||||
Update FreeDOS files to latest versions
|
||||
|
||||
o Version 1.1.3 (2012.02.24):
|
||||
Fixes an issue on XP when using Windows ISOs (reported by wimb)
|
||||
Disable listing of fixed drives (eg. HDDs)
|
||||
Add 'fake' USB drive detection during bad blocks check
|
||||
|
||||
o Version 1.1.2 (2012.02.22):
|
||||
Fixes ISO support for Fedora, openSUSE and Hiren's Boot CD
|
||||
Add icon and extended/international label support
|
||||
|
||||
o Version 1.1.1 (2012.02.16):
|
||||
ISO image support (syslinux) - targeted at Linux installation ISOs
|
||||
ISO fixes and UI improvements
|
||||
|
||||
o Version 1.1.0 Beta (2012.02.08):
|
||||
ISO image support (NTFS, bootmgr only - targeted at Windows installation ISOs)
|
||||
|
||||
o Version 1.0.7 (2012.02.02):
|
||||
Fixes a detection issue on platforms with multiple optical drives (with thanks to ElGaton)
|
||||
Add number of passes for bad blocks check
|
||||
Improved locale selection for FreeDOS
|
||||
|
||||
o Version 1.0.6 (2012.01.03):
|
||||
Log report when bad blocks are found
|
||||
|
||||
o Version 1.0.5 (2011.12.25):
|
||||
Keyboard layout detection & support
|
||||
|
||||
o Version 1.0.4 (2011.12.16):
|
||||
FreeDOS support
|
||||
|
||||
o Version 1.0.3 (2011.12.12):
|
||||
First public release
|
||||
Progress status improvements
|
||||
Filtering of invalid cluster sizes
|
||||
Disable Autoplay on Vista and later while the application is running
|
||||
|
||||
o Version 1.0.2 (2011.12.06):
|
||||
Beta release
|
||||
Support for bad blocks check
|
||||
|
||||
o Version 1.0.1 (2011.12.04):
|
||||
Alpha release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue