Skip to content

v0.13.3.AA

Compare
Choose a tag to compare
@dakanji dakanji released this 07 Jun 11:06
· 175 commits to GOPFix since this release
  • Synced with Upstream v0.13.3
  • Adds EnableMacosFilter Feature
    • This feature is active by default and activates the ProtectNVRAM feature, if enabled, on MacOS boots
    • The ProtectNVRAM feature, if enabled, is activated for other applicable OS types regardless
    • The EnableMacosFilter feature can be disabled using a new decline_macos_filter configuration token
  • Adds DisableNvramPanicLog Feature
    • Sets a MacOS nvram_paniclog=0 boot argument to disable kernel panic logging to NVRAM
    • Replaces the PanicFilter feature which has been removed
  • Adds NvramVariableLimit Feature
    • Filters NVRAM variable write attempts
    • Variables larger than a specified size are discarded
    • This is activated by a new nvram_variable_limit configuration token
  • Adds DecoupleKeyF10 Feature
    • Unlinks the F10 key from the built in screenshot feature
    • Allows the use of 3rd party screenshot tools that also map the F10 key
    • The \ (forward slash) key remains linked to the built in screenshot feature
    • This is activated by a new decouple_key_f10 configuration token
  • Fixes DisableAMFI Feature
    • The feature had been disabled under some circumstances
    • This bug was introduced in v0.13.2.AP (Commit 8705fdb)
  • Improves HandleSignedInt Function
    • Ensures the function always returns a negative value when required
  • Improves FindMenuShortcutEntry Function
    • Now initially tries a exact match of the stored string against available entries
    • A match against substrings is only tried if an exact match is not found
  • Improves Pointer Device Handling
  • Renames Misc Configuration Tokens
    • decline_nvramprotect to decline_nvram_protect
    • decline_uefiemulate to decline_uefi_emulate
    • decline_espfilter to decline_esp_filter
    • decline_apfsload to decline_apfs_load
    • decline_apfsmute to decline_apfs_mute
    • decline_apfssync to decline_apfs_sync
    • decline_nvmeload to decline_nvme_load
    • decline_tagshelp to decline_tags_help
    • decline_texthelp to decline_text_help
    • decline_applefb to decline_apple_fb