Skip to content

v0.13.2.AG

Compare
Choose a tag to compare
@dakanji dakanji released this 03 Aug 04:16
· 695 commits to GOPFix since this release
  • Adds 'TagHelp' Feature
    • Ensures HiddenTags can always be unhidden
    • This feature is active by default but can be disabled with the "disable_tag_help" token
  • Fixes Banner Flicker During Load Sequence
    • Rationalises freeing the screen background image to reduce flickering at load time
    • Provides improved UX
  • Fixes Filtering of Windows Secure Boot Certificates on Apple Firmware
    • Reverts Extension to Legacy Windows
    • This appeared to be linked to negative impacts on some Macs
  • Fixes 'IgnoreVolumeICNS' and 'HideUI Badges' Implementation
    • Now extended to cover other volume types apart from 'internal' volumes
  • Fixes Handling of "FirmwareBootNum" Entries
    • These were not loaded as expected
  • Fixes Hangs Resulting from Changed Device Handles
    • RefindPlus hung on return from third party tools that change device handles, such as GDisk
    • RefindPlus now manages this situation
  • Fixes Invalid 'Command Line Option Error' Notice on UEFI PC
    • Some UEFI PC appear to spontaneously generate invalid load options
    • These result in a halt and require one or more key presses to proceed
    • This bug was introduced in v0.12.0.AQ (Commit f5c438f)
  • Fixes Booting into Legacy (BIOS) OS on UEFI PC
    • This bug was introduced in v0.13.2.AE (Commit b80f508)
  • Fixes Hang When Selecting SubScreen Options
    • This bug was introduced in v0.13.2.AF (Commit 57280c3)
  • Improves Volume Scanning Implementation
    • Improves speed generally by cutting self volume identification short once identified
    • Fixes Specific Implementation on UEFI PC
  • Improves Tool Path Definitions
    • Extends fixes applied in v0.13.2.AF
  • Improves 'Sync_APFS' Implementation
    • Fixes memory allocation issues with 'PreBoot' volume object separation
  • Improves Mac OS Volume Type Identification on UEFI PC
    • Several Mac OS volume types, such as APFS, are now identified correctly on UEFI PC
    • These were previously "Unknown"
  • Reduces Excessive Tool Validation Loops
    • Tools are now only checked for validity if they actually exist on disk
  • Extends Manual Stanza Handling Fixes
    • Enhancements to "menuentry" sections applied to "submenuentry" sections
  • Adopts Multiple Fixes and Enhancements from a Fork by GitHub User "joevt"
  • Amends 'ActiveCSR' Implementation
    • Now only run when booting into Mac OS, OpenCore or Clover
  • Amends 'ScanDelay' Implementation
    • Now immediately implemented after 'SetupScreen' to allow for improved UX