-
The package is now compatible with classes and packages that redefine
\raggedright
. -
Fixed a bug that introduced extra space in inline contexts such as
\mintinline
whenbreaklines=true
(#3).
-
Added support for line breaking when working with Pygments for syntax highlighting.
-
The default
highlightcolor
is now defined withrgb
for compatibility with thecolor
package. Fixed a bug in the conditional color definition whencolor
andxcolor
are not loaded beforefvextra
.
-
The options
rulecolor
andfillcolor
now accept color names directly; using\color{<color_name>}
is no longer necessary, though it still works. -
Added
tabcolor
andspacecolor
options for use withshowtabs
andshowspaces
. -
Added
highlightlines
option that takes a line number or range of line numbers and highlights the corresponding lines. Addedhighlightcolor
option that controls hightlighting color. -
obeytabs
no longer causes lines to vanish when tabs are inside macro arguments. Tabs and spaces inside a macro argument but otherwise at the beginning of a line are expanded correctly. Tabs inside a macro argument that are preceded by non-whitespace characters (not spaces or tabs) are expanded based on the starting position of the run of whitespace in which they occur. -
The line breaking options
breakanywhere
,breakbefore
, andbreakafter
now work with multi-byte UTF-8 code points under pdfTeX withinputenc
. They were already fully functional under XeTeX and LuaTeX. -
Added
curlyquotes
option, which essentially disables theuquote
package.
- Initial release.