From d43b97e0c09cdd7e23d7e4dd3b88482eef49f572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Tue, 19 Mar 2024 10:02:44 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f5dab..0632b2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## v1.25.0 (18/03/2024) + +### What's Changed +* Improve PWA capabilities by @hugo-vrijswijk in https://github.com/sissbruecker/linkding/pull/630 +* build improvements by @hugo-vrijswijk in https://github.com/sissbruecker/linkding/pull/649 +* Add support for oidc by @Nighmared in https://github.com/sissbruecker/linkding/pull/389 +* Add option for custom CSS by @sissbruecker in https://github.com/sissbruecker/linkding/pull/652 +* Update backup location to safe directory by @bphenriques in https://github.com/sissbruecker/linkding/pull/653 +* Include web archive link in /api/bookmarks/ by @sissbruecker in https://github.com/sissbruecker/linkding/pull/655 +* Add RSS feeds for shared bookmarks by @sissbruecker in https://github.com/sissbruecker/linkding/pull/656 +* Bump django from 5.0.2 to 5.0.3 by @dependabot in https://github.com/sissbruecker/linkding/pull/658 + +### New Contributors +* @hugo-vrijswijk made their first contribution in https://github.com/sissbruecker/linkding/pull/630 +* @Nighmared made their first contribution in https://github.com/sissbruecker/linkding/pull/389 +* @bphenriques made their first contribution in https://github.com/sissbruecker/linkding/pull/653 + +**Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.24.2...v1.25.0 + +--- + +## v1.24.2 (16/03/2024) + +### What's Changed +* Fix logout button by @sissbruecker in https://github.com/sissbruecker/linkding/pull/648 + + +**Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.24.1...v1.24.2 + +--- + ## v1.24.1 (16/03/2024) ### What's Changed