Skip to content

Releases: harlan-zw/unlighthouse

v0.17.2

21 Jul 02:47
76fef34
Compare
Choose a tag to compare

Bug Fixes

  • broken /config subpath export (f9486bd), closes #289
  • normalize report paths for windows (55ab2e9), closes #286

v0.17.1

25 Jun 03:04
1d227cb
Compare
Choose a tag to compare

Bug Fixes

  • missing [@clack](https://github.com/clack)/prompts dependency (cf69aa2)

v0.17.0

25 Jun 02:55
ad59d0a
Compare
Choose a tag to compare

Bug Fixes

  • "Duda" sites not scanning correctly (77ac0bf), closes #277
  • avoid infinite requeuing on path failure (f6f14e3), closes #268
  • avoid using over max CPU cores (e5115c4)
  • disable ignoreI18nPages when cross-origin default is set for / (718b73b), closes #272
  • finish worker when all routes are ignored (4db4297), closes #272
  • safer path resolving (b14ebc8), closes #274

Features

v0.16.3

01 Apr 15:35
Compare
Choose a tag to compare

Bug Fixes

  • align the box which is unaligned from the sailboat emoji (#266) (b2dd7a8)

v0.16.2

07 Mar 14:30
Compare
Choose a tag to compare
chore: release v0.16.2

v0.16.1

07 Mar 14:28
Compare
Choose a tag to compare

Bug Fixes

v0.16.0

04 Mar 05:01
Compare
Choose a tag to compare

Bug Fixes

Features

  • simpler configs with defineUnlighthouseConfig() (#263) (7272287)

v0.15.0

01 Jan 11:23
Compare
Choose a tag to compare

Bug Fixes

  • core: avoid normalising paths with app routing hashes (c28fcc7), closes #257
  • core: fallback to download when no chrome paths exist (05753be), closes #247
  • core: stop chrome cluster when scan is finished (a3ee8f0), closes #246
  • core: handle corrupt cached reports (737a873), closes #255
  • core: missing explicit dependency radix3 (c011378), closes #254

Features

  • core: improved wsl2 and docker support (fbb3aa4)
  • core: support async functions within unlighthouse.config.ts (a4cf53b), closes #248

v0.14.1

21 Nov 14:52
Compare
Choose a tag to compare

Bug Fixes

  • show lighthouse runtime error when re-queuing failed routes (#250) (b871d03)

v0.14.0

16 Oct 03:58
Compare
Choose a tag to compare

Bug Fixes

  • client: load assets relative using window.location (2da76f9), closes #112
  • use relative path for non-specified router prefix (1bb0095), closes #244
  • client: misc responsive issues (09d3e6c)
  • client: remove thumbnails when not running performance (7e3c8a3)
  • fallback to full width screenshot for non-performance scans (bbf59a5), closes #245
  • false positive redirect warning for trailing slash (ef34b91)
  • respect query strings (e708ebe), closes #207

Features