Changes for page Print-Service-Plugin


From version 11.1
edited by sas
on 14.11.2022, 14:21
Change comment: There is no comment for this version
To version 11.12
edited by awa
on 23.06.2023, 17:04
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.sas
1 +XWiki.awa
Content
... ... @@ -55,6 +55,10 @@
55 55  
56 56  == Installing Print Server under Linux ==
57 57  
58 +{{info}}
59 + Contrary to earlier versions, you need to copy ALL files from the ZIP file with the print server.
60 +{{/info}}
61 +
58 58  === Installation steps for installing Node.js and the Print Server ===
59 59  
60 60  To install, open the console and run the following commands:
... ... @@ -102,6 +102,12 @@
102 102  During the installation, depending on the existing system, some Linux packages such as nodejs were also installed. However, it is not possible to uninstall the packages automatically. Delete the automatically installed packages only if you are 100% sure that they are no longer needed!
103 103  {{/info}}
104 104  
109 +== Using IPv6 ==
110 +
111 +Starting with version 2.0.1, the server binds to both IPv4 and IPv6 addresses by default, using the dual stack feature supported by most operating systems. Should that fail, the print server binds only to IPv4 addresses (0.0.0.0).
112 +
113 +If required, you can also set a different bind address via the command line parameter "--bindAddress".
114 +
105 105  == Test ==
106 106  
107 107  To check if the installation was successful, the service can be called on the local server for a test (in that case it should be printed the formcycle.de website):
... ... @@ -352,6 +352,14 @@
352 352  
353 353  === Plugin ===
354 354  
365 +==== 4.3.1 ====
366 +
367 +* fix: Always show the selected appointment date, if any, regardless of the print mode
368 +
369 +==== 4.3.0 ====
370 +
371 +* feature: New option to retry printing in case of a failure
372 +
355 355  ==== 4.2.3 ====
356 356  
357 357  * Fix: Special characters in combobox select options are now displayed correctly in the printed PDF document
... ... @@ -401,6 +401,29 @@
401 401  
402 402  === Server ===
403 403  
422 +==== 1.7.2 ====
423 +
424 +* Close alert messages when any are opened by JavaScript. Otherwise the print can never finish successfully.
425 +
426 +==== 1.7.1 ====
427 +
428 +* Update install scripts for Linux
429 +
430 +==== 1.7.0 ====
431 +
432 +* Switch to media type print before printing and wait until no network traffic is ongoing anymore before printing. This helps to show e.g. background graphics from @media print rules.
433 +
434 +==== 1.6.1 ====
435 +
436 +* Fix compatibility with Windows service installation script
437 +
438 +==== 1.6.0 ====
439 +
440 +* Update puppeteer to latest version, which uses Chromium 108.0.5351.0
441 +* Add CLI flag //~-~-disableCache=true// to disable the browser cache--
442 +* Add CLI flag //~-~-isolatedBrowser=true// to use a new browser instance for each request.--
443 +* Fix Debian install script, install libgbm1.
444 +
404 404  ==== 1.5.1 ====
405 405  
406 406  * Update node-windows dependency