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

v0.10.0

Choose a tag to compare

@yitzchak yitzchak released this 25 Sep 20:18
· 287 commits to master since this release
1ee72ac

Changes

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

Added

  • pweaveKernel option to specify Jupyter kernel [#83].
  • Documentation comparing DiCy to latexmk and arara [#89]. Suggested and edited by @yudai-nkt.
  • Support for bib2gls and glossaries-extra package [#90].
  • Version field and version checking for cache loading and saving [#92].

Changed

  • Replace ignoreUserOptions option with loadUserOptions option which has a default value of true [#92].
  • Replace ignoreCache option with loadCache and saveCache options both of which have a default value of true [#92].
  • Only emit fileDeleted event when file was actually deleted and not when file has been removed from in-memory cache [#92].