Skip to content

Commit 1dc78d6

Browse files
committed
Release v3.2.3
1 parent 7308750 commit 1dc78d6

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to the "Wikitext" extension will be documented in this file.
44

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

7+
## [3.2.3] - 2020-12-28
8+
9+
### Added
10+
11+
- Optional for transfer poypcol.
12+
- Support of pull function for old version mediawiki.
13+
14+
### Changed
15+
16+
- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.
17+
18+
### Fixed
19+
20+
- Some logic errors.
21+
722
## [3.2.2] - 2020-12-12
823

924
### Added

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,18 @@ This is it!
7171

7272
## Release Notes
7373

74-
- Added the function of quick citation to references.
75-
- Fixed some typos in the setting and command name. Please note: You may need to go to the settings page to update some options.
74+
- Added the optional for transfer poypcol.
75+
- Added support of pull function for old version mediawiki.
76+
- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.
77+
- Fixed some logic errors.
78+
79+
### Changed
80+
81+
- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.
82+
83+
### Fixed
84+
85+
- Some logic errors.
7686

7787
## Special Thanks
7888

package.json

Lines changed: 2 additions & 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. It is a mixture of content, markup, and metadata. The extension mainly supports the Wiki markup text language based on MediaWiki.",
5-
"version": "3.2.2",
5+
"version": "3.2.3",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {
@@ -20,6 +20,7 @@
2020
"url": "https://github.com/Frederisk/Wikitext-VSCode-Extension/issues",
2121
"email": "[email protected]"
2222
},
23+
"qna": "https://github.com/Frederisk/Wikitext-VSCode-Extension/discussions/categories/q-a",
2324
"engines": {
2425
"vscode": "^1.43.0"
2526
},

syntaxes/wikitext.tmLanguage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ repository:
296296
patterns:
297297
- include: $self
298298
- match: '(\|)|(?:\s*)(?:([-\w.]+)((:)))?([-\w.:]+)\s*(=)'
299-
# 1 |1 2 space 234:432 5 word 5 6=6
299+
# 1 |1 2 space 234:432 5 word 5 6=6
300300
# TODO:
301301
captures:
302302
1:

0 commit comments

Comments
 (0)