Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

55 lines (33 loc) · 1.47 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0 - 2021-11-19

Added

  • exec command to run latexmk directly.
  • clobber command to delete both unessential files and artifacts.

Changed

  • go command renamed to build.
  • clean command simply deletes unessential files (instead of everything).
  • Configuration must be named .mnogootexrc (instead of .mnogootex.yml).

Removed

  • mnogoo shell integration no longer exists.
  • dir and pdf commands no longer exist.

Fixed

  • Avoid deleting files before buils so viewers can reload.
  • Caught nasty IO timing bug when polling latexmk -pv for logs.

1.1.0 - 2021-11-06

Added

  • New option work_path in configuration file to simplify access to build folders.

1.0.1 - 2018-09-03

Fixed

  • mnogootex mnogoo now produces correct path.

1.0.0 - 2018-04-24

Added

  • First public release.