Skip to content

Commit

Permalink
Release v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederisk committed Dec 28, 2020
1 parent 7308750 commit 1dc78d6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to the "Wikitext" extension will be documented in this file.

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

## [3.2.3] - 2020-12-28

### Added

- Optional for transfer poypcol.
- Support of pull function for old version mediawiki.

### Changed

- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.

### Fixed

- Some logic errors.

## [3.2.2] - 2020-12-12

### Added
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,18 @@ This is it!

## Release Notes

- Added the function of quick citation to references.
- Fixed some typos in the setting and command name. Please note: You may need to go to the settings page to update some options.
- Added the optional for transfer poypcol.
- Added support of pull function for old version mediawiki.
- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.
- Fixed some logic errors.

### Changed

- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.

### Fixed

- Some logic errors.

## Special Thanks

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wikitext",
"displayName": "Wikitext",
"description": "Wikitext is a document written in a wiki markup language. It is a mixture of content, markup, and metadata. The extension mainly supports the Wiki markup text language based on MediaWiki.",
"version": "3.2.2",
"version": "3.2.3",
"publisher": "RoweWilsonFrederiskHolme",
"license": "SEE LICENSE IN LICENSE.txt",
"author": {
Expand All @@ -20,6 +20,7 @@
"url": "https://github.com/Frederisk/Wikitext-VSCode-Extension/issues",
"email": "[email protected]"
},
"qna": "https://github.com/Frederisk/Wikitext-VSCode-Extension/discussions/categories/q-a",
"engines": {
"vscode": "^1.43.0"
},
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/wikitext.tmLanguage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ repository:
patterns:
- include: $self
- match: '(\|)|(?:\s*)(?:([-\w.]+)((:)))?([-\w.:]+)\s*(=)'
# 1 |1 2 space 234:432 5 word 5 6=6
# 1 |1 2 space 234:432 5 word 5 6=6
# TODO:
captures:
1:
Expand Down

0 comments on commit 1dc78d6

Please sign in to comment.