Changelog.md 1.1 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

13 14 15
#### v0.0.2
- Documentation improvements (see Differences.pdf)
- Platform information database updates
16
- Fixed misbehaving `Debug` -> `Target` enable bit
17
- Added `ResetLogoStatus` ACPI quirk
18 19
- Added `SpoofVendor` PlatformInfo feature
- Replaced `ExposeBootPath` with `ExposeSensitiveData`
V
vit9696 已提交
20
- Added builtin implementation of Data Hub protocol
21 22
- Dropped `UpdateSMBIOSMode` `Auto` mode in favour of `Create`
- Fixed SMBIOS CPU detection for Xeon and Core models
23
- Moved `ConsoleControl` configuration to `Protocols`
24
- Added `Security` -> `ScanPolicy` preference
25
- Fixed invalid `board-rev` exposure in Data Hub
V
vit9696 已提交
26
- Fixed SMBIOS Type 133 table exposure
27
- Added support for SMBIOS Type 134 table exposure
28

V
vit9696 已提交
29 30
#### v0.0.1
- Initial developer preview release