New release

This commit is contained in:
Peter Hedenskog 2025-12-15 05:34:42 +01:00
parent 610b5bc06e
commit 83e6d22a6d
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
## 39.0.0 - 2025-12-15
### Breaking
* We removed support for setting the compression level for png screenshots, see the added section why.
### Added
* Upgrade to support NodeJS 24 without warnings, include NodeJS 24 in the Docker container, and base the Docker container on Ubuntu 24.04. To make this work I needed to upgrade the Jimp library and then we lost the settings for png screenshots `--browsertime.screenshotParams.png.compressionLevel` [#4570](https://github.com/sitespeedio/sitespeed.io/pull/4570).
## 38.6.0 - 2025-11-02
### Added
* Browsertime 25.4.0 [#4566](https://github.com/sitespeedio/sitespeed.io/pull/4566).