Skip to content

Releases: Qonfused/ASUS-ZenBook-Duo-14-UX481-Hackintosh

v0.5.4

14 May 19:21
Compare
Choose a tag to compare

This patch version includes small feature and build system fixes, with some tweaks to post-install scripts.

Changed

  • Fixed display overrides script for local builds (04e3bc5)
  • Use latest oc-version with OCE-Build (e721330)
  • Renamed OC-Build to OCE-Build (7a6679d)

Added

  • Added ControlMsrE2 tool for unlocking CFG-Lock (1a1993e)

Fixed

Removed

  • Removed DVL0 device from SSDT-SBUS-MCHC (be4e197)

v0.5.3

17 Apr 22:55
Compare
Choose a tag to compare

This patch version includes some small documentation additions and progressional fixes. Notably, this version may result in a decrease in resolution quality for touchscreen gesture inputs, which will be fixed in a later patch version.

Changed

Added

  • Added ScreenPad connector datasheet (91757a6)
  • Added template ALSC dummy method (01dab52)
  • Added SSDT-GPRW to fix RTC/USB wake issue (6c3ede2)

Fixed

  • Fixed GPIO root pinning for touchscreens (superceded by APIC) (16569fa)
  • Fixed I2CHID intermittency issue with APIC interrupts (6fb418f)
  • Fixed preprocessor macros in config.yml file (c3699df)
  • Fixed SecureBootModel policy for macOS installer (dd22c99)

v0.5.2

20 Mar 18:57
Compare
Choose a tag to compare

This patch version includes some small refinements and stability fixes with overall improved code quality.

Changed

  • Bumped OpenCore version to version 0.9.0 release (978dc81)
  • Reverted ScreenPad Plus busID to 0x01 (f58e77e)

Added

  • Added XWAK SSDT for fixing some device wake behaviors (8dbc419)
  • Added gen-debug.sh script for kernel logs + diagnostics. (aa70c04)

Removed

  • Properly nullified primary + screenpad display GPIO pinning (ddbdeee)

Fixed

  • Addressed macOS SSDTs being injected into Linux/Windows (ddbdeee)
  • Fixed keyboard backlight edge case on startup (ddbdeee)

v0.5.1

27 Feb 16:19
Compare
Choose a tag to compare

This patch version includes small feature improvements and fixes, adding support for SMBIOS data patching and resolving regression issues from the previous release.

Changed

  • Moved DiskArbitrationFixup build to separate repo (cd21c5e)
  • Replaced VoodooI2CHID patch with VoodooInjector kext (97eb080)
  • Refactored keyboard backlight to use native EC methods (#38 PR)

Added

  • Added .serialdata patch script for custom SMBIOS data (e4ead15)
  • Added devcontainers for dockerized local and remote development (dc36bc4)
  • Added RTS5227S driver (for RTS522A microSD reader) (22608c6)

Fixed

  • Fixed config.yml parsing for OC GUI theme (05c39b2)
  • Fixed VoodooI2CHID patch (edc5f86)
  • ACPI patches correctly parse with OCE-Build fix (2ec5c96)
  • Bumped OC version to pre-release v0.9.0#457c68d to fix OC picker (46de66e)