From cfbf8c6a35bf71d859bb23735e787a41859b0e1f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 6 Jun 2014 10:00:42 +0200 Subject: [PATCH] Update TODO --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index cfe0abc5a..493a674f4 100644 --- a/TODO +++ b/TODO @@ -72,6 +72,10 @@ Improvements / minor features - :messages command to view past messages - Maybe the completion widget shouldn't be a QTreeView with tree models as there are many hacks involved by now (see notes). +- :%! like feature to pipe current page through a filter. +- Add FIFOHandler based on asyncio if it's available +- Maybe we should depend on Python >= 3.4 and Qt >= 5.1? + In general we should check our requirements. hints -----