Skip to content

Commit adae9f4

Browse files
committed
Release v3.4.0
1 parent b922772 commit adae9f4

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.4.0] - 2021-07-30
8+
9+
### Added
10+
11+
- The function of pulling pages through URI.
12+
- The function of displaying the action status through the status bar.
13+
14+
### Fixed
15+
16+
- Some typos.
17+
718
## [3.3.0] - 2021-05-30
819

920
### Added

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Of course, the development of this extension is short, and there may be some err
1414

1515
If you get help with this project, give this project a star or recommend it to others, thanks!😸
1616

17+
## What's New: [Wikitext-Extension-Gadget](https://github.com/Frederisk/Wikitext-Extension-Gadget)!
18+
19+
- Now you can add [Wikitext Extension Gadget](https://github.com/Frederisk/Wikitext-Extension-Gadget) as a user gadget on your wiki site. And you will get a button to open VSCode directly in your browser to edit the page!
20+
21+
Go to the gadget's repository page to learn more.
22+
23+
<img alt="Wikitext Extension Gadget" src="https://user-images.githubusercontent.com/29837738/127597149-5f44306a-a9ee-461a-8022-bd39f8ce3852.gif" width="512"/>
24+
1725
## Features
1826

1927
- Color and style annotations of Wikitext can make it easier for users to intuitively find problems in writing grammatical formats.
@@ -44,14 +52,9 @@ If you get help with this project, give this project a star or recommend it to o
4452

4553
## Release Notes
4654

47-
- Removed unnecessary assets, The size of the installation file is now ⅒ the original size!
48-
- Enhanced URI view page function.
49-
- Added Table caption syntax.
50-
- Added `<ref>` tag synax.
51-
- Fixed errors about XML syntax.
52-
- Turn part of the synax analysis into a built-in language extension that depends on VSCode such as XML and JSON.
53-
- Changed some of textmate scopes.
54-
- The extension will be activated when language is set to wikitext to speed up user commands.
55+
- Added the function of pulling pages through URI.
56+
- Added the function of displaying the action status through the status bar.
57+
- Fixed some typos.
5558

5659
## Usage
5760

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

0 commit comments

Comments
 (0)