-
Notifications
You must be signed in to change notification settings - Fork 2
/
History.txt
90 lines (52 loc) · 2.01 KB
/
History.txt
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
== 1.1.7 / 2016-02-08 (by be9)
* Added support for the XeLaTeX engine (cypok)
== 1.1.6.1 / 2013-06-05 (by be9)
* Fix modern Ruby support (cypok)
== 1.1.6 / 2013-06-03 (by be9)
* Windows support (cypok)
* Modern Ruby support (cypok)
* Support force rebuild in a build loop (cypok)
* Remove duplication of warnings (cypok)
== 1.1.5 / 2010-08-05 (by be9)
* Consider .sty files as source, .pdf files as graphics source.
* Recursive copying of source files.
== 1.1.4.3 / 2009-04-30 (by be9)
* Exit code 2 on errors.
* Add --distribution-name option, fix --force with --loop.
* Do not exit on errors (broke loop mode).
* Git support.
== 1.1.4.1 / 2009-01-20 (by be9)
* Loop mode (--loop). Build, wait a bit, check for changes, rebuild if changed, repeat.
* Build even if files were not changed since last build with --force option.
* Bugfix: color was not reset in color messages.
== 1.1.4 / 2008-06-20
* Bugfix: Very verbose messages needs to come in addition to normal verbose
messages.
== 1.1.3 / 2008-06-20
* Overfull and underfull hbox output can now be shown specifically with -V
switch.
== 1.1.2 / 2008-04-08
* BiBTeX style files (*.bst) now are copied from the vendor dir to
the build dir if needed.
== 1.1.1 / 2008-04-07
* Bugfix: lib/rubbr/change.rb not included because of faulty manifest.
== 1.1.1 / 2008-04-07
* Support for colorized cli output.
== 1.1.0 / 2008-04-06
* Source files are now compiled only if they've changed since last build.
== 1.0.6 / 2008-04-01
* New option: more verbose output.
* Somehow a graphic files were not copied to the builddir. This
was unnoticed since I've used the \graphicspath{} macro.
== 1.0.5 / 2008-03-30
* Small bugfixes and no default output on successful builds.
== 1.0.4 / 2008-03-07
* Added support for the pdflatex engine.
== 1.0.3 / 2008-02-28
* Rerun latex when labels are updated.
== 1.0.2 / 2008-02-28
* Exit program on errors and sort warnings
== 1.0.1 / 2008-02-10
* Many small bugfixes and code refactorings
== 1.0.0 / 2008-02-01
* First public release