python/v0.2.0
-
All config data passed back to LaTeX is now processed with
\detokenize
(#405). -
In a cache,
*.index.minted
files are now overwritten only when the data
they contain is modified. This fixes compatibility with build tools
(T-F-S/tcolorbox/issues/294). -
Fixed a bug that could prevent a cache from being fully cleaned when it is
shared by multiple documents. -
All file reading and writing for files received from/sent to LaTeX is now
UTF-8 (#411). -
The cache path is now processed correctly when it is an empty string,
instead of resulting in an error, so theminted
package will now function
whencache=false
. -
Refactored the
cleanfile
subcommand intocleanconfig
. This is more
descriptive for actual usage and allows all subcommands to take the same
arguments. -
Added subcommand
cleantemp
, which only cleans temp files, not cache
files. -
All subcommands now take exactly the same arguments.
-
Added short summary and links to
latexminted --version
(#404).