aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-06-02 14:18:57 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-06-02 14:18:57 +0200
commitb71566b22e858b2878dbc6a00d6926df3504c3bb (patch)
tree8116f56c67aba63fa9a38876af4f4c59667106f1
parentIt is recommended to close the loop at the end of the procesus (https://group... (diff)
downloadnewspipe-b71566b22e858b2878dbc6a00d6926df3504c3bb.tar.gz
newspipe-b71566b22e858b2878dbc6a00d6926df3504c3bb.tar.bz2
newspipe-b71566b22e858b2878dbc6a00d6926df3504c3bb.zip
Updated NEWS.rst file for the new release (6.6).
-rw-r--r--NEWS.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index b8483a41..2173b0ce 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -1,5 +1,17 @@
pyAggr3g470r project news
+6.6: 2015-06-02
+ New:
+ * it is now possible to sort the list of articles by feed title or
+ article title;
+ * added base unittests.
+ Improvements:
+ * fixed some minor bugs;
+ * improved the asyncio crawler;
+ * automatically use the good Python executable for the asyncio crawler;
+ * improved controllers (enforcing better use of user_id);
+ * the search is now case insensitive.
+
6.5.5: 2015-04-22
The full text search powered by Whoosh has been removed.
bgstack15