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

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