From 043c8c624d7410bfd5769d053ce5c511c4acc5b3 Mon Sep 17 00:00:00 2001 From: Rowe Wilson Frederisk Holme Date: Sat, 27 Nov 2021 14:59:29 +0800 Subject: [PATCH] Release v3.6.1 --- CHANGELOG.md | 11 +++++++++++ README.md | 8 +++----- package.json | 4 ++-- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe5cec..b3cf0bf 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.6.1] - 2021-11-27 + +### Added + +- When page is not exist, the extension will ask if still open document to create new page. +- The post function will try to add `WikitextExtensionForVSCode` tag in the edit history. + +### Fixed + +- Fixed the bug that user edit summary cannot be posted. + ## [3.6.0] - 2021-11-02 ### Added diff --git a/README.md b/README.md index 4dfcbbd..e8d4ce0 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,9 @@ If you get help with this project, give this project a star or recommend it to o ## Release Notes -- Add a command to close editor without saving. -- Add the option of auto login. -- Add option to allow skip filling in page title. -- Change the base syntax from XML(XHTML) to HTML. -- Remove ansi-regex dependency to potential security vulnerabilities. +- When page is not exist, the extension will ask if still open document to create new page. +- The post function will try to add `WikitextExtensionForVSCode` tag in the edit history. +- Fixed the bug that user edit summary cannot be posted. ## Usage diff --git a/package.json b/package.json index af081ca..66a7bba 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.6.0", + "version": "3.6.1", "publisher": "RoweWilsonFrederiskHolme", "license": "SEE LICENSE IN LICENSE.txt", "author": { @@ -307,4 +307,4 @@ "luxon": "^2.1.1", "node-fetch": "^2.6.5" } -} +} \ No newline at end of file