Changelog.md 2.0 KB
Newer Older
V
vit9696 已提交
1 2 3
OpenCore Changelog
==================

V
vit9696 已提交
4 5
#### v0.0.4

6 7 8
#### v0.0.3
- Added complete modern platform database (2012+)
- Added `DisableIoMapper` kernel quirk
9
- Fixed ACPI modification failures with nested multiboot
10 11 12
- Dropped `IgnoreForWindows` quirk legacy
- Added basic AMD Zen CPU support
- Added `Misc` -> `Tools` section to add third-party tools
13
- Added `Kernel` -> `Emulate` section for CPUID patches
14
- Added `CustomSMBIOSGuid` quirk for Custom SMBIOS update mode
15
- Added `PanicNoKextDump` quirk to avoid kext dump in panics
16 17 18 19
- 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
20
- Added `UsePicker` option, do enable for OC boot management
21
- Added nvram.plist loading for legacy and incompatible platforms
22
- Improved instructions for legacy and Windows installation
V
vit9696 已提交
23
- Added Windows Boot Camp switching support
V
vit9696 已提交
24
- Added basic hibernation detection & support
25
- Added `ResetHwSig` ACPI quirk to workaround hibernation
26
- Removed `Custom` subfolder requirement from `ACPI` tables
V
vit9696 已提交
27
- Fixed kext injection in 10.7.x and 10.8.x
V
vit9696 已提交
28
- Added ESP partition type detection to ScanPolicy
29
- Added support for third-party user interfaces
30

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

V
vit9696 已提交
47 48
#### v0.0.1
- Initial developer preview release