Changelog.md 2.1 KB
Newer Older
V
vit9696 已提交
1 2 3
OpenCore Changelog
==================

V
vit9696 已提交
4
#### v0.0.4
V
vit9696 已提交
5 6 7
- Fixed kext injection issues with dummy dependencies
- Fixed kext injection issues with reused vtables
- Fixed Custom SMBIOS table update patches
V
vit9696 已提交
8

9 10 11
#### v0.0.3
- Added complete modern platform database (2012+)
- Added `DisableIoMapper` kernel quirk
12
- Fixed ACPI modification failures with nested multiboot
13 14 15
- Dropped `IgnoreForWindows` quirk legacy
- Added basic AMD Zen CPU support
- Added `Misc` -> `Tools` section to add third-party tools
16
- Added `Kernel` -> `Emulate` section for CPUID patches
17
- Added `CustomSMBIOSGuid` quirk for Custom SMBIOS update mode
18
- Added `PanicNoKextDump` quirk to avoid kext dump in panics
19 20 21 22
- Switched to EDK II stable and reduced image size
- Added `LapicKernelPanic` kernel quirk
- Added `AppleXcpmExtraMsrs` quirk and improved XCPM patches
- Added `(external)` suffix for external drives in boot menu
23
- Added `UsePicker` option, do enable for OC boot management
24
- Added nvram.plist loading for legacy and incompatible platforms
25
- Improved instructions for legacy and Windows installation
V
vit9696 已提交
26
- Added Windows Boot Camp switching support
V
vit9696 已提交
27
- Added basic hibernation detection & support
28
- Added `ResetHwSig` ACPI quirk to workaround hibernation
29
- Removed `Custom` subfolder requirement from `ACPI` tables
V
vit9696 已提交
30
- Fixed kext injection in 10.7.x and 10.8.x
V
vit9696 已提交
31
- Added ESP partition type detection to ScanPolicy
32
- Added support for third-party user interfaces
33

34 35 36
#### v0.0.2
- Documentation improvements (see Differences.pdf)
- Platform information database updates
37
- Fixed misbehaving `Debug` -> `Target` enable bit
38
- Added `ResetLogoStatus` ACPI quirk
39 40
- Added `SpoofVendor` PlatformInfo feature
- Replaced `ExposeBootPath` with `ExposeSensitiveData`
V
vit9696 已提交
41
- Added builtin implementation of Data Hub protocol
42 43
- Dropped `UpdateSMBIOSMode` `Auto` mode in favour of `Create`
- Fixed SMBIOS CPU detection for Xeon and Core models
44
- Moved `ConsoleControl` configuration to `Protocols`
45
- Added `Security` -> `ScanPolicy` preference
46
- Fixed invalid `board-rev` exposure in Data Hub
V
vit9696 已提交
47
- Fixed SMBIOS Type 133 table exposure
48
- Added support for SMBIOS Type 134 table exposure
49

V
vit9696 已提交
50 51
#### v0.0.1
- Initial developer preview release