From dc9799cc535f6eb51e3748f9f7ea20a967be023e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Fri, 27 Oct 2023 21:18:08 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91432fc..8452d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## v1.22.2 (27/10/2023) + +### What's Changed +* Fix search options not opening on iOS by @sissbruecker in https://github.com/sissbruecker/linkding/pull/549 +* Bump urllib3 from 1.26.11 to 1.26.17 by @dependabot in https://github.com/sissbruecker/linkding/pull/542 +* Add iOS shortcut to community section by @andrewdolphin in https://github.com/sissbruecker/linkding/pull/550 +* Disable editing of search preferences in user admin by @sissbruecker in https://github.com/sissbruecker/linkding/pull/555 +* Add feed2linkding to community section by @Strubbl in https://github.com/sissbruecker/linkding/pull/544 +* Sanitize RSS feed to remove control characters by @sissbruecker in https://github.com/sissbruecker/linkding/pull/565 +* Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in https://github.com/sissbruecker/linkding/pull/560 + +### New Contributors +* @andrewdolphin made their first contribution in https://github.com/sissbruecker/linkding/pull/550 +* @Strubbl made their first contribution in https://github.com/sissbruecker/linkding/pull/544 + +**Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.22.1...v1.22.2 + +--- + +## v1.22.1 (06/10/2023) + +### What's Changed +* Fix memory leak with SQLite by @sissbruecker in https://github.com/sissbruecker/linkding/pull/548 + + +**Full Changelog**: https://github.com/sissbruecker/linkding/compare/v1.22.0...v1.22.1 + +--- + ## v1.22.0 (01/10/2023) ### What's Changed