One feature, one bugfix:
All checks were successful
continuous-integration/drone/push Build is passing

- Feat: Enable rendering binary data to any supported output format.
- Fix: Correctly serve as attachment when outputtyp is pdffile or
  binary.
This commit is contained in:
Manuel Friedli 2023-04-08 22:28:32 +02:00
parent a45daf6ba3
commit ed9df43aa8
7 changed files with 98 additions and 77 deletions

View file

@ -20,7 +20,7 @@
<java.target.version>17</java.target.version>
<jetbrains-annotations.version>24.0.1</jetbrains-annotations.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<labyrinth-generator.version>0.0.3</labyrinth-generator.version>
<labyrinth-generator.version>0.0.4</labyrinth-generator.version>
<logback.version>1.4.6</logback.version>
<lombok.version>1.18.26</lombok.version>
<slf4j.version>2.0.7</slf4j.version>