Skip to content

Releases: Inqnuam/HackinDROM

HackinDROM v2.0.6

06 Dec 19:09
Compare
Choose a tag to compare

HackinDROM v2.0.5

26 Oct 11:05
Compare
Choose a tag to compare

Full Changelog: v2.0.4...v2.0.5
-Fixes OpenCore version detection

HackinDROM v2.0.4

10 Oct 17:13
Compare
Choose a tag to compare

Full Changelog: v2.0.2-beta...v2.0.4
See previous commits for full changelog

-Fixes for macOS Catalina
-Fixes for UEFI > Drivers> "Comment" entry
-Performance improvements

HackinDROM v2.0.3-beta

09 Oct 17:47
Compare
Choose a tag to compare
Pre-release

Full Changelog: Beta...v2.0.3-beta

Catalina fixes:
-embedded a frame size value into CGFloat() which is a must on Catalina, but Xcode 13 can't detect this issue and builds the app. Build failed on Catalina with Xcode 12.4
-@StateObject isn't available on Catalina which Xcode 13 can't detect too. commented that line as we dont use related struct in production for the moment
-Removed unnecessary print()

HackinDROM v2.0.2-beta

07 Oct 17:06
Compare
Choose a tag to compare
Pre-release
Catalina fixes

-embedded a frame size value into CGFloat() which is a must on Catalina, but Xcode 13 can't detect this issue and builds the app. Build failed on Catalina with Xcode 12.4
-@StateObject isn't available on Catalina which Xcode 13 can't detect too. commented that line as we dont use related struct in production for the moment
-Removed unnecessary print()