Skip to content

Commit 02e2025

Browse files
committed
Release v3.8.1
1 parent 6d791df commit 02e2025

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to the "Wikitext" extension will be documented in this file.
55

66
(The version marked with an asterisk(&ast;) means that the version has been adjusted internally and has not been released.)<!-- http://keepachangelog.com/ -->
77

8+
## [3.8.1] - 2024-01-24
9+
10+
### Added
11+
12+
- Added more syntaxes of wikitext tags.
13+
14+
### Changed
15+
16+
- Removed '<>' pairs.
17+
- Made summary shorter.
18+
19+
### Fixed
20+
21+
- Alleviated the issue of the extension posting edits without logging in.
22+
823
## [3.8.0] - 2023-04-20
924

1025
### Added

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ If you get help with this project, give this project a star or recommend it to o
5757

5858
## Release Notes
5959

60-
- Added web extension support.
61-
- Added syntaxhighlight tag support.
62-
- Revert removing incorrect bracket highlighting.
63-
- Improved partial syntax highlighting.
64-
- Fixed some syntax errors.
60+
- Added more syntaxes of wikitext tags.
61+
- Removed '<>' pairs.
62+
- Made summary shorter.
63+
- Alleviated the issue of the extension posting edits without logging in.
6564

6665
## Usage
6766

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

0 commit comments

Comments
 (0)