summaryrefslogtreecommitdiff
path: root/support/cluttex/CHANGELOG.md
blob: d73f9ea1071444258e4085ce83733205e7dd14ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Version 0.5.1 (2021-11-04)
-----

Changes:

* Support terminal detection on more platforms (especially on Apple Silicon)
* Support newer l3backend ([Issue #5](https://github.com/minoki/cluttex/issues/5), thanks to @gksato)

Version 0.5 (2020-02-06)
-----

Changes:

* New option: `--check-driver`
* Driver options for some packages are always checked when the output format is PDF.
* The color for EXEC messages are now cyan ([Issue #2](https://github.com/minoki/cluttex/issues/2)).
* Some bug-fixes.

Version 0.4 (2019-08-21)
-----

Changes:

* New options: `--print-output-directory`, `--package-support`, and `--engine-executable`
* Spaces and special characters in the input file name are now appropriately escaped.  For example, `cluttex -e pdflatex file%1.tex` now typesets the file `file%1.tex`.
* Watch new input files in watch mode.

Version 0.3 (2019-04-30)
-----

Changes:

* Support other methods for watching file system: `inotifywait` for Linux and a built-in one for Windows.
* Fix `--no-*` options.

Version 0.2 (2019-02-22)
-----

Changes:

* Added manual.
* Added `--make-depends` option.
* Better support for older Windows; don't emit ANSI escape sequences on older Command Prompts.

Version 0.1 (2018-10-10)
-----

Initial release.

Basic features:

* Does not clutter your working directory with `.aux`, `.log`, etc. files.
* Does not prompt for input when there is a (La)TeX error.
* With pTeX-like engines, automatically run dvipdfmx to produce PDF file.
* Automatically re-run (La)TeX to resolve cross-references and other things.
* Watch input files for change (requires an external program). [`--watch` option]
* Support for MakeIndex, BibTeX, Biber, makeglossaries commands. [`--makeindex`, `--bibtex`, `--biber`, `--makeglossaries` options]