From 2598654012c4809712594d16fad9e8ef37a86a01 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 9 Apr 2025 07:51:46 +0200 Subject: [PATCH] new release --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1c7b4dd..1b97918b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,28 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) -# 37.3.2 - 2025-03-21 +## 37.4.0 - 2025-04-09 +### Added +* Updated Doker container with Firefox 137, Chrome 135 and Edge 135 [#4494](https://github.com/sitespeedio/sitespeed.io/pull/4494). + +## 37.3.2 - 2025-03-21 ### Fixed * Updated to Browsertime 24.5.2 with a fix for getting delta FCP (FCP-TTFB). -# 37.3.1 - 2025-03-20 +## 37.3.1 - 2025-03-20 ### Fixed * Updated to [Browsertime 24.5.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18) with a fix for using `--browsertime.userTimingBlockList`. * Safer check for InfluxDB [#4487](https://github.com/sitespeedio/sitespeed.io/pull/4487) that fixes [#4485](https://github.com/sitespeedio/sitespeed.io/issues/4485). -# 37.3.0 - 2025-03-13 +## 37.3.0 - 2025-03-13 ### Added * Updated to [Browsertime 24.5.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2450---2025-03-13) that updates to Geckodriver 0.36.0 (for Firefox) and fixes a bug for running test on Safari on iOS (reported in [#4479](https://github.com/sitespeedio/sitespeed.io/issues/4479)) fixed in [#4480](https://github.com/sitespeedio/sitespeed.io/pull/4480). -# 37.2.0 - 2025-03-12 +## 37.2.0 - 2025-03-12 ### Added * Updated to [Browsertime 24.4.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2440---2025-03-11) [#4478](https://github.com/sitespeedio/sitespeed.io/pull/4478). -# 37.1.2 - 2025-03-11 +## 37.1.2 - 2025-03-11 ### Fixed * Show just the filename instead of the full path to the file in the HTML [#4477](https://github.com/sitespeedio/sitespeed.io/pull/4477).