Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.19 KB

Self Service Printer Installer Changelog

Things may move fast!

0.1.5 - 2017-02-25

New

  • Moved all configuration to JSON config file. See Configuration documentation.

0.1.2 - 2017-01-27

New

  • 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

Changed

  • 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.

0.1.1 – 2017-01-27

Changed

  • Replaced temporary rudimentary argument parsing with argparse implementation