aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-29 00:15:48 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-29 00:15:48 +0200
commit18931260c77ffc09a14f7ca6d81eb24557b6d518 (patch)
tree5a26b3742dd90e5aa0546a85f63d27609a32dcfd
parentRollback if the last query fails. (diff)
downloadnewspipe-18931260c77ffc09a14f7ca6d81eb24557b6d518.tar.gz
newspipe-18931260c77ffc09a14f7ca6d81eb24557b6d518.tar.bz2
newspipe-18931260c77ffc09a14f7ca6d81eb24557b6d518.zip
Updated CHANGELOG.
-rw-r--r--CHANGELOG.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 1595d657..711425bc 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,11 +6,14 @@ Release History
------------------------
New:
* the new name of JARR is now Newspipe;
- * the user can now add its twitter link through the profile page.
+ * the user can now add its twitter link through the profile page;
+ * it is now possible to edit the visibility of a feed (if it should be
+ listed in the list of the user's public profile).
Improvements:
* improved the layout of the profile page;
* the React.js page now only lists the feeds with unread articles by
- default.
+ default;
+ * improvements for the crawler.
Removal:
* removed the 'refresh_rate' column from the user table;
* removed the export to HTML webzine functionality.
bgstack15