diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-06-02 14:18:57 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-06-02 14:18:57 +0200 |
commit | b71566b22e858b2878dbc6a00d6926df3504c3bb (patch) | |
tree | 8116f56c67aba63fa9a38876af4f4c59667106f1 | |
parent | It is recommended to close the loop at the end of the procesus (https://group... (diff) | |
download | newspipe-b71566b22e858b2878dbc6a00d6926df3504c3bb.tar.gz newspipe-b71566b22e858b2878dbc6a00d6926df3504c3bb.tar.bz2 newspipe-b71566b22e858b2878dbc6a00d6926df3504c3bb.zip |
Updated NEWS.rst file for the new release (6.6).
-rw-r--r-- | NEWS.rst | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |