- Fixes Memory Management Issues
- Misc issues mainly introduced in v0.13.2.AA
- Passes 'MyFreePool' pointer params by reference to ensure they can be set to a NULL value
- Fixes HiddenLegacy Handling
- HiddenLegacy tags were not being handled when scanning for bootloaders
- This bug was introduced in v0.13.2.AA (Commit bda56bf)
- Fixes "DisplaySimpleMessage"
- Messages were not actually being displayed
- This bug was introduced in v0.13.2.AA (Commit 183e83e)
- Fixes *.icns Transparency
- The Alpha Channel was defaulting to opaque black
- This bug was introduced in v0.13.2.AA (Commit de49af5)
- Improves Upstream Logging Format and Coverage
- Formatted for better readability and incorporates more key items from the native format
- Improves "ReloadGOP" Implementation
- Generally updated and optimised
- Improves Volume Type Identification
- Optical disc drives identified and assumption for network volumes
- Improves Detection of Previously Set NVRAM Variables
- This helps further reduce unnecessary NVRAM writes
- Adds 'IgnoreVolumeICNS' Feature
- Speeds booting up by not scanning for '.VolumeIcons.icns' files (not typically used)