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

4 5 6
#### v0.0.3
- Added complete modern platform database (2012+)
- Added `DisableIoMapper` kernel quirk
7
- Fixed ACPI modification failures with nested multiboot
8 9 10
- Dropped `IgnoreForWindows` quirk legacy
- Added basic AMD Zen CPU support
- Added `Misc` -> `Tools` section to add third-party tools
11
- Added `Kernel` -> `Emulate` section for CPUID patches
12
- Added `CustomSMBIOSGuid` quirk for Custom SMBIOS update mode
13
- Added `PanicNoKextDump` quirk to avoid kext dump in panics
14 15 16 17
- 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
18
- Added `UsePicker` option, do enable for OC boot management
19
- Added nvram.plist loading for legacy and incompatible platforms
20
- Improved instructions for legacy and Windows installation
V
vit9696 已提交
21 22
- Added Windows Boot Camp switching support
- Added basic hibernation detection
23
- Added `ResetHwSig` ACPI quirk to workaround hibernation
24

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

V
vit9696 已提交
41 42
#### v0.0.1
- Initial developer preview release