Changelog.md 887 字节
Newer Older
V
vit9696 已提交
1 2 3
OpenCore Changelog
==================

4 5 6 7
#### v0.0.3
- Added complete modern platform database (2012+)
- Added `DisableIoMapper` kernel quirk

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

V
vit9696 已提交
24 25
#### v0.0.1
- Initial developer preview release