Skip to content

Latest commit

 

History

History
120 lines (62 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

120 lines (62 loc) · 1.67 KB

v0.3.3

2024-11-03

Fixed

  • Tokens inside image parameters in Wikitext code blocks are now highlighted correctly
  • Only well-defined wiki links are auto-linked in Wikitext code blocks

Changed

  • Inline colors for argument default values in Wikitext code blocks

v0.3.2

2024-10-30

Changed

  • Style hyperlinks with text-decoration: underline in code blocks

v0.3.1

2024-10-27

Added

  • Use data-line attribute to highlight lines in code blocks

Fixed

  • CSS precedence for some MediaWiki skins

Changed

  • Inline colors for parameter values in Wikitext code blocks

v0.3.0

2024-10-27

Added

  • Auto-linking for URLs and wiki links in code blocks

v0.2.1

2024-10-26

Added

  • Double-click to highlight a code block without predefined language

Fixed

  • Load user-specified plugins that depend on certain languages

v0.2.0

2024-10-26

Added

  • Inline colors for Wikitext code blocks

v0.1.1

2024-04-18

Fixed

  • Missing alias js for JavaScript

v0.1.0

2024-04-17

Added

  • Clickable line numbers in code blocks that modify the hash of the URL

Changed

  • Highlight Wikitext syncronously

v0.0.5

2024-04-10

Added

  • Highlight JSDoc comments in JavaScript code blocks

v0.0.4

2024-03-25

Fixed

  • Use white-space: pre-wrap for Wikitext

Changed

v0.0.3

2024-03-24

Added

  • Allow users to specify the theme and plugins
  • Automatically load the site-specific parser configuration for Wikitext

v0.0.0

2024-03-21

First published version