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

Grow up already

Compare
Choose a tag to compare
@jacobmarble 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 to gcp-cups-connector
    • cups-connector.config.json was the default config filename; now it's gcp-cups-connector.config.json
  • consolidated connector-init, connector-monitor, and connector-util into gcp-cups-connector-util
    • connector-init is now gcp-cups-connector-util -init
    • connector-monitor is now gcp-cups-connector-util -monitor
  • added support for PPD keywords
    • KMDuplex = Duplex on Konica Minolta printers
    • CMAndResolution = ColorModel on HP printers
    • JobType=LockedPrint and LockedPrintPassword 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