From cfab996f995b77b6c8628e00fee2d682944cc4a6 Mon Sep 17 00:00:00 2001 From: celian-rib Date: Sun, 9 Jul 2023 11:50:46 +0200 Subject: [PATCH] 1.3.1 --- CHANGELOG.md | 31 ++++++++++++++++++------------- package.json | 2 +- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fe823..3d6ee37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,57 +1,62 @@ # W3C Web validator - Change Log -## [1.3.0] +## [1.3.1] July 9th, 2023 + +- Fix "Illegal argument: character must be non-negative" [#36](https://github.com/celian-rib/vscode-webvalidation-extension/issues/36) +- Update dependencies. + +## [1.3.0] February 13th, 2023 - Added extension settings to show/hide specific diagnostics levels. - Added the possibility to validate partial HTML files (With no Doctype - head - body) -## [1.2.2] +## [1.2.2] January 22nd, 2022 - Better error messaging while W3C validation service is unavailable [#21](https://github.com/celian-rib/vscode-webvalidation-extension/issues/21) -## [1.2.1] +## [1.2.1] October 9th, 2021 - Validating on save is no more enabled by default. - Fix "An error has occurred" [#19](https://github.com/celian-rib/vscode-webvalidation-extension/issues/19) -## [1.2.0] +## [1.2.0] September 21st, 2021 - Setting to show/hide validation popups. -## [1.1.1] +## [1.1.1] September 5th, 2021 - Validate compatible files on save (Can be disabled in the extension settings). -## [1.1.0] +## [1.1.0] September 5th, 2021 - Structural refactor. -## [1.0.9] +## [1.0.9] February 19th, 2021 - Status bar item is now smaller on unsupported files. -## [1.0.8] +## [1.0.8] January 9th, 2021 - Warnings clear fix. -## [1.0.7] +## [1.0.7] January 3rd, 2021 - CSS file support added. - Clear button in status bar. -## [1.0.6] +## [1.0.6] January 3rd, 2021 - Clear only warnings after validation. -## [1.0.5] +## [1.0.5] December 31st, 2020 - Auto clear issues when the corresponding line is edited. -## [1.0.4] +## [1.0.4] December 30th, 2020 - Clear command added. - Fix : Warnings are not shown as errors anymore. -## [1.0.2] [1.0.3] +## [1.0.2] [1.0.3] December 30th, 2020 - Initial release. diff --git a/package.json b/package.json index d254a83..6123d94 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "W3C Web Validator", "description": "Check the validity of your HTML/CSS files in one click", "publisher": "CelianRiboulet", - "version": "1.3.0", + "version": "1.3.1", "icon": "images/webvalidator.png", "engines": { "vscode": "^1.52.0"