From 02e202596c00df513daae7677d2f3ac2f6f8a04d Mon Sep 17 00:00:00 2001 From: Rowe Wilson Frederisk Holme Date: Wed, 24 Jan 2024 19:44:07 +0800 Subject: [PATCH] Release v3.8.1 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 9 ++++----- package.json | 2 +- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9b9c7..c3184e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ 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.8.1] - 2024-01-24 + +### Added + +- Added more syntaxes of wikitext tags. + +### Changed + +- Removed '<>' pairs. +- Made summary shorter. + +### Fixed + +- Alleviated the issue of the extension posting edits without logging in. + ## [3.8.0] - 2023-04-20 ### Added diff --git a/README.md b/README.md index 8986e99..963316f 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,10 @@ If you get help with this project, give this project a star or recommend it to o ## Release Notes -- Added web extension support. -- Added syntaxhighlight tag support. -- Revert removing incorrect bracket highlighting. -- Improved partial syntax highlighting. -- Fixed some syntax errors. +- Added more syntaxes of wikitext tags. +- Removed '<>' pairs. +- Made summary shorter. +- Alleviated the issue of the extension posting edits without logging in. ## Usage diff --git a/package.json b/package.json index 749634f..89f9354 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.8.0", + "version": "3.8.1", "publisher": "RoweWilsonFrederiskHolme", "license": "SEE LICENSE IN LICENSE.txt", "author": {