new release
This commit is contained in:
parent
bf278373e3
commit
fe93749d4f
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,18 +1,18 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
|
||||
## UNRELEASED
|
||||
## 5.1.0 2017-05-14
|
||||
|
||||
### Fixed
|
||||
* Verify that you add the host when you want to send metrics to Graphite [#15879](https://github.com/sitespeedio/sitespeed.io/issues/1587)
|
||||
* Verify that you add the host when you want to send metrics to Graphite [#1587](https://github.com/sitespeedio/sitespeed.io/issues/1587)
|
||||
* Fix navigation making anchors miss target [#1609](https://github.com/sitespeedio/sitespeed.io/pull/1609). Thanks [Radu Micu](https://github.com/radum) for the PR!
|
||||
|
||||
### Added
|
||||
* Added a new script /tools/combineVideos.sh to combine two videos into one
|
||||
* Added a new script /tools/combineVideos.sh to combine two videos into one.
|
||||
* Include the browser name in the file name when you download a file [#1594](https://github.com/sitespeedio/sitespeed.io/issues/1594)
|
||||
* Show backEndTime in Summary Timings (to make it easy to find runs with same backEndTime) [#1595](https://github.com/sitespeedio/sitespeed.io/issues/1595)
|
||||
* Show backEndTime in Summary Timings (to make it easy to find runs with same backEndTime) [#1595](https://github.com/sitespeedio/sitespeed.io/issues/1595).
|
||||
* Always log the WebPageTest id in the error logs if WebPageTest fails.
|
||||
* Upgraded to [PerfCascade 2.0.0](https://github.com/micmro/PerfCascade/releases/tag/v2.0.0) with performance improvements and keyboard accessibility.
|
||||
* New Browsertime 1.2.0 with fine tuned video for Firefox and Basic Auth support in Chrome.
|
||||
* New Browsertime 1.2.5 with fine tuned video for Firefox, Basic Auth support in Chrome, fix for URLs containing commas and new version of VisualMetrics (thanks Pat) that can sort out the problem that started to happen with Chrome 58 running in emulated mode (or at least most of the times).
|
||||
|
||||
## 5.0.0 2017-04-24
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
layout: default
|
||||
title: sitespeed.io 5.1
|
||||
description: We have had some problems for a while that the video from Firefox was containing black borders and setting viewport didn't work perfectly with the video and Firefox. That is fixed in 5.1!
|
||||
authorimage: /img/aboutus/peter.jpg
|
||||
intro: We have had some problems for a while that the video from Firefox was containing black borders and setting viewport didn't work perfectly with the video and Firefox. That is fixed in 5.1!
|
||||
keywords: sitespeed.io, sitespeed, release, 5.1
|
||||
nav: blog
|
||||
---
|
||||
|
||||
# Video fixes for Firefox
|
||||
|
||||
One problem we have had since we introduced video is that Firefox videos contained black borders. Not perfect (but it wasn't affecting metrics). Setting the viewport larger than the default also made the video look broken. That is all fixed in 5.1, so we can have full quality videos from Firefox. "Skål och hurra!" as we say in Sweden.
|
||||
|
||||
# Basic Auth in Chrome
|
||||
|
||||
In the new release we support testing sites behind Basic Auth as long as you use Chrome (Firefox support will come in Firefox 54 as long as [Tobias fix in Selenium for running WebExtensions in Firefox](https://github.com/SeleniumHQ/selenium/pull/3846) gets released). Use <code>--basicAuth username@password</code>.
|
||||
|
||||
# Other notable changes
|
||||
|
||||
* Added a new script /tools/combineVideos.sh to combine two videos into one. If you haven't tried this yet you should really try this out!
|
||||
* Show backEndTime in Summary Timings (to make it easy to find runs with same backEndTime).
|
||||
* If WebPageTest fails we always log the WebPageTest id so you easily can backtrack the error.
|
||||
|
||||
Checkout the full [Changelog](https://github.com/sitespeedio/sitespeed.io/blob/master/CHANGELOG.md) for all changes.
|
||||
/Peter
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue