|
1 | 1 | # Changes |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v2.6 (2021/12/24) |
| 5 | + |
| 6 | +* `autogobble` automatically uses `python` or `python3` executables, |
| 7 | + depending on availability, instead of requiring `python`. A custom |
| 8 | + executable can be specified by redefining `\MintedPython` (#277, #287). |
| 9 | + |
| 10 | +* Fixed `autogobble` compatibility with `fancyvrb` 4.0+ (#315, #316). |
| 11 | + |
| 12 | +* Pygments style names may now contain arbitrary non-whitespace characters. |
| 13 | + Previously, style names containing digits and some punctuation characters |
| 14 | + were incompatible (#210, #294, #299, #317). Pygments macros are now only |
| 15 | + defined just before use locally within `minted` commands and environments, |
| 16 | + rather than globally. Pygments macros now always use a `\PYG` prefix |
| 17 | + regardless of style, rather than a prefix of the form `\PYG<style>` (for |
| 18 | + example, what was previously `\PYGdefault` is now simply `\PYG`). |
| 19 | + |
| 20 | +* Removed Python-based MD5 hashing for XeTeX, which was necessary before |
| 21 | + XeTeX added `\mdfivesum` in 2017. |
| 22 | + |
| 23 | +* The default for `stripnl` is now `false`, so that original code is |
| 24 | + preserved exactly by default (#198). |
| 25 | + |
| 26 | +* Added support for `fontencoding` option from `fvextra` (#208). |
| 27 | + |
| 28 | +* Added note to FAQ about getting `texi2pdf` to work with `minted` given |
| 29 | + `texi2pdf`'s assumptions about temp files (#186). |
| 30 | + |
| 31 | +* Reimplemented `bgcolor` option to be compatible with `color` package. |
| 32 | + |
| 33 | + |
| 34 | + |
4 | 35 | ## v2.5 (2017/07/19) |
5 | 36 |
|
6 | 37 | * The default placement for the `listing` float is now `tbp` instead of `h`, |
|
73 | 104 | pdfTeX (#123). |
74 | 105 |
|
75 | 106 | * Thanks to `fvextra`, `obeytabs` no longer causes lines in multi-line |
76 | | - comments or strings to vanish (\#88), and is now compatible with |
| 107 | + comments or strings to vanish (#88), and is now compatible with |
77 | 108 | `breaklines` (#99). `obeytabs` will now always give correct results with |
78 | 109 | tabs used for indentation. However, tab stops are not guaranteed to be |
79 | 110 | correct for tabs in the midst of text. |
|
0 commit comments