new release
This commit is contained in:
parent
81d78c7bb4
commit
0fcf56d22c
|
|
@ -1 +1 @@
|
|||
27.9.0
|
||||
27.9.1
|
||||
|
|
@ -15,6 +15,24 @@
|
|||
<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 27.9.1]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.1</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.1"/>
|
||||
<updated>2023-06-12T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded Browsertime that logs if LCP is not present (instead of logging null)</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix when configure to log to file (that was broken when we moved to ESM) <a href="https://github.com/sitespeedio/sitespeed.io/pull/3879">#3879</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 27.9.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.0</id>
|
||||
|
|
@ -197,21 +215,6 @@
|
|||
<ul>
|
||||
<li>More fixes to the upcoming API, and fixing wrong exit code.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 27.5.1]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1"/>
|
||||
<updated>2023-05-03T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Another fix for storing result data as JSON.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
@ -305,6 +308,21 @@
|
|||
<ul>
|
||||
<li>Removed the dependecy of route. Using <code>ip route</code> instead and we already have <code>ip</code> as a requirement.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 17.11.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0"/>
|
||||
<updated>2022-06-12T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>If Chrome do not collect largest contentful paint, log that instead of just log null <a href="https://github.com/sitespeedio/browsertime/pull/1957">#1957</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
@ -563,31 +581,6 @@
|
|||
<ul>
|
||||
<li>Bumped minimist to 1.2.6</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 17.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.5.0"/>
|
||||
<updated>2022-04-04T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>There's a new better way to get the HAR from <a href="https://github.com/firefox-devtools/bidi-har-export">Firefox using WebDriver BiDi network events</a>. Thank you <a href="https://github.com/juliandescottes">Julian Descottes</a> and others at Mozilla that made this happen! With the new version we hope to see less overhead getting the HAR + it works on Firefox on Android <a href="https://github.com/sitespeedio/browsertime/pull/1918">#1918</a>. You can turn it on with <code>--firefox.bidihar</code>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Geckodriver 0.33 <a href="https://github.com/sitespeedio/browsertime/pull/1928">#1928</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fixed the interaction to next paint error message that started to appear in latest Chrome <a href="https://github.com/sitespeedio/browsertime/pull/1924">#1924</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Safer check for getting last meaningful paint <a href="https://github.com/sitespeedio/browsertime/pull/1927">#1927</a></li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>browsertime-release-feed</id>
|
||||
<title>browsertime release feed</title>
|
||||
<updated>2023-06-01T14:25:31.412Z</updated>
|
||||
<updated>2023-06-12T20:48:55.617Z</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 17.11.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0"/>
|
||||
<updated>2022-06-12T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>If Chrome do not collect largest contentful paint, log that instead of just log null <a href="https://github.com/sitespeedio/browsertime/pull/1957">#1957</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 17.11.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</id>
|
||||
|
|
@ -174,31 +189,6 @@
|
|||
<ul>
|
||||
<li>Increased the default wait time from 2 to 5 seconds when a element a clicked and the page complete check runs <a href="https://github.com/sitespeedio/browsertime/pull/1931">#1931</a></li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[browsertime 17.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.5.0"/>
|
||||
<updated>2022-04-04T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>There's a new better way to get the HAR from <a href="https://github.com/firefox-devtools/bidi-har-export">Firefox using WebDriver BiDi network events</a>. Thank you <a href="https://github.com/juliandescottes">Julian Descottes</a> and others at Mozilla that made this happen! With the new version we hope to see less overhead getting the HAR + it works on Firefox on Android <a href="https://github.com/sitespeedio/browsertime/pull/1918">#1918</a>. You can turn it on with <code>--firefox.bidihar</code>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Geckodriver 0.33 <a href="https://github.com/sitespeedio/browsertime/pull/1928">#1928</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fixed the interaction to next paint error message that started to appear in latest Chrome <a href="https://github.com/sitespeedio/browsertime/pull/1924">#1924</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Safer check for getting last meaningful paint <a href="https://github.com/sitespeedio/browsertime/pull/1927">#1927</a></li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
|
|||
|
|
@ -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, 01 Jun 2023 14:25:31 GMT</lastBuildDate>
|
||||
<lastBuildDate>Mon, 12 Jun 2023 20:48:55 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 17.11.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</guid>
|
||||
<pubDate>Sun, 12 Jun 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>If Chrome do not collect largest contentful paint, log that instead of just log null <a href="https://github.com/sitespeedio/browsertime/pull/1957">#1957</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 17.11.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</link>
|
||||
|
|
@ -150,28 +162,6 @@
|
|||
<ul>
|
||||
<li>Increased the default wait time from 2 to 5 seconds when a element a clicked and the page complete check runs <a href="https://github.com/sitespeedio/browsertime/pull/1931">#1931</a></li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 17.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.5.0</guid>
|
||||
<pubDate>Mon, 04 Apr 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>There's a new better way to get the HAR from <a href="https://github.com/firefox-devtools/bidi-har-export">Firefox using WebDriver BiDi network events</a>. Thank you <a href="https://github.com/juliandescottes">Julian Descottes</a> and others at Mozilla that made this happen! With the new version we hope to see less overhead getting the HAR + it works on Firefox on Android <a href="https://github.com/sitespeedio/browsertime/pull/1918">#1918</a>. You can turn it on with <code>--firefox.bidihar</code>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Geckodriver 0.33 <a href="https://github.com/sitespeedio/browsertime/pull/1928">#1928</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fixed the interaction to next paint error message that started to appear in latest Chrome <a href="https://github.com/sitespeedio/browsertime/pull/1924">#1924</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Safer check for getting last meaningful paint <a href="https://github.com/sitespeedio/browsertime/pull/1927">#1927</a></li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,21 @@
|
|||
</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 27.9.1]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.1</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.1</guid>
|
||||
<pubDate>Mon, 12 Jun 2023 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded Browsertime that logs if LCP is not present (instead of logging null)</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix when configure to log to file (that was broken when we moved to ESM) <a href="https://github.com/sitespeedio/sitespeed.io/pull/3879">#3879</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 27.9.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.0</link>
|
||||
|
|
@ -170,18 +185,6 @@
|
|||
<ul>
|
||||
<li>More fixes to the upcoming API, and fixing wrong exit code.</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 27.5.1]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</guid>
|
||||
<pubDate>Wed, 03 May 2023 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Another fix for storing result data as JSON.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
|
|
@ -255,6 +258,18 @@
|
|||
</ul>
|
||||
]]></description>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 17.11.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</guid>
|
||||
<pubDate>Sun, 12 Jun 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>If Chrome do not collect largest contentful paint, log that instead of just log null <a href="https://github.com/sitespeedio/browsertime/pull/1957">#1957</a>.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 17.11.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.11.0</link>
|
||||
|
|
@ -466,28 +481,6 @@
|
|||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/pagexray.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[browsertime 17.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#17.5.0</guid>
|
||||
<pubDate>Mon, 04 Apr 2022 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>There's a new better way to get the HAR from <a href="https://github.com/firefox-devtools/bidi-har-export">Firefox using WebDriver BiDi network events</a>. Thank you <a href="https://github.com/juliandescottes">Julian Descottes</a> and others at Mozilla that made this happen! With the new version we hope to see less overhead getting the HAR + it works on Firefox on Android <a href="https://github.com/sitespeedio/browsertime/pull/1918">#1918</a>. You can turn it on with <code>--firefox.bidihar</code>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Geckodriver 0.33 <a href="https://github.com/sitespeedio/browsertime/pull/1928">#1928</a>.</li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fixed the interaction to next paint error message that started to appear in latest Chrome <a href="https://github.com/sitespeedio/browsertime/pull/1924">#1924</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Safer check for getting last meaningful paint <a href="https://github.com/sitespeedio/browsertime/pull/1927">#1927</a></li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/browsertime.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
<item>
|
||||
<title><![CDATA[coach-core 7.1.0]]></title>
|
||||
<link>https://github.com/sitespeedio/coach-core/blob/main/CHANGELOG.md#7.1.0</link>
|
||||
|
|
|
|||
|
|
@ -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>2023-06-12T04:54:17.363Z</updated>
|
||||
<updated>2023-06-12T20:53:31.298Z</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 27.9.1]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.1</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.1"/>
|
||||
<updated>2023-06-12T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded Browsertime that logs if LCP is not present (instead of logging null)</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix when configure to log to file (that was broken when we moved to ESM) <a href="https://github.com/sitespeedio/sitespeed.io/pull/3879">#3879</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 27.9.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.0</id>
|
||||
|
|
@ -173,21 +191,6 @@
|
|||
<ul>
|
||||
<li>More fixes to the upcoming API, and fixing wrong exit code.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 27.5.1]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1"/>
|
||||
<updated>2023-05-03T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Another fix for storing result data as JSON.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
|
|
|
|||
|
|
@ -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>Mon, 12 Jun 2023 04:54:17 GMT</lastBuildDate>
|
||||
<lastBuildDate>Mon, 12 Jun 2023 20:53:31 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 27.9.1]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.1</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.1</guid>
|
||||
<pubDate>Mon, 12 Jun 2023 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Upgraded Browsertime that logs if LCP is not present (instead of logging null)</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix when configure to log to file (that was broken when we moved to ESM) <a href="https://github.com/sitespeedio/sitespeed.io/pull/3879">#3879</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 27.9.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.9.0</link>
|
||||
|
|
@ -149,18 +164,6 @@
|
|||
<ul>
|
||||
<li>More fixes to the upcoming API, and fixing wrong exit code.</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 27.5.1]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#27.5.1</guid>
|
||||
<pubDate>Wed, 03 May 2023 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Another fix for storing result data as JSON.</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue