Changelog.md 2.0 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
- Added Windows Boot Camp switching support
V
vit9696 已提交
22
- Added basic hibernation detection & support
23
- Added `ResetHwSig` ACPI quirk to workaround hibernation
24
- Removed `Custom` subfolder requirement from `ACPI` tables
V
vit9696 已提交
25
- Fixed kext injection in 10.7.x and 10.8.x
V
vit9696 已提交
26
- Added ESP partition type detection to ScanPolicy
27
- Added support for third-party user interfaces
28

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

V
vit9696 已提交
45 46
#### v0.0.1
- Initial developer preview release