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.11
edited by awa
on 25.04.2023, 15:42
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:
... ... @@ -352,6 +352,14 @@
352 352  
353 353  === Plugin ===
354 354  
359 +==== 4.3.1 ====
360 +
361 +* fix: Always show the selected appointment date, if any, regardless of the print mode
362 +
363 +==== 4.3.0 ====
364 +
365 +* feature: New option to retry printing in case of a failure
366 +
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  
416 +==== 1.7.2 ====
417 +
418 +* Close alert messages when any are opened by JavaScript. Otherwise the print can never finish successfully.
419 +
420 +==== 1.7.1 ====
421 +
422 +* Update install scripts for Linux
423 +
424 +==== 1.7.0 ====
425 +
426 +* 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.
427 +
428 +==== 1.6.1 ====
429 +
430 +* Fix compatibility with Windows service installation script
431 +
432 +==== 1.6.0 ====
433 +
434 +* Update puppeteer to latest version, which uses Chromium 108.0.5351.0
435 +* Add CLI flag //~-~-disableCache=true// to disable the browser cache--
436 +* Add CLI flag //~-~-isolatedBrowser=true// to use a new browser instance for each request.--
437 +* Fix Debian install script, install libgbm1.
438 +
404 404  ==== 1.5.1 ====
405 405  
406 406  * Update node-windows dependency