Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 2.73 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.1.0] - Unreleased

Note

This release is currently in development and is not recommended for use.

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)