You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@ All notable changes to the "Wikitext" extension will be documented in this file.
4
4
5
5
(The version marked with an asterisk(*) means that the version has been adjusted internally and has not been released.)<!-- http://keepachangelog.com/ -->
6
6
7
+
## [3.6.0] - 2021-11-02
8
+
9
+
### Added
10
+
11
+
- Add a command to close editor without saving.
12
+
- Add the option of auto login.
13
+
- Add option to allow skip filling in page title.
14
+
15
+
### Changed
16
+
17
+
- Change the base syntax from XML(XHTML) to HTML.
18
+
19
+
### Fixed
20
+
21
+
- Remove ansi-regex dependency to potential security vulnerabilities.
- Press `Ctrl + Shift + V` or click the Preview icon in the title menu bar directly in the Wikitext content to get a parsed preview of Wikitext in the currently active text editor.
- You can modify the website content by logging in directly in VSCode! Enter the settings page, search Wikitext and find the username and password items, and fill in them. Then press `F1` in the text editor, select `Post your page to the website`!
51
51
@@ -55,12 +55,11 @@ If you get help with this project, give this project a star or recommend it to o
55
55
56
56
## Release Notes
57
57
58
-
- Added PageInfo support for the file of CSS, JavaScript, Lua, etc.
59
-
- Added PageInfo syntax.
60
-
- Enhanced info message of pull page function.
61
-
- Clearer error prompts.
62
-
- Fixed some errors about syntax.
63
-
- Fixed some bugs of web cite method.
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.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "wikitext",
3
3
"displayName": "Wikitext",
4
4
"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.",
0 commit comments