From 20ed4b88cd1850fa3c88dfb23150476fc7b6f645 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 11 Oct 2005 14:27:54 +0100 Subject: [PATCH] update NEWS, TODO --- NEWS | 4 ++++ TODO | 9 ++------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 7afe7af3b..ea720652b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v1.0.6 (Oct xx, 2005) + + - Miscellaneous bugfixes since 1.0.5.1 + v1.0.5.1 (Sep 24, 2005) - Fixes MySQL schema bug of 1.0.5. diff --git a/TODO b/TODO index 7663fc5b5..f1a3846d8 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,6 @@ -1.1 - -- better error handling -- better keyboard navigation - -Mysterious Future - - Gmail-like labels for feed categories (needs UI thinking) - "starred" label (+ unread, updated labels?) - global search - optional three column layout +- optimize rpc responses (e.g. now forceUpdateFeeds returns all tag/feed/vfeed +information, see if tags or feeds are required and return only them)