pandoc-plot v0.7.1.0 Release Notes
Release Date: 2020-06-19 // over 4 years ago-
๐ This release sees the following change:
- ๐ Better multi-threaded logging. Only one thread (the logging thread) performs IO on the log file. This prevents hang-ups when working on large documents.
Previous changes from v0.7.0.0
-
๐ This release sees a lot of refactoring, but few user-facing changes.
- โ Added documentation on using
pandoc-plot
with LaTeX documents as well. โ Added preliminary support for logging. You can turn on this feature in the configuration as follows:
logging: # Possible verbosity values: debug, error, warning, info, silent# debug level shows all messages# error level shows all but debug messages, etc.verbosity: info# OPTIONAL: log to file# Remove line below to log to stderrfilepath: log.txt
โ Removed dependencies
turtle
,temporary
,deepseq
, anddata-default-class
, resulting in improved build times by ~10%, and makes the executable smaller by 15-20%!
- โ Added documentation on using