v2.6
-
autogobbleautomatically usespythonorpython3executables,
depending on availability, instead of requiringpython. A custom
executable can be specified by redefining\MintedPython(#277, #287). -
Fixed
autogobblecompatibility withfancyvrb4.0+ (#315, #316). -
Pygments style names may now contain arbitrary non-whitespace characters.
Previously, style names containing digits and some punctuation characters
were incompatible (#210, #294, #299, #317). Pygments macros are now only
defined just before use locally withinmintedcommands and environments,
rather than globally. Pygments macros now always use a\PYGprefix
regardless of style, rather than a prefix of the form\PYG<style>(for
example, what was previously\PYGdefaultis now simply\PYG). -
Removed Python-based MD5 hashing for XeTeX, which was necessary before
XeTeX added\mdfivesumin 2017. -
The default for
stripnlis nowfalse, so that original code is
preserved exactly by default (#198). -
Added support for
fontencodingoption fromfvextra(#208). -
Added note to FAQ about getting
texi2pdfto work withmintedgiven
texi2pdf's assumptions about temp files (#186). -
Reimplemented
bgcoloroption to be compatible withcolorpackage.