Skip to content

Releases: Frederisk/Wikitext-VSCode-Extension

Wikitext Extension for VSCode v3.8.1

24 Jan 11:49
Compare
Choose a tag to compare
  • Added more syntaxes of wikitext tags.
  • Removed '<>' pairs.
  • Made summary shorter.
  • Alleviated the issue of the extension posting edits without logging in.

Wikitext Extension for VSCode v3.8.0

21 Apr 06:41
Compare
Choose a tag to compare
  • Added web extension support.
  • Added syntaxhighlight tag support.
  • Revert removing incorrect bracket highlighting.
  • Improved partial syntax highlighting.
  • Fixed some syntax errors.

Wikitext Extension for VSCode v3.7.0

07 Nov 10:05
Compare
Choose a tag to compare
  • Added apostrophe surrounding pairs.
  • VSCode minimum version requirements are now changed to 1.64.0 and above.
  • Fixed extra line breaks when posting pages.
  • Temporarily fixed incorrect bracket highlighting issue.

Wikitext Extension for VSCode v3.6.5

04 Oct 19:28
4d52377
Compare
Choose a tag to compare
  • Added MediaWiki version checking in pullPage
  • Added Scribunto to lua mapping
  • Enhanced table syntaxes

Wikitext Extension for VSCode v3.6.4

07 Apr 09:27
Compare
Choose a tag to compare
  • Modified how some input boxes interacts.
  • Fixed an error with pushing changes when there is a number in the tags.
  • Fixed some errors in Wikitext syntax.

Wikitext Extension for VSCode v3.6.3

16 Mar 10:39
Compare
Choose a tag to compare
  • Now Wikitext Extension is available in Open VSX.
  • Added sanitized-css support.
  • Added more snippets.
  • Adjusted the syntax priority.
  • Enhanced bracket matching
  • Fixed some security issues

Wikitext Extension for VSCode v3.6.2

16 Dec 07:47
Compare
Choose a tag to compare
  • Added LaTeX syntax support for <math> tags.
  • Fixed the syntax error that caused <ref /> and <nowiki /> to fail to close.

Wikitext Extension for VSCode v3.6.1

27 Nov 07:05
Compare
Choose a tag to compare
  • 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.

Wikitext Extension for VSCode v3.6.0

02 Nov 06:35
Compare
Choose a tag to compare
  • 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.

Wikitext Extension for VSCode v3.5.0

24 Sep 10:49
Compare
Choose a tag to compare
  • Added PageInfo support for the file of CSS, JavaScript, Lua, etc.
  • Added PageInfo syntax.
  • Enhanced info message of pull page function.
  • Clearer error prompts.
  • Fixed some errors about syntax.
  • Fixed some bugs of web cite method.