Skip to content

Latest commit

 

History

History
107 lines (61 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

107 lines (61 loc) · 3.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.3.0 - 2020-04-03

Added

  • #9: Add support for plaintext, txt, and text languages.

1.2.0 - 2020-03-30

Added

  • #8: Add support for mathescape mode.

Fixed

1.1.6 - 2020-03-26

Added

  • A bunch more of debugging information.

Fixed

  • #6: Preserve trailing newlines.

1.1.5 - 2020-03-25

Fixed

  • Remove colors from log even if stderr is a TTY.

1.1.4 - 2020-03-24

Changed

  • Use the debug package instead of homebrewed solution. Call with DEBUG=shiki-latex environment variable and logs are written to shiki-minted-debug.log.

1.1.3 - 2020-03-24

Changed

  • Debugging environment variable from SHIKI_LATEX_DEBUG to DEBUG.

1.1.2 - 2020-03-23

Added

  • Better README formatting.

1.1.1 - 2020-03-23

Fixed

  • #4: Escape \ correctly.

1.1.0 - 2020-03-22

Added

  • #3 (comment): Load custom themes.
  • Debugging with the SHIKI_LATEX_DEBUG environment variable. The debug log is written to shiki-minted-debug.json.

Fixed

  • #3: Normalize colors, for example, #D8DEE9FF turns into #D8DEE9, and #FFF turns into #FFFFFF. This is necessary because the xcolor LaTeX package expects colors in this format.

1.0.2 - 2020-03-13

Fixed

  • #2: Escaping }.

1.0.1 - 2020-03-13

Fixed

  • #1: Parsing of parameters to make executable compatible with older versions of minted.

1.0.0 - 2020-03-10

Added

  • LaTeX renderer for Shiki.
  • Executable compatible with the way minted calls Pygments.