This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Releases: google/cloud-print-connector
Releases · google/cloud-print-connector
Cloud Print Connector 1.16
Cloud Print Connector 1.15
- Experimental support for using HTTPS-based FCM instead of XMPP
- Golang 1.9.3
- You're not counting wrong, there is no 1.14.
Cloud Print Connector 1.13
- Fix crash on cairo for certain jobs
- Upgrade to Golang 1.9
Cloud Print Connector 1.12
- Improved push notification of Windows printer changes (pastarmovj)
- Golang 1.8.3
Cloud Print Connector 1.11
MSI-only release
- don't retry 404 and other permanent errors, solves temp file issues
- GoLang 1.8.1
- Retry XMPP on startup
Cloud Print Connector 1.1
MSI-only release. We're working to bring back Linux / MacOS distributions in the future but for now they can be built from source.
Happy Times
- 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.
Whatcha doin? Not much.
This release is mostly to get more binaries out there because of #100. The changes are:
- CUPS 1.4 might work now, after some skin-deep testing with CentOS 6 and #102
- job titles no longer use the "gcp:awful-and-rarely-useful" prefix by default
Don't forget to run gcp-cups-connector-util -update-config-file
.
Grow up already
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
We don't need no cloud
In this release:
- cloud printing is optional; the connector can exist completely independent of the Internet
- config file is optional; the connector uses sane defaults, including local-only, in the absence of a config file
connector-util
gets some more tools; use -h to list them- several bug fixes