Releases: artiebits/pdf-to-printer
Releases Β· artiebits/pdf-to-printer
v4.0.0
- BREAKING CHANGE: Stop supporting Unix-like operating systems (#277)
v3.2.3
Add warning message for unix users 1894ed3
v3.2.2
Add methods to observe and cancel a printer job.
v3.1.0
Bump SumatraPDF from 3.2.0 to 3.3.3 #272
v3.0.0
Replace wmic
with Powershell cmdlets
#269.
v2.0.6
Improve split by regex to only find real printers instead of everything that starts with printer #263. Thanks @joshycube for the improvement.
v2.0.5
- Add option to specify SumatraPDF path #258. Thanks to @ibrahimelaradi for the fix.
- Fix lint script on windows #260. Thanks to @dattn for the fix.
- Refactor
execAsync
to use util.promisify
#256.
v2.0.2
- Use
exec
for unix-like platforms and execFile
for win32 #254.
- Small refactoring #255.