From 77fea02f772705e4609a0851f1959901ed822f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Mon, 13 Dec 2021 00:12:51 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 900b43e..c046400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,8 @@ ## 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) +- [**bug**] Consider not copying whole GIT repository to Docker image [#174](https://github.com/sissbruecker/linkding/issues/174) +- [**enhancement**] Make bookmarks count column in admin sortable [#183](https://github.com/sissbruecker/linkding/pull/183) ---