This commit is contained in:
soulgalore 2025-03-20 07:49:11 +01:00
parent d46b241cd7
commit 86c2e0cb2b
7 changed files with 127 additions and 167 deletions

View File

@ -1 +1 @@
37.3.0
37.3.1

View File

@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>sitespeed.io-release-feed</id>
<title>sitespeed.io release feed</title>
<updated>2025-03-13T00:00:00.000Z</updated>
<updated>2025-03-20T00:00:00.000Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<author>
<name>Peter Hedenskog</name>
@ -15,6 +15,39 @@
<logo>https://www.sitespeed.io/img/logos/sitespeed.io.png</logo>
<icon>http://www.sitespeed.io/favicon.ico</icon>
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
<entry>
<title type="html"><![CDATA[sitespeed.io 37.3.1]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1"/>
<updated>2025-03-20T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Fixed</h3>
<ul>
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18">Browsertime 24.5.1</a> with a fix for using <code>--browsertime.userTimingBlockList</code>.</li>
</ul>
<ul>
<li>Safer check for InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4487">#4487</a> that fixes <a href="https://github.com/sitespeedio/sitespeed.io/issues/4485">#4485</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[browsertime 24.5.1]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</id>
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1"/>
<updated>2025-03-18T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Fixed</h3>
<ul>
<li>Bugfix for <code>--userTimingBlockList</code> <a href="https://github.com/sitespeedio/browsertime/pull/2272">#2272</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 37.3.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0</id>
@ -234,34 +267,6 @@
<ul>
<li>There was a bug in the InfluxDB plugin and loading the cli parameters failed <a href="https://github.com/sitespeedio/sitespeed.io/pull/4463">#4463</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 37.0.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0"/>
<updated>2025-03-05T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Support for getting CLI options from plugins as long as you use <code>--help --plugins.add</code>. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4450">#4450</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4452">#4452</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4455">#4455</a>.</li>
</ul>
<ul>
<li>You can now set the exact minimum log level using <code>--logLevel</code><a href="https://github.com/sitespeedio/sitespeed.io/pull/4459">#4459</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Replace the junit-report-builder package <a href="https://github.com/sitespeedio/sitespeed.io/pull/4448">#4448</a>.</li>
</ul>
<ul>
<li>Remove Tape dependencies <a href="https://github.com/sitespeedio/sitespeed.io/pull/4447">#4447</a>.</li>
</ul>
<ul>
<li>Catch if the browser fails to open a broken page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4457">#4457</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
@ -641,21 +646,6 @@
<ul>
<li>Fix so you cannot use gnirehtet with webpagereplay <a href="https://github.com/sitespeedio/browsertime/pull/2230">#2230</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[browsertime 23.4.5]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</id>
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5"/>
<updated>2024-12-20T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Fixed</h3>
<ul>
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>

View File

@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>browsertime-release-feed</id>
<title>browsertime release feed</title>
<updated>2025-03-13T15:12:49.118Z</updated>
<updated>2025-03-18T19:00:59.181Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<author>
<name>Peter Hedenskog</name>
@ -16,6 +16,21 @@
<icon>http://www.sitespeed.io/favicon.ico</icon>
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
<category term="Web Performance"/>
<entry>
<title type="html"><![CDATA[browsertime 24.5.1]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</id>
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1"/>
<updated>2025-03-18T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Fixed</h3>
<ul>
<li>Bugfix for <code>--userTimingBlockList</code> <a href="https://github.com/sitespeedio/browsertime/pull/2272">#2272</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[browsertime 24.5.0]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0</id>
@ -196,21 +211,6 @@
<ul>
<li>Fix so you cannot use gnirehtet with webpagereplay <a href="https://github.com/sitespeedio/browsertime/pull/2230">#2230</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[browsertime 23.4.5]]></title>
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</id>
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5"/>
<updated>2024-12-20T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Fixed</h3>
<ul>
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>

View File

@ -4,7 +4,7 @@
<title>browsertime release feed</title>
<link>https://www.sitespeed.io</link>
<description>New releases and changelog feed of browsertime</description>
<lastBuildDate>Thu, 13 Mar 2025 15:12:49 GMT</lastBuildDate>
<lastBuildDate>Tue, 18 Mar 2025 19:00:59 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
@ -16,6 +16,18 @@
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
<category>Web Performance</category>
<atom:link href="https://www.sitespeed.io/feed/browsertime.rss" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[browsertime 24.5.1]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</guid>
<pubDate>Tue, 18 Mar 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Bugfix for <code>--userTimingBlockList</code> <a href="https://github.com/sitespeedio/browsertime/pull/2272">#2272</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 24.5.0]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.0</link>
@ -172,18 +184,6 @@
<ul>
<li>Fix so you cannot use gnirehtet with webpagereplay <a href="https://github.com/sitespeedio/browsertime/pull/2230">#2230</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 23.4.5]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</guid>
<pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>

View File

@ -4,7 +4,7 @@
<title>sitespeed.io release feed</title>
<link>https://www.sitespeed.io</link>
<description>New releases and changelog feed of sitespeed.io</description>
<lastBuildDate>Thu, 13 Mar 2025 00:00:00 GMT</lastBuildDate>
<lastBuildDate>Thu, 20 Mar 2025 00:00:00 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
@ -15,6 +15,33 @@
</image>
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[sitespeed.io 37.3.1]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</guid>
<pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18">Browsertime 24.5.1</a> with a fix for using <code>--browsertime.userTimingBlockList</code>.</li>
</ul>
<ul>
<li>Safer check for InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4487">#4487</a> that fixes <a href="https://github.com/sitespeedio/sitespeed.io/issues/4485">#4485</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 24.5.1]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#24.5.1</guid>
<pubDate>Tue, 18 Mar 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Bugfix for <code>--userTimingBlockList</code> <a href="https://github.com/sitespeedio/browsertime/pull/2272">#2272</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 37.3.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0</link>
@ -192,31 +219,6 @@
<ul>
<li>There was a bug in the InfluxDB plugin and loading the cli parameters failed <a href="https://github.com/sitespeedio/sitespeed.io/pull/4463">#4463</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 37.0.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</guid>
<pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Support for getting CLI options from plugins as long as you use <code>--help --plugins.add</code>. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4450">#4450</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4452">#4452</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4455">#4455</a>.</li>
</ul>
<ul>
<li>You can now set the exact minimum log level using <code>--logLevel</code><a href="https://github.com/sitespeedio/sitespeed.io/pull/4459">#4459</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Replace the junit-report-builder package <a href="https://github.com/sitespeedio/sitespeed.io/pull/4448">#4448</a>.</li>
</ul>
<ul>
<li>Remove Tape dependencies <a href="https://github.com/sitespeedio/sitespeed.io/pull/4447">#4447</a>.</li>
</ul>
<ul>
<li>Catch if the browser fails to open a broken page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4457">#4457</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
@ -521,18 +523,6 @@
<ul>
<li>Fix so you cannot use gnirehtet with webpagereplay <a href="https://github.com/sitespeedio/browsertime/pull/2230">#2230</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[browsertime 23.4.5]]></title>
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</link>
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#23.4.5</guid>
<pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Change bottom margin from 10 to 14 pixel when recording a video on mobile, se bug <a href="https://github.com/sitespeedio/browsertime/issues/2224">#2224</a> and PR <a href="https://github.com/sitespeedio/browsertime/pull/2225">#2225</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
</item>

View File

@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>sitespeed.io-release-feed</id>
<title>sitespeed.io release feed</title>
<updated>2025-03-13T15:33:15.948Z</updated>
<updated>2025-03-20T06:48:23.723Z</updated>
<generator>https://github.com/jpmonette/feed</generator>
<author>
<name>Peter Hedenskog</name>
@ -16,6 +16,24 @@
<icon>http://www.sitespeed.io/favicon.ico</icon>
<rights>All rights reserved 2022, Peter Hedenskog and team</rights>
<category term="Web Performance"/>
<entry>
<title type="html"><![CDATA[sitespeed.io 37.3.1]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1"/>
<updated>2025-03-20T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Fixed</h3>
<ul>
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18">Browsertime 24.5.1</a> with a fix for using <code>--browsertime.userTimingBlockList</code>.</li>
</ul>
<ul>
<li>Safer check for InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4487">#4487</a> that fixes <a href="https://github.com/sitespeedio/sitespeed.io/issues/4485">#4485</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 37.3.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0</id>
@ -149,34 +167,6 @@
<ul>
<li>There was a bug in the InfluxDB plugin and loading the cli parameters failed <a href="https://github.com/sitespeedio/sitespeed.io/pull/4463">#4463</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>
<uri>https://www.sitespeed.io</uri>
</author>
</entry>
<entry>
<title type="html"><![CDATA[sitespeed.io 37.0.0]]></title>
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</id>
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0"/>
<updated>2025-03-05T00:00:00.000Z</updated>
<summary type="html"><![CDATA[<h3>Added</h3>
<ul>
<li>Support for getting CLI options from plugins as long as you use <code>--help --plugins.add</code>. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4450">#4450</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4452">#4452</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4455">#4455</a>.</li>
</ul>
<ul>
<li>You can now set the exact minimum log level using <code>--logLevel</code><a href="https://github.com/sitespeedio/sitespeed.io/pull/4459">#4459</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Replace the junit-report-builder package <a href="https://github.com/sitespeedio/sitespeed.io/pull/4448">#4448</a>.</li>
</ul>
<ul>
<li>Remove Tape dependencies <a href="https://github.com/sitespeedio/sitespeed.io/pull/4447">#4447</a>.</li>
</ul>
<ul>
<li>Catch if the browser fails to open a broken page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4457">#4457</a>.</li>
</ul>
]]></summary>
<author>
<name>Sitespeed.io</name>

View File

@ -4,7 +4,7 @@
<title>sitespeed.io release feed</title>
<link>https://www.sitespeed.io</link>
<description>New releases and changelog feed of sitespeed.io</description>
<lastBuildDate>Thu, 13 Mar 2025 15:33:15 GMT</lastBuildDate>
<lastBuildDate>Thu, 20 Mar 2025 06:48:23 GMT</lastBuildDate>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<generator>https://github.com/jpmonette/feed</generator>
<language>en</language>
@ -16,6 +16,21 @@
<copyright>All rights reserved 2022, Peter Hedenskog and team</copyright>
<category>Web Performance</category>
<atom:link href="https://www.sitespeed.io/feed/rss.xml" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[sitespeed.io 37.3.1]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.1</guid>
<pubDate>Thu, 20 Mar 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Updated to <a href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2451---2025-03-18">Browsertime 24.5.1</a> with a fix for using <code>--browsertime.userTimingBlockList</code>.</li>
</ul>
<ul>
<li>Safer check for InfluxDB <a href="https://github.com/sitespeedio/sitespeed.io/pull/4487">#4487</a> that fixes <a href="https://github.com/sitespeedio/sitespeed.io/issues/4485">#4485</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 37.3.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.3.0</link>
@ -125,31 +140,6 @@
<ul>
<li>There was a bug in the InfluxDB plugin and loading the cli parameters failed <a href="https://github.com/sitespeedio/sitespeed.io/pull/4463">#4463</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>
<item>
<title><![CDATA[sitespeed.io 37.0.0]]></title>
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</link>
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#37.0.0</guid>
<pubDate>Wed, 05 Mar 2025 00:00:00 GMT</pubDate>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Support for getting CLI options from plugins as long as you use <code>--help --plugins.add</code>. This is start to separate CLI options from the monsterous CLI file and instead have them in each plugin <a href="https://github.com/sitespeedio/sitespeed.io/pull/4450">#4450</a>, <a href="https://github.com/sitespeedio/sitespeed.io/pull/4452">#4452</a> <a href="https://github.com/sitespeedio/sitespeed.io/pull/4455">#4455</a>.</li>
</ul>
<ul>
<li>You can now set the exact minimum log level using <code>--logLevel</code><a href="https://github.com/sitespeedio/sitespeed.io/pull/4459">#4459</a>.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Replace the junit-report-builder package <a href="https://github.com/sitespeedio/sitespeed.io/pull/4448">#4448</a>.</li>
</ul>
<ul>
<li>Remove Tape dependencies <a href="https://github.com/sitespeedio/sitespeed.io/pull/4447">#4447</a>.</li>
</ul>
<ul>
<li>Catch if the browser fails to open a broken page <a href="https://github.com/sitespeedio/sitespeed.io/pull/4457">#4457</a>.</li>
</ul>
]]></description>
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
</item>