git ssb

0+

cel / freecheck



Tree: 13d9698d9bd7a27d73234d96206ed5fe86166381

Files: 13d9698d9bd7a27d73234d96206ed5fe86166381 / ChangeLog

2131 bytesRaw
1+ added
2- removed
3* bug fix
4% change
5
6Version 0.30.1, March 11, 2O14
7 + packaged for Archlinux
8 + began process of updating decade old program
9 + added installer
10 % move config file to user directory
11
12
13Version 0.3, October 15, 2002
14 + Support for multiple check layouts.
15 + Quicken/QuickBooks compatible check layouts.
16 + EPS logo support
17 + New check blank definitions, MVD3003 and MVP3001.
18 + PostScript string substitution proc
19 % modified FixMICR to use new string substitution proc
20 * fixed bug where defaults would override the command line
21 * fixed bug where ShowAndCR would leave arguments on the stack
22 * modified some loops to use repeat since they where not
23 using the index number that was being pushed on the stack by
24 'for' and were not popping it off either.
25
26
27Version 0.21, August 12, 2000
28 % Changed the way the MICR line is generated & entered
29 (See the freecheck.cfg file for details - it's changed)
30 Previous algorithm was not flexible enough to generate
31 many MICR lines out there. Should now handle all cases.
32 + Added MICR line error checking - routing number checksum, etc.
33 (Disabled with --test option)
34
35Version 0.2, July 22, 2000
36 + Added error checking for nonexistant acct/style/blank
37 + Added options to show available accts/styles/blanks
38 + Added centimeter ("cm") def - dims can now be in cm
39 % Changed style section definition a bit (no "CheckHeight mul")
40 + Added --cgi option to pass config from another script (cgi)
41 + Added simple cgi script to accomplish above interface...
42 + cgi script uses cookies to save parameters
43 * Strip whitespace from end of lines in config file
44 + Replace dash ("-") in account number with dash symbol, if entered
45 + Made number of digits in check number configurable (leading 0's)
46 Cleaned up PostScript a bit:
47 % Prints acct number left of routing number for large checks
48 (and changed logic around check number string a bit)
49 - Removed commented-out sections
50 * Only prints stub when check body is printed
51 * Only prints check border lines if --test requested
52
53Version 0.1, July 16, 2000
54 First semi-distributed version
55
56
57
58
59

Built with git-ssb-web