From 0945e189211f1bd70561d28e0c3df498677972e9 Mon Sep 17 00:00:00 2001 From: Randall Kent Date: Tue, 24 Oct 2017 11:56:04 -0400 Subject: [PATCH 1/2] Remove meta description in favor of letting open_graph() handle it --- themes/cypress/layout/partial/head.swig | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/cypress/layout/partial/head.swig b/themes/cypress/layout/partial/head.swig index f32a249144..db1aff8ab0 100644 --- a/themes/cypress/layout/partial/head.swig +++ b/themes/cypress/layout/partial/head.swig @@ -2,7 +2,6 @@ - {{ config.title }} | {% if page.title %}{{ page.title }}{% else %}{{ config.subtitle }}{% endif %} From 33f0c2681b62f9708043f90b795c81efae80537c Mon Sep 17 00:00:00 2001 From: Randall Kent Date: Tue, 24 Oct 2017 13:54:56 -0400 Subject: [PATCH 2/2] Fix broken links to the deprecated `core-desktop-gui` repo which moved into the `cypress` repo --- source/guides/references/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/guides/references/changelog.md b/source/guides/references/changelog.md index 80d746465b..face5a4397 100644 --- a/source/guides/references/changelog.md +++ b/source/guides/references/changelog.md @@ -452,7 +452,7 @@ Fixed {% url "`.type()`" type %} not firing `input` event for {% url "React" htt - We now validate that `baseUrl` is accessible **prior** to running tests. This prevents a common situation where you may forget to boot your web server and have instantly failing tests. Fixes {% issue 383 '#383' %}. - We now show the entire scaffolded tree of files when adding a brand new project. Fixes {% issue 401 '#401' %}. - We display errors coming from `babel` with more helpful information now. -- Changed the [Desktop GUI](https://github.com/cypress-io/cypress-core-desktop-gui) to use `JWT` for authorization. **You will have to log in again**. +- Changed the [Desktop GUI](https://github.com/cypress-io/cypress/tree/develop/packages/desktop-gui) to use `JWT` for authorization. **You will have to log in again**. # 0.18.5 @@ -1071,7 +1071,7 @@ Fixed {% url "`.type()`" type %} not firing `input` event for {% url "React" htt **Misc:** -- Open sourced another core repo: [Cypress Core Desktop GUI](https://github.com/cypress-io/cypress-core-desktop-gui) which makes up the Cypress Desktop Application. +- Open sourced another core repo: [Cypress Core Desktop GUI](https://github.com/cypress-io/cypress/tree/develop/packages/desktop-gui) which makes up the Cypress Desktop Application. - Improved the {% issue 74#issuecomment-208422453 'error message' %} displayed to users on Windows attempting to download the Cypress Desktop app. # 0.15.2