| ... |
... |
@@ -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,10 @@ |
| 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 |
+ |
| 355 |
355 |
==== 4.3.0 ==== |
| 356 |
356 |
|
| 357 |
357 |
* feature: New option to retry printing in case of a failure |
| ... |
... |
@@ -405,15 +405,27 @@ |
| 405 |
405 |
|
| 406 |
406 |
=== Server === |
| 407 |
407 |
|
| 408 |
|
-=== 1.6.1 === |
|
416 |
+==== 1.7.2 ==== |
| 409 |
409 |
|
|
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 |
+ |
| 410 |
410 |
* Fix compatibility with Windows service installation script |
| 411 |
411 |
|
| 412 |
|
-=== 1.6.0 === |
|
432 |
+==== 1.6.0 ==== |
| 413 |
413 |
|
| 414 |
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.-- |
|
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.-- |
| 417 |
417 |
* Fix Debian install script, install libgbm1. |
| 418 |
418 |
|
| 419 |
419 |
==== 1.5.1 ==== |