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
- #9: Add support for
plaintext
,txt
, andtext
languages.
1.2.0 - 2020-03-30
- #8: Add support for
mathescape
mode.
- https://github.com/advisories/GHSA-7fhm-mqm4-2wp7: Update minimist.
1.1.6 - 2020-03-26
- A bunch more of debugging information.
- #6: Preserve trailing newlines.
1.1.5 - 2020-03-25
- Remove colors from log even if
stderr
is a TTY.
1.1.4 - 2020-03-24
- Use the
debug
package instead of homebrewed solution. Call withDEBUG=shiki-latex
environment variable and logs are written toshiki-minted-debug.log
.
1.1.3 - 2020-03-24
- Debugging environment variable from
SHIKI_LATEX_DEBUG
toDEBUG
.
1.1.2 - 2020-03-23
- Better
README
formatting.
1.1.1 - 2020-03-23
- #4: Escape
\
correctly.
1.1.0 - 2020-03-22
- #3 (comment): Load custom themes.
- Debugging with the
SHIKI_LATEX_DEBUG
environment variable. The debug log is written toshiki-minted-debug.json
.
- #3: Normalize colors, for example,
#D8DEE9FF
turns into#D8DEE9
, and#FFF
turns into#FFFFFF
. This is necessary because thexcolor
LaTeX package expects colors in this format.
1.0.2 - 2020-03-13
- #2: Escaping
}
.
1.0.1 - 2020-03-13
- #1: Parsing of parameters to make executable compatible with older versions of minted.
1.0.0 - 2020-03-10
- LaTeX renderer for Shiki.
- Executable compatible with the way minted calls Pygments.