summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-11 14:27:54 +0100
committerAndrew Dolgov <[email protected]>2005-10-11 14:27:54 +0100
commit20ed4b88cd1850fa3c88dfb23150476fc7b6f645 (patch)
tree2f64a59069ec025338c877237fd7703675a12d49
parent96369d8e234c140988d57375aabf70df80741a0e (diff)
update NEWS, TODO
-rw-r--r--NEWS4
-rw-r--r--TODO9
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)