Skip to content

Commit

Permalink
Release v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederisk committed Nov 27, 2021
1 parent de6d59e commit 043c8c6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.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
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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. 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": {
Expand Down Expand Up @@ -307,4 +307,4 @@
"luxon": "^2.1.1",
"node-fetch": "^2.6.5"
}
}
}

0 comments on commit 043c8c6

Please sign in to comment.