From 126d6158dbe73d98db1a570bf58dd8ab46480cba Mon Sep 17 00:00:00 2001 From: Mattia Mascarello Date: Mon, 8 May 2023 11:26:28 +0200 Subject: [PATCH] Added bugfix to TODO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5510cb..eac4b79 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ This only works on Linux, as it uses FUSE. I have not tested it on Mac, but it c * Automatic html-to-markdown conversion for announcements ### Future enhancements - +* Fix known file displaying errors, expecially in subfolders * Better memory handling (customizable), expecially for large files (chunking) * Forum viewing support * Persistent tree cache (currently it is built at every mount)