aboutsummaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-04 09:11:26 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-07-04 09:11:26 +0200
commitbece1a6ce717217ddf831003cc776b237cdad9b2 (patch)
tree473bfb43660615c2510151485cd732d6e17b457c /NEWS.rst
parentAdded pyAggr3g470r project news (copy of Freshmeat releases listing, in progr... (diff)
downloadnewspipe-bece1a6ce717217ddf831003cc776b237cdad9b2.tar.gz
newspipe-bece1a6ce717217ddf831003cc776b237cdad9b2.tar.bz2
newspipe-bece1a6ce717217ddf831003cc776b237cdad9b2.zip
Updated NEWS.rst.
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst122
1 files changed, 121 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 95407ec8..ad22e927 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -43,4 +43,124 @@
4.6: 09 Feb 2014 21:23
This release introduces the import of OPML files of subscriptions.
- Minor improvements have been made to the templates. \ No newline at end of file
+ Minor improvements have been made to the templates.
+
+4.5: 29 Jan 2014 17:40
+ This release introduces a one step installation process with a simple
+ script. Minor improvements to the feedgetter module have been introduced
+ (the feed description is now stored in the database). Miscellaneous
+ improvements to the Jinja templates. Finally, more configuration options
+ are now offered to the user.
+
+4.4: 27 Dec 2013 23:10
+ This version introduces some improvements for the feedgetter module
+ including automatic retrieval of the URL behind feedproxy.google.com,
+ and support for configuring the user agent and proxy. Minor improvements
+ were made to the MongoEngine models. Notifications are displayed with
+ Flask flash messages.
+
+4.3: 03 Dec 2013 21:27
+ With this release, the user is able to update her personal information.
+ It is now possible to enable/disable the checking of updates for a feed.
+ Some performance improvements and user interface optimizations have been
+ done.
+
+4.2: 10 Nov 2013 00:11
+ This is the first release of the new version of pyAggr3g470r.
+ The code has been rewritten with the Flask microframework and the
+ Bootstrap frontend framework.
+
+4.1: 11 Aug 2013 13:19
+ HTTP proxy support has been added for the fetching of feeds. This is
+ useful, for example, if you are using Privoxy/Tor.
+
+4.0: 25 Jun 2013 11:42
+ Searching of articles is now achieved with Whoosh, a fast full-text
+ indexing and searching library.
+
+3.9: 14 Apr 2013 19:40
+ The code has been tested and ported to Python 3.3.1. Some minor bugs have
+ been fixed, with a lot of improvements concerning the Mako templates,
+ MongoDB database management, and management of exceptions.
+
+3.8: 12 Jan 2013 11:07
+ This release introduces a reworked management page; it is now possible to
+ change the username and password via this page.
+ Some improvements concerning the HTML export of the database have been
+ made. Finally, indexed MongoDB full text searching provides a much faster
+ search.
+
+3.7: 29 Dec 2012 22:10
+ pyAggr3g470r is now using the Mako template library.
+ Performance improvements for the MongoDB database have been made, and some
+ minor bugfixes. Stop words (a, of, the, an, for...) are now ignored when
+ calculating top words for the generation of the tag cloud.
+ A new page indicates the list of inactive feeds (with no new published
+ articles since a given number of days).
+
+3.6: 08 Nov 2012 22:56
+ pyAggr3g470r is now running with Python 3.2(.3). It uses CherryPy 3.2.2,
+ BeautifulSoup4, and feedparser3.Your old MongoDB database can be used
+ without any problem.
+
+3.5 :28 Oct 2012 13:37
+ Some minor bugfixes and improvements.
+ An authentication screen has been added, which is useful if pyAggr3g470r
+ is running on an EC2 instance, for example.
+
+3.4: 01 May 2012 16:50
+ This version introduces some minor improvements and bugfixes.
+ All features of pyAggr3g470r are now back (with MongoDB).
+
+3.3: 16 Apr 2012 20:40
+ This version introduces minor improvements and a bugfix.
+ Publication dates of articles are now stored as a datetime object.
+ A bug in the script that converts an SQLite database to a MongoDB database
+ is now fixed.
+ A little documentation has been added.
+
+3.2: 20 Mar 2012 20:59
+ A MongoDB database is now used instead of the SQLite database. This change
+ offers a significant performance improvement. The database has been tested
+ with more than 30,000 articles, but version 3.2 is still a test version.
+ A more stable version will arrive soon.
+
+3.1: 29 Nov 2011 06:54
+ A new version of the QR Code module is used. For each article, a QR Code
+ is generated based on the content of the article. If the article is too
+ long, only the article's URL is encoded in the QR Code. For a given
+ string, the algorithm tries the generate as small a QR Code as possible.
+ Minor bugs were fixed.
+
+3.0: 25 Oct 2011 12:52
+ This release introduces exportation of articles to the HTML format and to
+ the PDF format (there is still exportation to ePub).
+ The sharing of articles with delicious.com was replaced by pinboard.in.s
+
+2.9: 26 Aug 2011 17:43
+ Some minor improvements. A bug with the HTML <code> tag bas been fixed.
+ Cleanup was done with Pylint.
+ The test database of pyAggr3g470r contains more than 22000 articles,
+ and it runs perfectly.
+
+2.8: 08 Jul 2011 06:55
+ The feed summary page, which displays general information about a feed,
+ now lets you change the feed metadata (feed logo, feed name, and feed URL
+ if changed). Moreover, this page displays the activity of a feed and other
+ useful information. It is now possible to set a different POD for Diaspora
+ in the configuration file and to share an article with Google +1.
+ A control file to start or stop pyAggr3g470r has been added.
+ From the GUI side, a new transparent CSS tooltip has been introduced in
+ order to preview an article.
+ Finally, some minor performance improvements and bugfixes were made.
+
+2.7: 15 Apr 2011 20:46
+ Minor improvements.
+ It is now possible to set a maximum number of articles to be loaded from
+ the database for each feed (via the management page).
+
+2.6: 21 Mar 2011 17:21
+ This version introduces a new page that displays general information about
+ a feed. There are some minor improvements in the Web interface.
+ The version of pyAggr3g470r for Python 3 is now fully ready and has been
+ tested with Python 3.2. \ No newline at end of file
bgstack15