Newspipe Versions Save

A web news aggregator.

v11.0.0

2 months ago

New:

  • introduction of a dark theme;
  • the content of the articles can now be displayed on the main page, without page reload, with the use of the Bootstrap collapsible element;
  • added .well-known/security.txt page.

Improvements:

  • various improvements to the main page;
  • various improvements to the page to edit articles;
  • it is now possible to edit the description of feeds;
  • minimum Python version is now 3.10.

v10.1.0

6 months ago

Improvements

  • major improvements to the layout of the main page;
  • it is now possible to filter articles per category on the main page;
  • improvements to the categories page with a new chart.

Fixes

  • secured various internal HTTP redirects.

newspipe_home-page

v10.0.0

6 months ago

Release 10.0.0 (2023-11-08)

New:

  • support of ldap-auth;
  • support for reverse proxy and virtual path;
  • added robots.txt and humans.txt pages.

Improvements

  • major improvements to the categories page;
  • improved displaying of numbers with localization;
  • various performance improvements.

Fixes

  • fixed an issue when editing the category of a feed;
  • fixed issues in the JavaScript code.

Various changes

  • removed Twitter field from the users model;
  • updated all Python and JavaScript dependencies.

Thank you to all the contributors and to the testers.

v9.5.0

2 years ago

New

  • [commands] Added a function which deletes read articles retrieved since more than 60 days ago;
  • [commands] added a command to delete inactive users (number of months given in parameter);
  • [stats_bp] Added new blueprint for future stats and added a new bar chart in the history page.

Improvements

  • improved indexes of the database;
  • various improvements to the Web graphical interface;
  • improved code style;
  • updated Python and JavaScript dependencies;
  • various improvements related to the migration to Bootstrap 5.

Fixes

  • [controllers] fixed an issue in the management of bookmark's tags;
  • various fixes.

v9.4.0

3 years ago

New

  • migrated form Flask-Script to the built-in integration of the click command line interface of Flask;
  • when creating or editing a category it is now possible to assign feeds via a select multiple field.

Improvements

  • improved list of feeds menu. Feeds are now sorted per categories (sorted per number of unread articles). And the feed icons are displayed;
  • simplify loading of the configuration file;
  • speed improvements to the /history page;
  • various improvements to the Web user interface and to the crawler.

newspipe_home-page

v9.3.0

4 years ago

New

  • it is now possible to configure a Content Security Policy.

csp

v9.2.0

4 years ago

New

  • a Docker configuration file is provided.

Improvements

  • some responsiveness work has been done. The interface is now more usable with small devices;
  • the search of articles has been improved;
  • improved email notification mechanism.

Fixes

  • various minor fixes (mainly bugs introduced on version 9.1.0 after the refactoring of the back-end).

v9.1.0

4 years ago

Improvements

  • the Web graphical interface is now using Bootstrap 4;
  • a lot of responsiveness work has been done;
  • the back-end code has been refactored and cleaned;
  • the configuration and deployment of Newspipe is now a lot easier.

The new home page with less JavaScript

home-page

Bookmarks

bookmarks

User data management

user-data-management

v9.0

4 years ago

New

  • email address of users are no longer stored in the database. Only a nickname and a password are required to create an account;
  • deployment is now done with poetry;
  • removed a lot bad JavaScript code.

Improvements

  • feeds are now retrieved with requests. feedparser is only used for the parsing;
  • improvements to the crawler.

8.0

6 years ago

New:

  • you can now manage your bookmarks with Newspipe;
  • a bookmarklet is available in order to quickly bookmark Web pages;
  • import of bookmarks from Pinboard (JSON export);
  • new logo.

Improvements:

  • refactoring and code cleaning;
  • improved Heroku auto-deploy functionality.

Fixes:

  • crawler: argument of type 'NoneType' is not iterable in html.unescape().