aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-06 11:28:03 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-06 11:28:03 +0200
commit3c068e0d36914abedfae7268e9f5e1908ed105c2 (patch)
tree49650cfd75082c82852e50de8bc8ff7a69d42060
parentThe user can now add its twitter page. (diff)
downloadnewspipe-3c068e0d36914abedfae7268e9f5e1908ed105c2.tar.gz
newspipe-3c068e0d36914abedfae7268e9f5e1908ed105c2.tar.bz2
newspipe-3c068e0d36914abedfae7268e9f5e1908ed105c2.zip
Updated CHANGELOG.
-rw-r--r--CHANGELOG.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 7b24e105..1cd1ead9 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,9 +2,20 @@
Release History
=================
+7.1.2 (not yet released)
+------------------------
+ New:
+ * the user can now add its twitter link through the profile page.
+ Improvements:
+ * improved the layout of the profile page;
+ * the React.js page now only lists the feeds with unread articles by
+ default.
+ Removal:
+ * removed the 'refresh_rate' column from the user table;
+ * removed the export to HTML webzine functionality.
+
7.1.1 (2016-10-04)
------------------
-
Improvements:
* improved the installation script;
* improved the deployment process with Vagrant.
bgstack15