new version
This commit is contained in:
parent
47d9c71b55
commit
da8fb9224a
|
|
@ -3,7 +3,7 @@
|
|||
## 34.5.0 - 2024-07-12
|
||||
### Added
|
||||
* Crux: Add navigation types, and form factors. Fix colors to align with Grafana colors and fix broken legend colors [#4223](https://github.com/sitespeedio/sitespeed.io/pull/4223).
|
||||
* Sustainable: Make it possible to choose sustainable model version (for model swd). To use the latest version for add: `--sustainable.model swd --sustainable.modelVersion 4`
|
||||
* Sustainable: Make it possible to choose sustainable model version (for model swd). To use the latest version for add: `--sustainable.model swd --sustainable.modelVersion 4` [#4224](https://github.com/sitespeedio/sitespeed.io/pull/4224).
|
||||
|
||||
## 34.4.0 - 2024-07-09
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
34.4.0
|
||||
34.5.0
|
||||
|
|
@ -288,6 +288,7 @@ Text
|
|||
Sustainable
|
||||
--sustainable.enable Test if the web page is sustainable. [boolean]
|
||||
--sustainable.model Model used for measure digital carbon emissions. [choices: "1byte", "swd"] [default: "1byte"]
|
||||
--sustainable.modelVersion The version used for the model. Only applicable for model swd at the moment. [choices: 3, 4] [default: 3]
|
||||
--sustainable.pageViews Number of page views used when calculating CO2.
|
||||
--sustainable.disableHosting Disable the hosting check. Default we do a check to a local database of domains with green hosting provided by the Green Web Foundation [boolean] [default: false]
|
||||
--sustainable.useGreenWebHostingAPI Instead of using the local copy of the hosting database, you can use the latest version through the Green Web Foundation API. This means sitespeed.io will make HTTP GET to the the hosting info. [boolean] [default: false]
|
||||
|
|
|
|||
|
|
@ -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>2024-07-09T00:00:00.000Z</updated>
|
||||
<updated>2024-07-12T00:00:00.000Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
|
|
@ -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 34.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.5.0"/>
|
||||
<updated>2024-07-12T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Crux: Add navigation types, and form factors. Fix colors to align with Grafana colors and fix broken legend colors <a href="https://github.com/sitespeedio/sitespeed.io/pull/4223">#4223</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Sustainable: Make it possible to choose sustainable model version (for model swd). To use the latest version for add: <code>--sustainable.model swd --sustainable.modelVersion 4</code></li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 34.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.4.0</id>
|
||||
|
|
@ -259,31 +277,6 @@
|
|||
<ul>
|
||||
<li>API: safer parsing if something fail to get better error messages <a href="https://github.com/sitespeedio/sitespeed.io/pull/4188">#4188</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 34.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0"/>
|
||||
<updated>2024-06-14T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 22.5.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4187">#4187</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Firefox 127 and Chrome/Chromedriver 126 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4185">#4185</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix for InfluxDBv2 to send annotations. Thank you <a href="https://github.com/Amerousful">pavel bairov</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4175">#4175</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix log output when using <code>--preWarmServer</code>, thank you <a href="https://github.com/ThimoCap">ThimoCap</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4183">#4183</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>2024-07-07T04:57:12.634Z</updated>
|
||||
<updated>2024-07-11T05:53:46.016Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</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>Sun, 07 Jul 2024 04:57:12 GMT</lastBuildDate>
|
||||
<lastBuildDate>Thu, 11 Jul 2024 05:53:46 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<id>chrome-har-release-feed</id>
|
||||
<title>chrome-har release feed</title>
|
||||
<updated>2024-07-06T04:57:36.908Z</updated>
|
||||
<updated>2024-07-11T05:53:46.018Z</updated>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<author>
|
||||
<name>Peter Hedenskog</name>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<title>chrome-har release feed</title>
|
||||
<link>https://www.sitespeed.io</link>
|
||||
<description>New releases and changelog feed of chrome-har</description>
|
||||
<lastBuildDate>Sat, 06 Jul 2024 04:57:36 GMT</lastBuildDate>
|
||||
<lastBuildDate>Thu, 11 Jul 2024 05:53:46 GMT</lastBuildDate>
|
||||
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
|
||||
<generator>https://github.com/jpmonette/feed</generator>
|
||||
<language>en</language>
|
||||
|
|
|
|||
|
|
@ -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>Tue, 09 Jul 2024 00:00:00 GMT</lastBuildDate>
|
||||
<lastBuildDate>Fri, 12 Jul 2024 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,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 34.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.5.0</guid>
|
||||
<pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Crux: Add navigation types, and form factors. Fix colors to align with Grafana colors and fix broken legend colors <a href="https://github.com/sitespeedio/sitespeed.io/pull/4223">#4223</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Sustainable: Make it possible to choose sustainable model version (for model swd). To use the latest version for add: <code>--sustainable.model swd --sustainable.modelVersion 4</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 34.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.4.0</link>
|
||||
|
|
@ -216,28 +231,6 @@
|
|||
<ul>
|
||||
<li>API: safer parsing if something fail to get better error messages <a href="https://github.com/sitespeedio/sitespeed.io/pull/4188">#4188</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 34.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</guid>
|
||||
<pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 22.5.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4187">#4187</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Firefox 127 and Chrome/Chromedriver 126 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4185">#4185</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix for InfluxDBv2 to send annotations. Thank you <a href="https://github.com/Amerousful">pavel bairov</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4175">#4175</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix log output when using <code>--preWarmServer</code>, thank you <a href="https://github.com/ThimoCap">ThimoCap</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4183">#4183</a></li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<enclosure url="https://www.sitespeed.io/img/logos/sitespeed.io.png" length="0" type="image/png"/>
|
||||
</item>
|
||||
|
|
|
|||
|
|
@ -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>2024-07-09T16:52:03.190Z</updated>
|
||||
<updated>2024-07-12T03:49:36.642Z</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 34.5.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.5.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.5.0"/>
|
||||
<updated>2024-07-12T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Crux: Add navigation types, and form factors. Fix colors to align with Grafana colors and fix broken legend colors <a href="https://github.com/sitespeedio/sitespeed.io/pull/4223">#4223</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Sustainable: Make it possible to choose sustainable model version (for model swd). To use the latest version for add: <code>--sustainable.model swd --sustainable.modelVersion 4</code></li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 34.4.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.4.0</id>
|
||||
|
|
@ -161,31 +179,6 @@
|
|||
<ul>
|
||||
<li>API: safer parsing if something fail to get better error messages <a href="https://github.com/sitespeedio/sitespeed.io/pull/4188">#4188</a>.</li>
|
||||
</ul>
|
||||
]]></summary>
|
||||
<author>
|
||||
<name>Sitespeed.io</name>
|
||||
<uri>https://www.sitespeed.io</uri>
|
||||
</author>
|
||||
</entry>
|
||||
<entry>
|
||||
<title type="html"><![CDATA[sitespeed.io 34.2.0]]></title>
|
||||
<id>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</id>
|
||||
<link href="https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0"/>
|
||||
<updated>2024-06-14T00:00:00.000Z</updated>
|
||||
<summary type="html"><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 22.5.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4187">#4187</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Firefox 127 and Chrome/Chromedriver 126 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4185">#4185</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix for InfluxDBv2 to send annotations. Thank you <a href="https://github.com/Amerousful">pavel bairov</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4175">#4175</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix log output when using <code>--preWarmServer</code>, thank you <a href="https://github.com/ThimoCap">ThimoCap</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4183">#4183</a></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>Tue, 09 Jul 2024 16:52:03 GMT</lastBuildDate>
|
||||
<lastBuildDate>Fri, 12 Jul 2024 03:49:36 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 34.5.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.5.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.5.0</guid>
|
||||
<pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Crux: Add navigation types, and form factors. Fix colors to align with Grafana colors and fix broken legend colors <a href="https://github.com/sitespeedio/sitespeed.io/pull/4223">#4223</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Sustainable: Make it possible to choose sustainable model version (for model swd). To use the latest version for add: <code>--sustainable.model swd --sustainable.modelVersion 4</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 34.4.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.4.0</link>
|
||||
|
|
@ -137,28 +152,6 @@
|
|||
<ul>
|
||||
<li>API: safer parsing if something fail to get better error messages <a href="https://github.com/sitespeedio/sitespeed.io/pull/4188">#4188</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 34.2.0]]></title>
|
||||
<link>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</link>
|
||||
<guid>https://github.com/sitespeedio/sitespeed.io/blob/main/CHANGELOG.md#34.2.0</guid>
|
||||
<pubDate>Fri, 14 Jun 2024 00:00:00 GMT</pubDate>
|
||||
<description><![CDATA[<h3>Added</h3>
|
||||
<ul>
|
||||
<li>Updated to Browsertime 22.5.0 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4187">#4187</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Updated to Firefox 127 and Chrome/Chromedriver 126 <a href="https://github.com/sitespeedio/sitespeed.io/pull/4185">#4185</a></li>
|
||||
</ul>
|
||||
<h3>Fixed</h3>
|
||||
<ul>
|
||||
<li>Fix for InfluxDBv2 to send annotations. Thank you <a href="https://github.com/Amerousful">pavel bairov</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4175">#4175</a>.</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>Fix log output when using <code>--preWarmServer</code>, thank you <a href="https://github.com/ThimoCap">ThimoCap</a> for PR <a href="https://github.com/sitespeedio/sitespeed.io/pull/4183">#4183</a></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