From 1a24fbaba64a9b05edc0009c871191d61cd340b3 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 14 Jun 2023 12:10:02 +0200 Subject: [PATCH] prepare release v1.1.0 refs #61 #86 closes #71 closes #87 Signed-off-by: Knut Ahlers --- History.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/History.md b/History.md index bf50f9a..40b7dec 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,17 @@ +# 1.1.0 / 2023-06-14 + + * New Features + * Add QR-code display for secret URL (#61) + * Implement frontend customizations (#71) + + * Improvements + * Disable secret creation when secret is empty (#86) + * Log secret expiry on startup + * Only mention tool name in footer (#71) + * Replace redis client, move expiry into creation interface + +With this release an old migration was removed and in case you are still using the `REDIS_EXPIRY` environment variable you need to switch to `SECRET_EXPIRY`. Also with the new redis client you might need to adjust the username in your `REDIS_URL` to a proper ACL username (or enable legacy auth in Redis) - see the README for the `REDIS_URL` format. + # 1.0.0 / 2023-04-14 * Breaking: Replace deprecated / archived crypto library (#80)