Skip to content

Commit 5bf8743

Browse files
committed
Release v3.6.0
1 parent 330fef9 commit 5bf8743

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.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.
22+
723
## [3.5.0] - 2021-09-24
824

925
### Added

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,29 @@ If you get help with this project, give this project a star or recommend it to o
2323

2424
Go to the gadget's repository page to learn more.
2525

26-
<img alt="Wikitext Extension Gadget" src="https://user-images.githubusercontent.com/29837738/127597149-5f44306a-a9ee-461a-8022-bd39f8ce3852.gif" width="512"/>
26+
<img alt="Wikitext Extension Gadget" src="https://user-images.githubusercontent.com/29837738/127597149-5f44306a-a9ee-461a-8022-bd39f8ce3852.gif" width="768"/>
2727

2828
## Features
2929

3030
- Color and style annotations of Wikitext can make it easier for users to intuitively find problems in writing grammatical formats.
3131

32-
<img alt="Code main page" src="https://user-images.githubusercontent.com/29837738/120096683-7a217900-c15f-11eb-9f9c-b4d77ecce486.png" width="512"/>
32+
<img alt="Code main page" src="https://user-images.githubusercontent.com/29837738/120096683-7a217900-c15f-11eb-9f9c-b4d77ecce486.png" width="768"/>
3333

3434
- Automatic matching and closing of simple parentheses reduces unnecessary double typing.
3535

36-
<img alt="Code video" src="https://user-images.githubusercontent.com/29837738/120096717-a6d59080-c15f-11eb-9921-e5555de74f29.gif" width="512"/>
36+
<img alt="Code video" src="https://user-images.githubusercontent.com/29837738/120096717-a6d59080-c15f-11eb-9921-e5555de74f29.gif" width="768"/>
3737

3838
- The special comment syntax\(`<!--#region-->`&`<!--#endregion-->`\) can folds the code for easy reading.
3939

40-
<img alt="Code region" src="https://user-images.githubusercontent.com/29837738/120096736-c076d800-c15f-11eb-8f70-7cfdd73a3307.gif" width="512"/>
40+
<img alt="Code region" src="https://user-images.githubusercontent.com/29837738/120096736-c076d800-c15f-11eb-8f70-7cfdd73a3307.gif" width="768"/>
4141

4242
- 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.
4343

44-
<img alt="Code previewer" src="https://user-images.githubusercontent.com/29837738/120096761-ddaba680-c15f-11eb-8d14-f0705f7d39ba.gif" width="512">
44+
<img alt="Code previewer" src="https://user-images.githubusercontent.com/29837738/120096761-ddaba680-c15f-11eb-8d14-f0705f7d39ba.gif" width="768">
4545

4646
- Enter `@[name]` to get a snippet of wikitext. Such as `@table`, `@region`, `@title`...
4747

48-
<img alt="Code snippets" src="https://user-images.githubusercontent.com/29837738/120096799-0af85480-c160-11eb-8a34-f47603a41935.gif" width="512">
48+
<img alt="Code snippets" src="https://user-images.githubusercontent.com/29837738/120096799-0af85480-c160-11eb-8a34-f47603a41935.gif" width="768">
4949

5050
- 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`!
5151

@@ -55,12 +55,11 @@ If you get help with this project, give this project a star or recommend it to o
5555

5656
## Release Notes
5757

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.
6463

6564
## Usage
6665

package.json

Lines changed: 1 addition & 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. This extension provides functional support for the Wikitext language with MediaWiki such as Wikipedia.",
5-
"version": "3.5.0",
5+
"version": "3.6.0",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {

0 commit comments

Comments
 (0)