This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Grow up already
jacobmarble
released this
30 Sep 22:52
·
199 commits
to master
since this release
Big changes this time, so please read carefully if you're upgrading. If you're new to this project, the wiki should help; open an issue if I'm wrong.
- renamed
connector
togcp-cups-connector
cups-connector.config.json
was the default config filename; now it'sgcp-cups-connector.config.json
- consolidated
connector-init
,connector-monitor
, andconnector-util
intogcp-cups-connector-util
connector-init
is nowgcp-cups-connector-util -init
connector-monitor
is nowgcp-cups-connector-util -monitor
- added support for PPD keywords
KMDuplex
=Duplex
on Konica Minolta printersCMAndResolution
=ColorModel
on HP printersJobType=LockedPrint
andLockedPrintPassword
to create PIN-locked print jobs on Ricoh printers
- the connector will now search for a config file in XDG paths like /etc/xdg and ~/.config
- changed the OAuth flow to device style
- eliminated most of the README content in favor of the GitHub wiki
- added the ability to append a prefix to the default display name
- small code cleanups