|
1 | 1 | # Changes |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v2.7 (2022/12/12) |
| 5 | + |
| 6 | + |
| 7 | +* Reimplemented `\mintinline` to use `fvextra`'s argument reading and |
| 8 | + processing macros, and to use `fvextra`'s `\Verb` internally. |
| 9 | + `\mintinline` now works with all line breaking options supported by |
| 10 | + `fvextra`'s `\Verb`, including `breakanywhere` (#329, #340). It now |
| 11 | + gives better results when used inside other commands, since it uses |
| 12 | + `fvextra`'s retokenization macros. It is now compatible with `hyperref` |
| 13 | + for PDF strings such as bookmarks. |
| 14 | + |
| 15 | +* Reimplemented `\newmintinline` based on new `\mintinline`. |
| 16 | + |
| 17 | +* Reimplemented `\mint` to use `fvextra`'s argument reading and processing |
| 18 | + macros. It now gives better results when used inside other commands, |
| 19 | + since it uses `fvextra`'s retokenization macros. Fixed a bug that caused |
| 20 | + a continued paragraph after `\mint` to be indented (#218). |
| 21 | + |
| 22 | +* Reimplemented `\newmint` based on new `\mint`. Commands created with |
| 23 | + `\newmint` can now use curly braces as delimiters, just like `\mint` |
| 24 | + (#254). |
| 25 | + |
| 26 | +* Settings passed to `pygmentize` as command-line options are now quoted. |
| 27 | + This prevents `escapeinside` characters from being interpreted as special |
| 28 | + shell characters (#179, #262). |
| 29 | + |
| 30 | +* Fixed bug with `autogobble` that produced incorrect dedent when using |
| 31 | + `lastline` with the lines beyond `lastline` having less indentation than |
| 32 | + the selected range (#326). |
| 33 | + |
| 34 | +* Fixed unintended line breaks after hyphens under LuaTeX (#263). |
| 35 | + |
| 36 | +* Added warning to documentation of `\inputminted` regarding filenames |
| 37 | + and shell command execution (#338). |
| 38 | + |
| 39 | + |
| 40 | + |
4 | 41 | ## v2.6 (2021/12/24) |
5 | 42 |
|
6 | 43 | * `autogobble` automatically uses `python` or `python3` executables, |
|
0 commit comments