From 01b6c9502defb79ed9452db87543055a412eacc4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Sep 2024 23:56:30 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.23.0=20=E2=86=92=200.24.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 10 +++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81b9ae3f..a4c9660a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.24.0 (2024-09-21) + +### Feat + +- add toggle suspend linting (#768) +- add status bar item (#766) + +### Fix + +- remove legacy "enabled" configuration item (#767) +- bump vscode to v1.90.0 + ## v0.23.0 (2024-09-16) ### Feat diff --git a/package-lock.json b/package-lock.json index 0d5172d1..ffb45abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "languagetool-linter", - "version": "0.23.0", + "version": "0.24.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "languagetool-linter", - "version": "0.23.0", + "version": "0.24.0", "license": "Apache-2.0", "dependencies": { "annotatedtext-rehype": "^0.6.0", diff --git a/package.json b/package.json index 58ad618c..1f0b55a0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "languagetool-linter", "displayName": "LanguageTool Linter", "description": "LanguageTool integration for VS Code.", - "version": "0.23.0", + "version": "0.24.0", "engines": { "vscode": "^1.90.0" }, @@ -123,12 +123,12 @@ "languageToolLinter.smartFormat.onType": { "type": "boolean", "default": false, - "description": "Run smart format as you type for quotes (“”‘’), em-dashes and en-dashes, and ellipses (…). Ensure 'Editor: Format On Type' is enabled." + "description": "Run smart format as you type for quotes (\u201c\u201d\u2018\u2019), em-dashes and en-dashes, and ellipses (\u2026). Ensure 'Editor: Format On Type' is enabled." }, "languageToolLinter.smartFormat.onSave": { "type": "boolean", "default": false, - "description": "Run smart format when you save for quotes (“”‘’), em-dashes and en-dashes, and ellipses (…)." + "description": "Run smart format when you save for quotes (\u201c\u201d\u2018\u2019), em-dashes and en-dashes, and ellipses (\u2026)." }, "languageToolLinter.diagnosticSeverity": { "type": "string", @@ -307,7 +307,7 @@ "Portuguese", "Portuguese (Angola preAO)", "Portuguese (Brazil)", - "Portuguese (Moçambique preAO)", + "Portuguese (Mo\u00e7ambique preAO)", "Portuguese (Portugal)", "Romanian", "Russian", @@ -404,7 +404,7 @@ "Portuguese", "Portuguese (Angola preAO)", "Portuguese (Brazil)", - "Portuguese (Moçambique preAO)", + "Portuguese (Mo\u00e7ambique preAO)", "Portuguese (Portugal)", "Romanian", "Russian",