From f6ef4e42dd3bef8cc619af81fd48509f08467488 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Thu, 7 Sep 2023 17:33:41 +0200 Subject: [PATCH] prepare release v1.0.0 --- History.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/History.md b/History.md index ef20a3f..0b76e81 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +# 1.0.0 / 2023-09-07 + + * Breaking: Add support for default env & raw TeX post, unpack received zip + * Refactor & add support for direct PDF download + * Add new URL parameters + * Lint: Fix linter errors + * Update deps + +> [!WARNING] +> This release breaks the previous approach of writing the zip file to the file system and letting the script unpack the files itself. You might need to adjust your build-script if you are not using the default script included in the container. + # 0.4.1 / 2023-08-30 * Update dependencies