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

V
vit9696 已提交
4
#### v0.0.4
V
vit9696 已提交
5 6 7
- Fixed kext injection issues with dummy dependencies
- Fixed kext injection issues with reused vtables
- Fixed Custom SMBIOS table update patches
8
- Added timestamp to the log file and changed extension to txt
9
- Enhanced script `LogoutHook`
V
vit9696 已提交
10

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

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

V
vit9696 已提交
52 53
#### v0.0.1
- Initial developer preview release