From 82f86bf537979c49cdf8456f36f166930ea80a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Tue, 9 Apr 2024 20:46:59 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9635ad..0a4666f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v1.28.0 (09/04/2024) + +### What's Changed +* Add option to disable SSL verification for OIDC by @akaSyntaax in https://github.com/sissbruecker/linkding/pull/684 +* Add full backup method by @sissbruecker in https://github.com/sissbruecker/linkding/pull/686 +* Truncate snapshot filename for long URLs by @sissbruecker in https://github.com/sissbruecker/linkding/pull/687 +* Add option for customizing single-file timeout by @pettijohn in https://github.com/sissbruecker/linkding/pull/688 +* Add option for passing arguments to single-file command by @pettijohn in https://github.com/sissbruecker/linkding/pull/691 +* Fix typo by @tianheg in https://github.com/sissbruecker/linkding/pull/689 + +### New Contributors +* @akaSyntaax made their first contribution in https://github.com/sissbruecker/linkding/pull/684 +* @pettijohn made their first contribution in https://github.com/sissbruecker/linkding/pull/688 + +**Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.27.1...v1.28.0 + +--- + ## v1.27.1 (07/04/2024) ### What's Changed