aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-07 12:05:00 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-04-07 12:05:00 +0200
commit5b860175b5ac8071855bb0dae63eb2f9c97c5331 (patch)
treec3115441273c8e2f117895e20867aaae8a719acf /CHANGELOG.rst
parentRemoved the endponint to see stats about a user. (diff)
downloadnewspipe-5b860175b5ac8071855bb0dae63eb2f9c97c5331.tar.gz
newspipe-5b860175b5ac8071855bb0dae63eb2f9c97c5331.tar.bz2
newspipe-5b860175b5ac8071855bb0dae63eb2f9c97c5331.zip
Feeds are ordered by tittle in the feeds page.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c18cbbcc..d843525a 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,13 +2,13 @@
Release History
=================
-current
--------
+7.0 (2016-04-07)
+----------------
New:
- * Redoing entierly the home page with react, JARR is going on toward a one page app;
- * Implementing categorie;
- * The classic crawler is now taking into account updated articles from feeds;
- * Support of HTTP proxy has been removed;
+ * redoing entierly the home page with react;
+ * implementing category;
+ * the classic crawler is now taking into account updated articles from feeds;
+ * support of HTTP proxy has been removed;
* article URL resolving has been removed (wasn't used).
Improvements:
* Code re-arangement: move all code to /src/
bgstack15