From fcc0b6f59162e82401bf1de3d38e14a79eaad2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Mon, 13 Dec 2021 00:09:14 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7aea3..900b43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.8.5 (13/12/2021) +- [**bug**] Ensure tag names do not contain spaces [#182](https://github.com/sissbruecker/linkding/issues/182) +- [**closed**] Timezone does not change when changing a variable "TZ" in docker [#179](https://github.com/sissbruecker/linkding/issues/179) +- [**closed**] Consider not copying whole GIT repository to Docker image [#174](https://github.com/sissbruecker/linkding/issues/174) +- [**closed**] demo site account delete [#172](https://github.com/sissbruecker/linkding/issues/172) +- [**closed**] Proper implementation of Archive.org + opting-out from Archive.org with Docker [#171](https://github.com/sissbruecker/linkding/issues/171) +- [**closed**] Using fuse(rclone) mounted drive as storage [#170](https://github.com/sissbruecker/linkding/issues/170) +- [**closed**] Show installed version [#169](https://github.com/sissbruecker/linkding/issues/169) + +--- + ## v1.8.4 (16/10/2021) - [**enhancement**] Allow non-admin users to change their password [#166](https://github.com/sissbruecker/linkding/issues/166)