Skip to content

Commit 043c8c6

Browse files
committed
Release v3.6.1
1 parent de6d59e commit 043c8c6

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.6.1] - 2021-11-27
8+
9+
### Added
10+
11+
- When page is not exist, the extension will ask if still open document to create new page.
12+
- The post function will try to add `WikitextExtensionForVSCode` tag in the edit history.
13+
14+
### Fixed
15+
16+
- Fixed the bug that user edit summary cannot be posted.
17+
718
## [3.6.0] - 2021-11-02
819

920
### Added

README.md

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

5656
## Release Notes
5757

58-
- Add a command to close editor without saving.
59-
- Add the option of auto login.
60-
- Add option to allow skip filling in page title.
61-
- Change the base syntax from XML(XHTML) to HTML.
62-
- Remove ansi-regex dependency to potential security vulnerabilities.
58+
- When page is not exist, the extension will ask if still open document to create new page.
59+
- The post function will try to add `WikitextExtensionForVSCode` tag in the edit history.
60+
- Fixed the bug that user edit summary cannot be posted.
6361

6462
## Usage
6563

package.json

Lines changed: 2 additions & 2 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.0",
5+
"version": "3.6.1",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {
@@ -307,4 +307,4 @@
307307
"luxon": "^2.1.1",
308308
"node-fetch": "^2.6.5"
309309
}
310-
}
310+
}

0 commit comments

Comments
 (0)