Skip to content

Releases: acidanthera/Lilu

1.4.0

02 Dec 11:01
5a7ed0d
Compare
Choose a tag to compare

v1.4.0

  • Fixed mishandling user patches process list after processKernel API call
  • Fixed extra I/O in user patcher even when no patches were needed
  • Added support for per-process (LocalOnly) userspace patches

1.3.9

30 Oct 11:59
Compare
Choose a tag to compare

v1.3.9

  • Added QEMU/KVM vendor compatibility to device detection logic

1.3.8

11 Aug 12:14
Compare
Choose a tag to compare

v1.3.8

  • Compile Xcode 11 OSObject stubs into plugins to allow mixing compilers
  • Unified release archive names
  • Added multirouting support to routeFunction API enabling functions to have multiple proxies
  • Added explicit routing type to routeFunction APIs
  • Made Lilu use long function routes to ease third-part multirouting

1.3.7

03 Jul 07:48
Compare
Choose a tag to compare

v1.3.7

  • Allow loading on 10.15 without -lilubetaall
  • Add support for Xcode 11 analysis tools
  • Add workaround to 10.15 SDK Dispatch method (use old Xcode when possible)

1.3.6

24 May 12:41
Compare
Choose a tag to compare

v1.3.6

  • Lilu now uses OpenCore NVRAM variable GUIDs
  • Add support for 0x3E980003 frame id for CFL refresh

1.3.5

21 Mar 07:10
Compare
Choose a tag to compare

v1.3.5

  • Fixed analog audio device detection on certain laptops with Insyde firmware

1.3.4

19 Feb 09:38
Compare
Choose a tag to compare

v1.3.4

  • Added implicit eraseCoverageInstPrefix to routeMultiple
  • Fixed user patcher kernel panic when running process via posix_spawn without exec
  • Fixed user patcher codesign issues on recent 10.14 versions with SIP
  • Changed kern_start and kern_stop to contain product prefix to avoid collisions

1.3.3

05 Feb 08:56
Compare
Choose a tag to compare

v1.3.3

  • Added support for modern AMD device scanning by @AlGreyy
  • Added support for VMware device scanning
  • Extended supported firmware vendor list

1.3.1

30 Dec 16:15
Compare
Choose a tag to compare

v1.3.1

  • Lowered version compatibility to 1.2.0 to let plugins load

Note: This release is functionally not different from 1.3.0, but it fixes plugin loading from /Library/Extensions if absolutely necessary.

1.3.0

28 Dec 10:28
Compare
Choose a tag to compare

v1.3.0

  • Fixed a rare kernel panic on user patch failure
  • Removed unimplemented genPlatformKey API