Skip to content

Commit

Permalink
Release v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederisk committed Mar 18, 2021
1 parent 4d84515 commit 424d3b0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the "Wikitext" extension will be documented in this file.

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

## [3.2.4] - 2021-3-18

### Added

- More snippets and auto closing pairs.
- Provided CSS adjustment support for Perviewer.

## [3.2.3] - 2020-12-28

### Added
Expand Down
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,34 +55,24 @@ Generally speaking, make sure that your VSCode is always the latest version.

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

```sh
```bash
npm install vsce -g # VS Code Extension Manager
npm install js-yaml -g # js to yaml
npm install # devDependencies
```

Package this project and you will get a vsix file:

```sh
```bash
npx vsce package
```

This is it!

## Release Notes

- Added the optional for transfer poypcol.
- Added support of pull function for old version mediawiki.
- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.
- Fixed some logic errors.

### Changed

- Adjust the conversion period of some interfaces to runtime. Incorrect JSON format will be thrown error.

### Fixed

- Some logic errors.
- Added more snippets and auto closing pairs.
- Provided CSS adjustment support for Perviewer.

## Special Thanks

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wikitext",
"displayName": "Wikitext",
"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.",
"version": "3.2.3",
"version": "3.2.4",
"publisher": "RoweWilsonFrederiskHolme",
"license": "SEE LICENSE IN LICENSE.txt",
"author": {
Expand Down Expand Up @@ -274,4 +274,4 @@
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}
}

0 comments on commit 424d3b0

Please sign in to comment.