Tags give the ability to mark specific points in history as being important
-
-
6.6
b71566b2 · ·6.6: 2015-06-02 New: * it is now possible to sort the list of articles by feed title or article title. Improvements: * fixed some minor bugs; * improved the asyncio crawler; * automatically use the good Python executable for the asyncio crawler; * added base unittests; * improved controllers (enforcing better use of user_id); * the search is now case insensitive.
-
6.3
c2171146 · ·Release 6.3 (2015-03-08) * a new architecture with base for controllers; * new, more complete RESTful API; * a crawler handling errors and cache control; * the new crawler takes advantage of the RESTful API (can be run on the client side).
-
6.1
bd0e2680 · ·Release 6.1 (2015-02-23) Improvements: articles are now identified with the id provided by the RSS/ATOM feed. Prevent BeautifulSoup4 from adding extra '<html><body>' tags to the soup with the 'lxml' parser. Indexation is now used with the new crawler. The documentation has been updated.
-
5.6.2
923c1e3d · ·Minor improvements: Articles are automatically retrieved after the import of an OPML file. When displaying all articles (unread + read), titles of unread articles are emphasized in bold. A new tab is opened when clicking on the title of an article. New: pyAggr3g470r can be deployed with the Heroku auto deploy button.