From adae9f4801d98a51d405e15e78553e9de8c182f3 Mon Sep 17 00:00:00 2001 From: Rowe Wilson Frederisk Holme Date: Fri, 30 Jul 2021 12:02:54 +0800 Subject: [PATCH] Release v3.4.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 19 +++++++++++-------- package.json | 2 +- 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42aaabf..d6fa333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to the "Wikitext" extension will be documented in this file. (The version marked with an asterisk(*) means that the version has been adjusted internally and has not been released.) +## [3.4.0] - 2021-07-30 + +### Added + +- The function of pulling pages through URI. +- The function of displaying the action status through the status bar. + +### Fixed + +- Some typos. + ## [3.3.0] - 2021-05-30 ### Added diff --git a/README.md b/README.md index a565b99..eae0b92 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ Of course, the development of this extension is short, and there may be some err If you get help with this project, give this project a star or recommend it to others, thanks!😸 +## What's New: [Wikitext-Extension-Gadget](https://github.com/Frederisk/Wikitext-Extension-Gadget)! + +- 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! + + Go to the gadget's repository page to learn more. + + Wikitext Extension Gadget + ## Features - 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 ## Release Notes -- Removed unnecessary assets, The size of the installation file is now ⅒ the original size! -- Enhanced URI view page function. -- Added Table caption syntax. -- Added `` tag synax. -- Fixed errors about XML syntax. -- Turn part of the synax analysis into a built-in language extension that depends on VSCode such as XML and JSON. -- Changed some of textmate scopes. -- The extension will be activated when language is set to wikitext to speed up user commands. +- Added the function of pulling pages through URI. +- Added the function of displaying the action status through the status bar. +- Fixed some typos. ## Usage diff --git a/package.json b/package.json index 5b36511..4288890 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wikitext", "displayName": "Wikitext", "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.", - "version": "3.3.0", + "version": "3.4.0", "publisher": "RoweWilsonFrederiskHolme", "license": "SEE LICENSE IN LICENSE.txt", "author": {