Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

v0.11.0

Choose a tag to compare

@yitzchak yitzchak released this 25 Oct 22:57
· 228 commits to master since this release
89a5f73

Changes

All significant changes to this project will be documented in the notes below.
This project adheres to Semantic Versioning.

Added

  • validateCache to control cache validation during load command [#99].
  • Improved parsing of source references in LaTeX log files [#103].

Fixed

  • Creation of output directories across different jobs caused excessive directories to be created. Sub-directories of any output directory are now ignored, not just the current output directory. Fixes #104.
  • Incorrect overriding of boolean options specified in lower priority configuration sources by the command line interface. Fixes #105.
  • Incorrect identification of sub-files with \documentclass in a verbatim environment as a LaTeX main file. Fixes #106.