Skip to content

Releases: cedricbonhomme/newspipe

Release 11.0.0 (2024-02-27)

27 Feb 21:02
v11.0.0
e33aa2e
Compare
Choose a tag to compare

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.

Release 10.1.0

16 Nov 12:47
v10.1.0
ae1bf99
Compare
Choose a tag to compare

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

Release 10.0.0

08 Nov 07:54
v10.0.0
ca5a9db
Compare
Choose a tag to compare

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.

Release 9.5.0

30 Mar 22:12
v9.5.0
1b9619c
Compare
Choose a tag to compare

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.

Release 9.4.0

08 Jun 22:41
v9.4.0
304c416
Compare
Choose a tag to compare

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

Release 9.3.0

22 Mar 20:59
v9.3.0
0e9c0de
Compare
Choose a tag to compare

New

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

csp

Release 9.2.0

20 Mar 22:53
v9.2.0
2c354ed
Compare
Choose a tag to compare

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).

Release 9.1.0

12 Mar 20:44
v9.1.0
9dd9391
Compare
Choose a tag to compare

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

Release 9.0

26 Feb 23:14
v9.0
46b02e3
Compare
Choose a tag to compare

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.

Release 8.0

24 May 22:01
8.0
0204cf6
Compare
Choose a tag to compare

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().