Skip to content

Latest commit

 

History

History
81 lines (56 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

81 lines (56 loc) · 4.97 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

The latest progress can be viewed on this repository's project board.

[0.2.4] - 2025-01-22

Changed

  • Update MacHyperVSupport to e987ee2 - Adds constants for macOS 15 support without requiring -lilubetaall (744f385)

[0.2.3] - 2024-12-26

Changed

  • Force X64 ISA for Gen2 VMs (e471c83)

Fixed

  • README: Fix count field type in AMD patch (3f18bb6)

[0.2.2] - 2024-12-08

Added

  • Added csr-active-config to NVRAM delete list (08fc280)
  • Added OpenCore ISA switch for 32-bit OSes (d84213c)

Changed

  • Upgraded OpenCore to v1.0.3 (0f66426)

[0.2.1] - 2024-11-21

Added

  • Added VMHide kext for macOS Sequoia (d594e28)

[0.2.0] - 2024-11-04

Changed

  • Upgraded OpenCore to v1.0.2 (58ccd4b)
  • Simplified -legacy boot arg patch (36b00a7)
  • Refactored build script for PowerShell Core compatibility (31680e2)

Added

  • Added Sonoma board-id for creating macOS Recovery (3bc60c6)

Fixed

  • Changed the default disk size to fit larger macOS Recovery images (25e9275)
  • Ensure build script is ran before post-install scripts (ee0c7e3)
  • Fixed incorrect archive metadata and extension in release artifacts (24ad5a2)

[0.1.0] - 2024-02-26

Changed

  • Migrate build to new OCE-Build rewrite (83f31a5)
  • Updated build pipeline to use new powershell workflow (42a77be)

Added

  • Added switches for legacy and 32-bit builds (2ab0c7b)

Removed

  • Removed old devcontainers (ee9a3cd)

[0.0.0] - 2023-06-15

Initial release of the project containing bug fixes, feature and documentation improvements to the original MacHyperVSupport project:

Changed

  • Updated scanpolicy for consistent installer detection (8f838a2)
  • Configure network adapter to use default vswitch (1ce9be2)
  • Disabled automatic checkpoints (de3c6ab)

Added

  • Added separate --legacy patch for 10.7 and below (468bef2)
  • Added small boot fixes and security fixes (2764ade)
  • Added powershell scripts for VM creation automation (6badacf)
  • Added post-install daemons and tools to EFI VHD (c426d92)
  • Added post-install VHD creation (f2415d4)

Fixed

  • Fixed recovery image packing script (46bfb01)
  • Fixed patch-serial script for linux/WSL2 (7557d71)