1 |
2018-07-02 (0.21) |
2 |
* add --font and --landscape options |
3 |
* compute default lines per tabular when no --lines or --lines 0 given |
4 |
* fix manpage install in Makefile when destination dir is not present |
5 |
|
6 |
2016-10-24 (0.20) |
7 |
* fix separator guess when using non-ascii chars on the first line |
8 |
* improve Makefile |
9 |
|
10 |
2016-10-19 (0.19) |
11 |
* handle input from stdin |
12 |
|
13 |
2016-10-18 (0.18.2) |
14 |
* minor update (repo/urls) |
15 |
|
16 |
2014-04-29 (0.18.1) |
17 |
* cleanup, minor update (README) |
18 |
|
19 |
2010-04-17 (0.18) |
20 |
* workaround when double-quotes are only on some cells (Google Docs) |
21 |
thanks to Florian Heinze <florian@heinze.at> |
22 |
|
23 |
2010-02-06 (0.17) |
24 |
* added --repeatheder, --nohlines, --novlines |
25 |
thanks to Mathew Polzin <mpolzin@willamette.edu> |
26 |
* updated manpage |
27 |
|
28 |
2009-09-18 (0.16) |
29 |
* generated manpage added into source (docbook-to-man not needed) |
30 |
|
31 |
2009-08-28 (0.16) |
32 |
* use unisgned when needed (MAXUINT = 4G on 32bits systems) |
33 |
|
34 |
2009-07-24 |
35 |
* fixed empty tabular bug when number of CSV rows matches --lines |
36 |
* added \newline between tabulars |
37 |
|
38 |
2009-07-15 (0.15) |
39 |
* added use of longtable package |
40 |
|
41 |
2009-04-16 (0.14) |
42 |
* replace "$\backslash$" by "\textbackslash" |
43 |
|
44 |
2009-04-16 (0.14) |
45 |
* --noescape option added. |
46 |
* gzip --force in Makefile. |
47 |
* will release soon. |
48 |
|
49 |
2009-04-13 (0.14) |
50 |
* now escape '\' as "$\backslash$". not released yet. |
51 |
|
52 |
2009-03-11 (0.13) |
53 |
* max lines per table now architecture dependant |
54 |
|
55 |
2009-01-29 (0.12-3) |
56 |
|
57 |
* now, --lines 0 means no limit per output table (actually 2 Giga lines) |
58 |
|
59 |
2009-01-24 (0.12-2) |
60 |
|
61 |
* manpage added (sgml) |
62 |
|
63 |
2009-01-24 (0.12-1) |
64 |
|
65 |
* minor bugfix (getMaximums) in case of unexpected EOF |
66 |
* --version looks nicer |
67 |
|
68 |
2009-01-23 (0.12) |
69 |
|
70 |
* added --reduce option, based on the idea from Boaz (need {relsize}) |
71 |
|
72 |
2009-01-22 (0.11) |
73 |
|
74 |
* bugfix a bad behaviour when getting a separator inside a block |
75 |
* rewritten some parsing code |
76 |
|
77 |
2008-11-11 (0.10-1) |
78 |
|
79 |
* Added co(l)on as --delimiter. Modified Usage message. Better --guess |
80 |
|
81 |
2007-11-29 (0.9-3) |
82 |
|
83 |
* added s(p)ace as --delimiter. |
84 |
* added --colorrows option |
85 |
|
86 |
2007-04-17 (0.9-2) |
87 |
|
88 |
* added bad filename detection after bug reported by |
89 |
James R. Phillips <James_R_Phillips@bigfoot.com> |
90 |
|
91 |
2006-03-04 (0.9-1) |
92 |
|
93 |
* added "--separator t" option by Owen Solberg <solberg@berkeley.edu> |
94 |
|
95 |
2005-11-22 (0.8-1) |
96 |
|
97 |
* Initial release as unofficial debian package |
98 |
|
99 |
2002- |
100 |
* source released as csv2latex.c |
101 |
* various fixes and options added |
102 |
|