Skip to content

Commit 6576fea

Browse files
committed
Release v3.6.4
1 parent 60c30b0 commit 6576fea

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1+
<!-- markdownlint-disable MD024 -->
12
# Change Log
23

34
All notable changes to the "Wikitext" extension will be documented in this file.
45

56
(The version marked with an asterisk(&ast;) means that the version has been adjusted internally and has not been released.)<!-- http://keepachangelog.com/ -->
67

8+
## [3.6.4] - 2022-04-07
9+
10+
### Changed
11+
12+
- Modified how some input boxes interacts.
13+
14+
### Fixed
15+
16+
- Error with pushing changes when there is a number in the tags.
17+
- Some errors in Wikitext syntax.
18+
719
## [3.6.3] - 2022-02-05
820

921
### Added

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ If you get help with this project, give this project a star or recommend it to o
5656

5757
## Release Notes
5858

59-
- Now Wikitext Extension is available in Open VSX.
60-
- Added `sanitized-css` support.
61-
- Added more snippets.
62-
- Adjusted the syntax priority.
63-
- Enhanced bracket matching
64-
- Fixed some security issues
59+
- Modified how some input boxes interacts.
60+
- Fixed an error with pushing changes when there is a number in the tags.
61+
- Fixed some errors in Wikitext syntax.
6562

6663
## Usage
6764

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": "3.6.3",
5+
"version": "3.6.4",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {

0 commit comments

Comments
 (0)