diff --git a/ChangeLog.txt b/ChangeLog.txt index 8c594bd2..f4324a11 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,15 @@ +o Version 3.15 (2021.08.??) + Update GRUB to version 2.06 + Add support for .vtsi files (Ventoy Sparse Image) + Move default app directory to %LocalAppData%\Rufus\ and always save a log there on exit + Fix AppStore version of Rufus not being able to store downloaded files + Fix failure to open Syslinux/GRUB files when Rufus is located at the root of a drive + Prevent the creation of 'System Volume Information' on ESPs written in DD mode + Prevent drive letter assignation to the UEFI:NTFS partition + Prevent persistent partition creation errors due to size + Enhance safety checks before running the Fido ISO download script + Other internal fixes and improvements + o Version 3.14 (2021.04.30) Improve DD write speed (uncompressed images only) Improve checksum computation speed diff --git a/res/appstore/Package.appxmanifest b/res/appstore/Package.appxmanifest index 27d85c4c..a2a4c7f5 100644 --- a/res/appstore/Package.appxmanifest +++ b/res/appstore/Package.appxmanifest @@ -11,7 +11,7 @@ + Version="3.15.1806.0" /> Rufus diff --git a/src/rufus.rc b/src/rufus.rc index c19a46b5..7c04c50e 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 232, 326 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_ACCEPTFILES -CAPTION "Rufus 3.15.1805" +CAPTION "Rufus 3.15.1806" FONT 9, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP @@ -395,8 +395,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,15,1805,0 - PRODUCTVERSION 3,15,1805,0 + FILEVERSION 3,15,1806,0 + PRODUCTVERSION 3,15,1806,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -414,13 +414,13 @@ BEGIN VALUE "Comments", "https://rufus.ie" VALUE "CompanyName", "Akeo Consulting" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "3.15.1805" + VALUE "FileVersion", "3.15.1806" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2021 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html" VALUE "OriginalFilename", "rufus-3.15.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "3.15.1805" + VALUE "ProductVersion", "3.15.1806" END END BLOCK "VarFileInfo"