From fc576760c2cc47d20ee75ef3b010504bb3ae4ba4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 22 Jun 2017 22:39:25 +0530 Subject: [PATCH] Add a note about book list visualizations --- src/calibre/srv/TODO.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/srv/TODO.rst b/src/calibre/srv/TODO.rst index a3e83cdc2f..1b61448e9e 100644 --- a/src/calibre/srv/TODO.rst +++ b/src/calibre/srv/TODO.rst @@ -23,6 +23,7 @@ New features for the server generally - Add a way to search the set of locally available books stored in offline storage. +- Add more book list visualizations and/or a customizable visualization Bug fixes --------------