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.2
edited by awa
on 29.11.2022, 13:37
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
... ... @@ -352,6 +352,10 @@
352 352  
353 353  === Plugin ===
354 354  
355 +==== 4.3.0 ====
356 +
357 +* feature: New option to retry printing in case of a failure
358 +
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,17 @@
401 401  
402 402  === Server ===
403 403  
408 +=== 1.6.1 ===
409 +
410 +* Fix compatibility with Windows service installation script
411 +
412 +=== 1.6.0 ===
413 +
414 +* Update puppeteer to latest version, which uses Chromium 108.0.5351.0
415 +* Add CLI flag --disableCache=true to disable the browser cache--
416 +* Add CLI flag --isolatedBrowser=true to use a new browser instance for each request.--
417 +* Fix Debian install script, install libgbm1.
418 +
404 404  ==== 1.5.1 ====
405 405  
406 406  * Update node-windows dependency