Releases: Qonfused/ASUS-ZenBook-Duo-14-UX481-Hackintosh
Releases · Qonfused/ASUS-ZenBook-Duo-14-UX481-Hackintosh
v0.5.4
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
- Resolved #8, fixing trackpad buttons (
109fcd5
) (Thanks to @1Revenger1!)
Removed
- Removed
DVL0
device fromSSDT-SBUS-MCHC
(be4e197
)
v0.5.3
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
- Documented source config.yml file (
1ed24aa
) - Bumped OpenCore version to version 0.9.1 (
6375fa8
)
Added
- Added ScreenPad connector datasheet (
91757a6
) - Added template ALSC dummy method (
01dab52
) - Added SSDT-GPRW to fix RTC/USB wake issue (
6c3ede2
)
Fixed
v0.5.2
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
v0.5.1
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
)