]> git.wh0rd.org Git - tt-rss.git/commitdiff
update NEWS, TODO
authorAndrew Dolgov <fox@bah.spb.su>
Tue, 11 Oct 2005 13:27:54 +0000 (14:27 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Tue, 11 Oct 2005 13:27:54 +0000 (14:27 +0100)
NEWS
TODO

diff --git a/NEWS b/NEWS
index 7afe7af3bd5f7d529e8571f22c23b29e5d5cae3d..ea720652b9f406a53ccd89ba26b1d0e029b278c8 100644 (file)
--- 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 7663fc5b597deea1021729b28c3475971d5115a2..f1a3846d8dd94889a0bb267b3d3950b3dea52887 100644 (file)
--- 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)