Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.44 KB

File metadata and controls

46 lines (33 loc) · 1.44 KB

v0.2.0 2026-06-11

  • Replace firmware selection with common methods
  • Fix lost VM association functionality
  • Fix broken interface list
  • Fix compute profile creation
  • Fix host cloning
  • Clean up VM config files on removal
  • Increased fog-hyperv version requirement

v0.1.1 2026-05-22

  • Add support for Ruby 3.0

v0.1.0 2026-05-21

  • Lowercase the MAC addresses on NIC- as well as host level
  • Fix license inconsistency
  • Retarget onto newly rewritten fog-hyperv 0.1
  • Support interface modification

v0.0.4 2018-04-06

  • Allow setting a VM-wide VLAN value
  • Default to using the first available cluster if one exists
    • This allows the use of clustered machines, as long as all machines are set up with identical switch configurations
  • Support the creation of legacy NICs for BIOS
    • Requires fog-hyperv 0.0.8 / d4bf0fcdef691573c25744c3f3930961d5f767d6

v0.0.3 2018-01-15

  • Fix association of VMs by MAC address (case issue)
  • Fix over-eager secure boot setting access on unpersisted VMs
  • Fix over-eager cluster iteration, ensure the hypervisor supports clusters first (Requires fog-hyperv v0.0.6)

v0.0.2 2017-08-30

  • Add Dynamic memory settings
  • Add JS for disabling unavailable settings to improve UX
  • Fix secure boot setting to actually apply
  • Skip several unnecessary Hyper-V calls to improve performance
  • Improve VM properties view to look a little better and house another few nuggets of information

v0.0.1 2017-08-28

  • Initial release