Skip to content

Commit 1f3453c

Browse files
committed
Release v4.0.2
1 parent d4f08e8 commit 1f3453c

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the "Wikitext" extension will be documented in this file.
55

66
(The version marked with an asterisk(\*) means that the version has been adjusted internally and has not been released.)<!-- http://keepachangelog.com/ -->
77

8+
## [4.0.2] - 2025-07-03
9+
10+
### Added
11+
12+
- Add better support for private wikis.
13+
14+
### Fixed
15+
16+
- Fix multiple pipes in one table row syntax error.
17+
818
## [4.0.1] - 2025-01-02
919

1020
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ If you get help with this project, give this project a star or recommend it to o
7474

7575
## Release Notes
7676

77-
- Add the support of [WikiParser Language Server](https://github.com/bhsd-harry/vscode-extension-wikiparser).
78-
- Remove redundant blocking when LSP is not found.
77+
- Add better support for private wikis.
78+
- Fix multiple pipes in one table row syntax error.
7979

8080
## Usage
8181

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wikitext",
33
"displayName": "Wikitext",
44
"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.",
5-
"version": "4.0.1",
5+
"version": "4.0.2",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {

0 commit comments

Comments
 (0)