Skip to content

Commit 192e911

Browse files
committed
Release v3.6.3
1 parent 5e6ccb1 commit 192e911

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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.3] - 2022-02-05
8+
9+
### Added
10+
11+
- Now Wikitext Extension is available in Open VSX.
12+
- Added `sanitized-css` support.
13+
- Added more snippets.
14+
15+
### Changed
16+
17+
- Adjusted the syntax priority.
18+
- Enhanced bracket matching
19+
20+
### Fixed
21+
22+
- Fixed some security issues
23+
724
## [3.6.2] - 2021-12-16
825

926
### Added

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Wikitext Markup Language Support Extension for Visual Studio Code
22

33
[![VSMarket: wikitext extension](https://vsmarketplacebadge.apphb.com/version/RoweWilsonFrederiskHolme.Wikitext.svg?color=blueviolet&logo=visual-studio-code&style=?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=RoweWilsonFrederiskHolme.wikitext)
4+
[![Open VSX: wikitext extension](https://img.shields.io/open-vsx/v/RoweWilsonFrederiskHolme/Wikitext?color=purple&label=Open%20VSX)](https://open-vsx.org/extension/RoweWilsonFrederiskHolme/wikitext)
45
[![GitHub: wikitext extension](https://img.shields.io/badge/GitHub-wikitext-yellow)](https://github.com/Frederisk/Wikitext-VSCode-Extension)
56
[![Toolhub: wikitext extension](https://img.shields.io/badge/Toolhub-wikitext_extension-36C)](https://toolhub.wikimedia.org/tools/wikitext-vscode-extension)
67

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

5657
## Release Notes
5758

58-
- Added LaTeX syntax support for `<math>` tags.
59-
- Fixed the syntax error that caused `<ref />` and `<nowiki />` to fail to close.
59+
- Now Wikitext Extension is available in Open VSX.
60+
- Added `sanitized-css` support.
61+
- Added more snippets.
62+
- Adjusted the syntax priority.
63+
- Enhanced bracket matching
64+
- Fixed some security issues
6065

6166
## Usage
6267

@@ -70,18 +75,18 @@ Generally speaking, make sure that your VSCode is always the latest version.
7075

7176
### Development Requirements
7277

73-
- [Node.js](https://nodejs.org) (with npm) at least 10.x.x
78+
- [Node.js](https://nodejs.org) (with npm) at least v10.x.x
7479

7580
### How to build this extension yourself
7681

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

7984
```bash
80-
npm install yarn vsce -g # VS Code Extension Manager
85+
npm install -g yarn vsce # VS Code Extension Manager
8186
yarn install # Install devDependencies
8287
```
8388

84-
Package this project and you will get a .vsix file:
89+
Package this project and you will get a `.vsix` file:
8590

8691
```bash
8792
vsce package --yarn # Package Extension with yarn

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.6.2",
5+
"version": "3.6.3",
66
"publisher": "RoweWilsonFrederiskHolme",
77
"license": "SEE LICENSE IN LICENSE.txt",
88
"author": {

0 commit comments

Comments
 (0)