Skip to content

Commit 1971230

Browse files
committed
Release v3.7.0
1 parent 8abd991 commit 1971230

File tree

4 files changed

+233
-190
lines changed

4 files changed

+233
-190
lines changed

CHANGELOG.md

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

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

8+
## [3.7.0] - 2022-11-07
9+
10+
### Added
11+
12+
- Added apostrophe surrounding pairs.
13+
14+
### Changed
15+
16+
- VSCode minimum version requirements are now changed to 1.64.0 and above.
17+
18+
### Fixed
19+
20+
- Fixed extra line breaks when posting pages.
21+
- Temporarily fixed incorrect bracket highlighting issue.
22+
823
## [3.6.5] - 2022-07-29
924

1025
### Added
1126

12-
- Added MediaWiki version checking in pullPage
13-
- Added Scribunto to lua mapping
27+
- Added MediaWiki version checking in pullPage.
28+
- Added Scribunto to lua mapping.
1429

1530
### Changed
1631

17-
- Enhanced table syntaxes
32+
- Enhanced table syntaxes.
1833

1934
## [3.6.4] - 2022-04-07
2035

@@ -38,11 +53,11 @@ All notable changes to the "Wikitext" extension will be documented in this file.
3853
### Changed
3954

4055
- Adjusted the syntax priority.
41-
- Enhanced bracket matching
56+
- Enhanced bracket matching.
4257

4358
### Fixed
4459

45-
- Fixed some security issues
60+
- Fixed some security issues.
4661

4762
## [3.6.2] - 2021-12-16
4863

@@ -488,7 +503,7 @@ All notable changes to the "Wikitext" extension will be documented in this file.
488503

489504
### Added
490505

491-
- Built for Visual Studio Code ^1.41.0
506+
- Built for Visual Studio Code ^1.41.0.
492507
- Establish basic language support.
493508

494509
<!--

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,24 @@ If you get help with this project, give this project a star or recommend it to o
5757

5858
## Release Notes
5959

60-
- Added MediaWiki version checking in pullPage
61-
- Added Scribunto to lua mapping
62-
- Enhanced table syntaxes
60+
- Added apostrophe surrounding pairs.
61+
- VSCode minimum version requirements are now changed to 1.64.0 and above.
62+
- Fixed extra line breaks when posting pages.
63+
- Temporarily fixed incorrect bracket highlighting issue.
6364

6465
## Usage
6566

6667
### Usage Requirements
6768

68-
Please ensure that your VSCode version is higher than 1.43.0, this version requirements may change in the future.
69+
Please ensure that your VSCode version is higher than 1.64.0, this version requirements may change in the future.
6970

70-
Generally speaking, make sure that your VSCode is always the latest version.
71+
Generally, make sure that your VSCode is always the latest version.
7172

7273
## Development
7374

7475
### Development Requirements
7576

76-
- [Node.js](https://nodejs.org) (with npm) at least v10.x.x
77+
- [Node.js](https://nodejs.org) (with npm) at least v16.
7778

7879
### How to build this extension yourself
7980

package.json

Lines changed: 3 additions & 3 deletions
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.5",
5+
"version": "3.7.0",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {
@@ -22,7 +22,7 @@
2222
},
2323
"qna": "https://github.com/Frederisk/Wikitext-VSCode-Extension/discussions/categories/q-a",
2424
"engines": {
25-
"vscode": "^1.43.0"
25+
"vscode": "^1.64.0"
2626
},
2727
"categories": [
2828
"Programming Languages",
@@ -287,7 +287,7 @@
287287
"@types/mocha": "^9.0.0",
288288
"@types/node": "^16.11.10",
289289
"@types/node-fetch": "^2.5.12",
290-
"@types/vscode": "^1.43.0",
290+
"@types/vscode": "^1.64.0",
291291
"@typescript-eslint/eslint-plugin": "^5.4.0",
292292
"@typescript-eslint/parser": "^5.4.0",
293293
"@vscode/test-electron": "^1.4.1",

0 commit comments

Comments
 (0)