Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

v0.16.0

Compare
Choose a tag to compare
@yitzchak yitzchak released this 22 Oct 18:09
· 1098 commits to master since this release

Changes

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

Added

  • Support for cross-platform and Windows PDF viewers.
    ~ #48
    / @nscaife
  • Clean feature that deletes temporary files generated during build.
    ~ #47
    / @nscaife

Fixed

  • Issue with config schema loading being deferred due to package only being
    activated on triggering Build (or Clean). The workaround was to disable
    delayed package activation, so this will likely need to be revisited in the
    future.
  • Deprecation warning in keymaps/latex.cson.
    ~ #44
    / @evandromr