X-Git-Url: https://code.delx.au/refind/blobdiff_plain/51e10ca14578f3120723c0f72028b5cc46a982cb..83d9696df1452690a2a7cb2c17208feaee3e411f:/NEWS.txt diff --git a/NEWS.txt b/NEWS.txt index a4b5d8b..a493913 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,6 +1,36 @@ -0.6.6 (?/??/2013): +0.6.7 (?/??/2013): ------------------ +- Fixed bug that caused rEFInd to present an entry for itself as a + Microsoft OS if it was launched as EFI/Microsoft/Boot/bootmgfw.efi. + +- Fixed bug that caused dont_scan_volumes option to be added to + also_scan_dirst list. + +- Fixed dont_scan_volumes so that it works with OS X boot loaders. + +- Fixed broken mixing of PNG and ICNS icons when using a user-specified + icons directory -- previously, an ICNS file in the default directory + would override a PNG file in the user-specified directory. + +0.6.6 (1/26/2013): +------------------ + +- rEFInd now ignores the fallback boot loader (EFI/BOOT/bootx64.efi or + EFI/BOOT/bootia32.efi) if it's identical to another boot loader on + the same volume. This is intended to help unclutter the display on + systems that run Windows, since Windows tends to duplicate its own boot + loader under the fallback name. + +- Added new "font" token to refind.conf, which enables specifying a font in + the form of a PNG file. This file must contain monospace glyphs for the + 95 characters from ASCII 32 to 126 (space through tilde), inclusive, plus + a glyph to be displayed for characters outside of this range, for a total + of 96 glyphs. + +- Replaced the old font (inherited from rEFInd) with an anti-aliased + version of Luxi Mono Regular 14 point. + - Fixed bug that caused rEFInd to ignore manual boot stanzas in files included via the "include" token in refind.conf.