Skip to content

Commit 76b061f

Browse files
committed
Release v3.5.0
1 parent 86bc0e8 commit 76b061f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the "Wikitext" extension will be documented in this file.
44

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

7-
## [3.4.1] - 2021-09-24
7+
## [3.5.0] - 2021-09-24
88

99
### Added
1010

@@ -19,6 +19,7 @@ All notable changes to the "Wikitext" extension will be documented in this file.
1919
### Fixed
2020

2121
- Errors about syntax.
22+
- Some bugs of web cite method.
2223

2324
## [3.4.0] - 2021-07-30
2425

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,12 @@ If you get help with this project, give this project a star or recommend it to o
5252

5353
## Release Notes
5454

55-
- Added the function of pulling pages through URI.
56-
- Added the function of displaying the action status through the status bar.
57-
- Fixed some typos.
55+
- Added PageInfo support for the file of CSS, JavaScript, Lua, etc.
56+
- Added PageInfo syntax.
57+
- Enhanced info message of pull page function.
58+
- Clearer error prompts.
59+
- Fixed some errors about syntax.
60+
- Fixed some bugs of web cite method.
5861

5962
## Usage
6063

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

0 commit comments

Comments
 (0)