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

v0.36.0

Compare
Choose a tag to compare
@yitzchak yitzchak released this 17 Oct 20:00
· 582 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

  • Allow builder override via magic comments.
  • Basic knitr builder functionality.
    Note that at this point it only works with .Rnw files. This limitation will
    be addressed in a future release.

Changed

  • Improved log parsing and error reporting.

Fixed

  • Use escaped double quotes in keymaps. Fixes #187.
  • Assign outputFilePath in resolveOutputFilePath.
  • Add default environment for texify. Fixes #185.