From 7bbd668c9f60e996d4d34b0d0d0b4bb4c8224ed0 Mon Sep 17 00:00:00 2001 From: Rowe Wilson Frederisk Holme Date: Thu, 2 Jan 2025 11:34:00 +0800 Subject: [PATCH] Release v4.0.1 --- CHANGELOG.md | 6 ++++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf6c1a..22d0bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to the "Wikitext" extension will be documented in this file. (The version marked with an asterisk(\*) means that the version has been adjusted internally and has not been released.) +## [4.0.1] - 2025-01-02 + +### Fixed + +- Remove redundant blocking when LSP is not found. + ## [4.0.0] - 2024-12-01 ### Added diff --git a/README.md b/README.md index e9dfb10..412e56b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ If you get help with this project, give this project a star or recommend it to o ## Release Notes -- The syntax of the table has been improved. +- Add the support of [WikiParser Language Server](https://github.com/bhsd-harry/vscode-extension-wikiparser). +- Remove redundant blocking when LSP is not found. ## Usage diff --git a/package.json b/package.json index 333ab1c..3083de6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wikitext", "displayName": "Wikitext", "description": "Wikitext is a document written in a wiki markup language. This extension provides functional support for the Wikitext language with MediaWiki such as Wikipedia.", - "version": "4.0.0", + "version": "4.0.1", "publisher": "RoweWilsonFrederiskHolme", "license": "SEE LICENSE IN LICENSE.txt", "author": {