This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Happy Times
jacobmarble
released this
02 Jan 21:05
·
147 commits
to master
since this release
- The command line interface has changed. Some examples:
gcp-cups-connector-util -update-config-file
is nowgcp-cups-connector-util update-config file
gcp-cups-connector -config-filename
is nowgcp-cups-connector --config-filename
gcp-cups-connector h
orgcp-cups-connector-util h
to show all sub-commands and flags
- Config options have changed. Be certain to run
gcp-cups-connector-util update-config-file
. - The log format has changed to mimic the CUPS log format.
- Logging to the systemd journal has been added (not required).
- PPD file caching has been removed, so you'll see fewer temporary files collecting dust.
- A printer blacklist has been added to the config file (important for upcoming Windows port).
- The usual handful of smaller bugfixes.