pandoc-plot v0.7.1.0 Release Notes

Release Date: 2020-06-19 // almost 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, and data-default-class, resulting in improved build times by ~10%, and makes the executable smaller by 15-20%!