Skip to content

Releases: hjp521/OpenCore-Factory

2021-01-11

11 Jan 16:12
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • Fix MaxBIOSVersion value
  • Docs: Fixed Configuration
  • Update Changelog.md
  • Utilities: Fix session retrieval in macrecovery when verifying MLB (#180)
  • Docs: Fixed Configuration
  • OpenCorePlatform: Add MaxBIOSVersion option to Generic (#179)

2021-01-10

10 Jan 08:09
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • OcStringLib: Add OcAsciiStringNPrintable API
  • Docs: Fix typo

2021-01-09

09 Jan 16:10
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • ocvalidate: Sync README
  • ocvalidate: Do not error on External PickerMode without OpenCanopy

2021-01-08

08 Jan 08:12
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • User: Fix CPUID on non-x86 platforms

2021-01-07

07 Jan 00:09
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • ocvalidate: Move checks for OpenCanopy and PickerMode to unified place
  • ocvalidate: Add checks for OpenCanopy and PickerMode
  • ocvalidate: Only known first byte can be set to ProcessorType.
  • ocvalidate: PickerAudioAssist requires AudioSupport in UEFI->Audio to be enabled.
  • ocvalidate: AudioSupport = YES should require non-empty AudioDevice (and valid device path)
  • Docs: Sync changelog and pdf
  • OpenCanopy: Fix re-entrance initialisation
  • Docs: Document OpenCanopy image dimension constraints
  • Docs: Address OpenCanopy updates
  • OpenCanopy: Fix broken selector click event
  • OpenCanopy: Support variably-sized selector
  • OpenCanopy: Center picker by icons and labels
  • OpenCanopy: Fix inconsistent initialisation issues
  • OpenCanopy: Add scroll buttons for mouse and touch usage
  • OpenCanopy: Do not draw children outside their parent's bounds
  • OpenCanopy: Small optimisations
  • OpenCanopy: Support centred background images
  • OpenCanopy: Support basic keyboard-based scrolling

2021-01-06

06 Jan 08:12
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • Utilities: Code split for ocvalidate (#176)
  • Build: Fix shellcheck
  • Build: Place source and binary ACPI tables in separate folders
  • User: Add EFIUSER_DEBUG constant for DEBUG builds
  • ocvalidate: Fix inverted check for AudioDxe

2021-01-05

05 Jan 00:10
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • Utilities: Sync README
  • Utilities: Fuzzy match for HFS+ filesystem driver in ocvalidate
  • Utilities: Check for ConnectDrivers if HfsPlus or AudioDxe are present in ocvalidate
  • Bump version to 0.6.6

2021-01-04

04 Jan 16:11
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • Docs: Sync changelog
  • Docs: Added ACPI patch (only as example).
  • Utilities: Add check for AuthRestart with code refactoring

2021-01-03

03 Jan 00:09
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • Docs: Provide info on more arguments
  • Platform/OpenUsbKbDxe/EfiKey: cherry pick from edk2 Fix endpoint selection
  • Revert "OpenDuet: Replace custom UsbLegacySupport with EDK II code (#174)"

2021-01-02

02 Jan 00:11
Compare
Choose a tag to compare

Changes

OpenCorePkg

  • OpenCanopy: Implement PickerVariant support
  • OpenCanopy: Fix timeout sound in audio assistant
  • OcAppleKernelLib: Fix assertion when patching AppleImage4
  • OpenCoreAudio: Implement mp3 decoding support
  • OcMp3Lib: Fix naming as MPEG3 is not MP3
  • OcMpeg3Lib: Initial version