Skip to content

Commit 424d3b0

Browse files
committed
Release v3.2.4
1 parent 4d84515 commit 424d3b0

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.4] - 2021-3-18
8+
9+
### Added
10+
11+
- More snippets and auto closing pairs.
12+
- Provided CSS adjustment support for Perviewer.
13+
714
## [3.2.3] - 2020-12-28
815

916
### Added

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,24 @@ Generally speaking, make sure that your VSCode is always the latest version.
5555

5656
Firstly, clone this repository and change directory to the repository, then install VS Code Extension Manager and other packages:
5757

58-
```sh
58+
```bash
5959
npm install vsce -g # VS Code Extension Manager
6060
npm install js-yaml -g # js to yaml
6161
npm install # devDependencies
6262
```
6363

6464
Package this project and you will get a vsix file:
6565

66-
```sh
66+
```bash
6767
npx vsce package
6868
```
6969

7070
This is it!
7171

7272
## Release Notes
7373

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.
74+
- Added more snippets and auto closing pairs.
75+
- Provided CSS adjustment support for Perviewer.
8676

8777
## Special Thanks
8878

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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. 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.3",
5+
"version": "3.2.4",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {
@@ -274,4 +274,4 @@
274274
"webpack": "^4.44.2",
275275
"webpack-cli": "^3.3.12"
276276
}
277-
}
277+
}

0 commit comments

Comments
 (0)