Things may move fast!
0.1.5 - 2017-02-25
- Moved all configuration to JSON config file. See Configuration documentation.
0.1.2 - 2017-01-27
- Moved the default printer driver path to a configuration variable rather than hard coding it in the program logic.
generator.py
checks for Required Fields when processing your input CSV
- Removed superfluous 'Label' field from required fields in the input CSV. The 'DisplayName' field is now used as the JSON array name/label.
- Removed 'CUPSName' field from required fields in the input CSV. The field is now optional and used to check for already-mapped queues if available.
- Replaced temporary rudimentary argument parsing with
argparse
implementation