... | ... |
@@ -0,0 +1,31 @@ |
1 |
+2017-08-03 0.0.1 |
|
2 |
+ Initial commit. First, ugly version |
|
3 |
+ |
|
4 |
+2017-08-04 0.1.2 |
|
5 |
+ Refactored code to improve readability, added options |
|
6 |
+ --abortonerror |
|
7 |
+ --exceldateformat |
|
8 |
+ --silent |
|
9 |
+ Added datatypes integer, currency |
|
10 |
+ Prints version info on Usage or with --version |
|
11 |
+ |
|
12 |
+2017-08-10 0.1.3 |
|
13 |
+ - removed option --usetitles, added --noheader |
|
14 |
+ - added datatype "formula" |
|
15 |
+ - option --colsep now handles \t for tab correctly |
|
16 |
+ - lots of bug fixes |
|
17 |
+ |
|
18 |
+2017-12-21 0.2 |
|
19 |
+ Added option --encoding |
|
20 |
+ |
|
21 |
+2018-06-20 0.3 |
|
22 |
+ Added better version of ParseFloat to allow scientific number notation |
|
23 |
+ |
|
24 |
+2018-06-21 0.3.1 |
|
25 |
+ Added -filemask option to allow bulk processing |
|
26 |
+ |
|
27 |
+2018-06-21 0.3.2 |
|
28 |
+ Bugfix that caused -outfile to be ignored in 0.3.1 |
|
29 |
+ new option for -fontsize and -fontname |
|
30 |
+ new option for -headerlines |
|
31 |
+ |