Skip to content

v1.2.0 — AMD support, OC log reader, post-install guide

Choose a tag to compare

@riftaway7-code riftaway7-code released this 26 Jun 09:11
· 63 commits to main since this release

What's New in v1.2.0

OpenCore Log Reader

HackMate can now read OpenCore boot logs off your USB after a failed boot and translate the errors into plain English. No more reading panic screens letter by letter.

Full AMD Vanilla Kernel Patches

AMD (Ryzen/Threadripper) users now get the complete AMD_Vanilla kernel patch set automatically generated in their config.plist, including cpuid spoofing, commpage patches, and CPU count injection. Intel-only quirks (CfgLock, XcpmCfgLock, ProvideCurrentCpuInfo) are now correctly disabled for AMD.

Post-Install Guide

Added POST_INSTALL.md covering USB port mapping, moving EFI to internal drive, iMessage fix, SIP, sleep/wake, and common post-install issues.

Issue Templates

Added feature request template. Bug report now includes macOS as a host OS option.

Other

  • CONTRIBUTING.md with PR guidelines and testing requirements
  • DISCLAIMER.md with full legal terms
  • GitHub badges in README (stars, issues, license, version)
  • Dynamic version display in TUI (shows commit hash)
  • Improved Windows install instructions