From 7b76fd2ec8a8cf969a94492ddb5698883e51a163 Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Thu, 11 Mar 2021 01:59:31 +0500 Subject: [PATCH] 4.2.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecba686..6dde858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [4.2.0](https://github.com/viasite/site-audit-seo-viewer/compare/v4.1.0...v4.2.0) (2021-03-10) + + +### Bug Fixes + +* add css for readability_text ([18a52a6](https://github.com/viasite/site-audit-seo-viewer/commit/18a52a6ce060c71da546ce06011ab283dec951de)) +* fix queue displey count ([b5e8229](https://github.com/viasite/site-audit-seo-viewer/commit/b5e822905d67a2ff33223e42c2d1b2fc86458091)) +* **reports:** rearrange panels: explorer, current columns, stats, presets ([adc3fb1](https://github.com/viasite/site-audit-seo-viewer/commit/adc3fb1cfb92bf9f3be91b503a1bf70c168f76e3)) +* **scan:** remove color from url/urls switch ([8d26d47](https://github.com/viasite/site-audit-seo-viewer/commit/8d26d4767870e3c58ca127f3414e72fc6e963b1b)) +* **scan:** switch to site-audit-server-stable.popstas.ru ([60c9051](https://github.com/viasite/site-audit-seo-viewer/commit/60c9051ef64e0684a7979fa3f4607ffcc3767d03)) +* focus on scan button, then on report button ([2f1596a](https://github.com/viasite/site-audit-seo-viewer/commit/2f1596a42c36c9800757f8b11d9dbaa63695ed0e)) + + +### Features + +* cancel command ([1431bf3](https://github.com/viasite/site-audit-seo-viewer/commit/1431bf346b8d9ea0153310d77aca82b9f13cf823)) +* restore connection with running scan job ([8e676de](https://github.com/viasite/site-audit-seo-viewer/commit/8e676de7dfc2a2c5a7b2b2c4ef4eae218158f6ff)) +* show animated loader ([74a82a0](https://github.com/viasite/site-audit-seo-viewer/commit/74a82a07b3a7338848a5a7c7d3718ac4ca2b5fe8)) +* **scan:** loader spinner while scan ([251bc88](https://github.com/viasite/site-audit-seo-viewer/commit/251bc88b45f5909f4798da81064a78bae99e9449)) + + + # [4.1.0](https://github.com/viasite/site-audit-seo-viewer/compare/v4.0.0...v4.1.0) (2020-12-29) diff --git a/package-lock.json b/package-lock.json index 3e84502..551e5b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo-viewer", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1c08026..2cce402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "site-audit-seo-viewer", - "version": "4.1.0", + "version": "4.2.0", "description": "Web service for SEO site audit: crawl site, Lighthouse all pages, view public reports in browser. 100+ metrics for each page.", "author": "Stanislav Popov ", "homepage": "https://github.com/viasite/site-audit-seo-viewer",