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

Tags: google/cloud-print-connector

Tags

v1.16

Toggle v1.16's commit message
generalize build-msi.sh for 32/64 builds (#408)

* generalize build-msi.sh for 32/64 builds

* Rename windows-connector.wxs to windows-connector-x64.wxs

* Create windows-connector-x86.wxs

v1.15

Toggle v1.15's commit message
Fix uuid.NewV4 usage to allow gcp-connector-util to build again (#397)

v1.13

Toggle v1.13's commit message
Listen for printer changes and refresh the printers list when it happ…

…ens (#361)

* Listen for printer changes and refresh the printers list when such happen.

This reduces the delay after new printer is added until it shows up
as a printer avaiable for printing in Goolge Cloud Print on Windows.

Timer based refreshes still need to happen due to other sources of
printers eg Privet etc.

* Adjust the code to the commited version of golang.org/x/sys/windows/svc.

v1.12

Toggle v1.12's commit message
Listen for printer changes and refresh the printers list when it happ…

…ens (#361)

* Listen for printer changes and refresh the printers list when such happen.

This reduces the delay after new printer is added until it shows up
as a printer avaiable for printing in Goolge Cloud Print on Windows.

Timer based refreshes still need to happen due to other sources of
printers eg Privet etc.

* Adjust the code to the commited version of golang.org/x/sys/windows/svc.

v1.11

Toggle v1.11's commit message
retry only 5xx errors. Fixes #349 (#354)

v1.1

Toggle v1.1's commit message
Fix of issue 340 : Failed to submit to native print system with some …

…RICOH printer when password is empty (#341)

* Fix of issue 340 : Failed to submit to native print system with some RICOH printers when password is empty

* Fix of issue 340 : Failed to submit to native print system with some RICOH printers when password is empty

2016.01.02

Toggle 2016.01.02's commit message
unix: Report connector version via CLI library.

2015.10.05

Toggle 2015.10.05's commit message
Merge pull request #104 from jacobmarble/job-title

Make GCP job id prefix to job title optional.

2015.09.30

Toggle 2015.09.30's commit message
Merge pull request #97 from jacobmarble/oauth-device

Change OAuth initialization flow to device style.

2015.09.22

Toggle 2015.09.22's commit message
Merge pull request #84 from jacobmarble/monitor-local

Add privet printer quantity to monitor output.