Skip to content

Releases: acidanthera/Lilu

1.6.7

07 Aug 12:44
Compare
Choose a tag to compare

v1.6.7

  • Added Broadwell-EP CPU model
  • Added Raptor Lake C0 stepping model

1.6.6

12 Jun 14:51
6b67099
Compare
Choose a tag to compare

v1.6.6

  • Fixed macOS 13+ installer detection regression in 1.6.5
  • Allow loading on macOS 14 without -lilubetaall

1.6.5

08 May 15:18
Compare
Choose a tag to compare

v1.6.5

  • Fixed macOS 13+ recovery and installer detection

1.6.4

06 Mar 13:11
Compare
Choose a tag to compare

v1.6.4

  • Added AMD IGPU detection

1.6.3

02 Jan 14:36
7717a09
Compare
Choose a tag to compare

v1.6.3

  • Added Raptor Lake CPU definitions

1.6.2

01 Aug 12:51
Compare
Choose a tag to compare

v1.6.2

  • Fixed KC segment name, which also fixed kernel panic on macOS 13 b3
  • Disable EFI64 runtime APIs when -legacy is used on 32-bit kernels

1.6.1

04 Jul 16:46
be0a2f6
Compare
Choose a tag to compare

v1.6.1

  • Allow loading on macOS 13 without -lilubetaall
  • Added Ventura dyld shared cache pathing
  • Changed SKL default ig-platform-id to KBL on macOS 13+
  • Added patch with masking support

1.6.0

07 Feb 17:41
Compare
Choose a tag to compare

v1.6.0

  • Dropped internal shared patcher instance grabbing API

1.5.9

10 Jan 19:44
969e555
Compare
Choose a tag to compare

v1.5.9

  • Fixed memory corruption when mixing cs_validate_range/page mid/long routes (thx @Goshin)
  • Enforced all routes to be slotted after one slotted route
  • Refactored all internal routes to use new RouteRequest API
  • Deprecated routeFunction APIs as they are dangerous to use for multiple routes

1.5.8

06 Dec 16:18
d58355c
Compare
Choose a tag to compare

v1.5.8

  • Fixed kernel panic on macOS 10.15 and earlier introduced in 1.5.7
  • Added Alder Lake CPU model support
  • Added shared patcher instance grabbing API