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

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

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