http://open-source-security-software.net/project/newspipe/releases.atom Recent releases for newspipe 2024-05-12T12:36:19.767356+00:00 python-feedgen newspipe 6.7 newspipe 6.7 2015-11-27T06:31:49+00:00 New: - a filter mechanism for feeds has been added (PR #14); - icon of feeds is now an url retrieved from the feed or the site link (PR #15). Improvements: - improvements for the bookmarklet (PR #16 and PR #18); - performance improvements (display of the /feed page); - enhancements for the two crawlers; - enhancements of the UI (PR #14); - misc changes to the models and controllers. 2015-11-27T06:31:49+00:00 newspipe 6.6 newspipe 6.6 2015-11-27T06:32:29+00:00 New: - it is now possible to sort the list of articles by feed title or article title; - added base unittests. Improvements: - fixed some minor bugs; - improved the asyncio crawler; - automatically use the good Python executable for the asyncio crawler; - improved controllers (enforcing better use of user_id); - the search is now case insensitive. 2015-11-27T06:32:29+00:00 newspipe 6.5.5 newspipe 6.5.5 2015-11-27T06:33:23+00:00 The full text search powered by Whoosh has been removed. 2015-11-27T06:33:23+00:00 newspipe 7.0 newspipe 7.0 2016-04-07T11:52:31+00:00 New: - 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); - improvement of the management of users in the dashboard; - account confirmation is now achieved with a token that expires in a specified time. Improvements: - Code re-arangement: move all code to /src/ 2016-04-07T11:52:31+00:00 newspipe 7.1 newspipe 7.1 2016-09-26T06:20:12+00:00 New: - public profile page for users (private by default); - popular page: displays the most popular feeds recentlty added by the users; - new logo. Improvements: - the profile edition page has been improved; - the generation of the tag cloud has been improved (faster). Fixes: - fixed a bug when loading the list of stop words. 2016-09-26T06:20:12+00:00 newspipe 7.1.1 newspipe 7.1.1 2016-10-04T11:08:33+00:00 Improvements: \* improved the installation script; \* improved the deployment process with Vagrant. Fixes: \* fixed a bug that occurred when deleting a user who has categories with feeds in it; \* fixed a bug that occured when the user wants to use SQLite. 2016-10-04T11:08:33+00:00 newspipe 7.1.2 newspipe 7.1.2 2016-11-10T08:12:14+00:00 # New - the new name of JARR is now Newspipe; - 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); - tags of articles are now retrieved in order to use k-means clustering on tags (will be faster than on the article's content); - various improvements to the crawler (test if an article should be updated and better use of coroutines). # Improvements - improved the layout of the profile page; - the React.js page now only lists the feeds with unread articles by default; - improvements for the crawler. # Removal - removed the 'refresh_rate' column from the user table; - removed the export to HTML webzine functionality. 2016-11-10T08:12:14+00:00 newspipe 7.1.3 newspipe 7.1.3 2016-11-14T07:11:03+00:00 # New - a template for the articles of public feeds has been added; - the template of the feeds is now also used for users who are not authenticated (if the feed is not private); - tags of articles are now displayed in the UI. # Improvements - it is now possible to configure the feeds refresh interval (in minutes) for the crawler (even if the crawler is used with cron); - various improvements to the UI of the public profile page; - simpler format for the logs when the application is running on Heroku. 2016-11-14T07:11:03+00:00 newspipe 8.0 newspipe 8.0 2017-05-24T22:01:29+00:00 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(). 2017-05-24T22:01:29+00:00 newspipe v9.0 newspipe v9.0 2020-02-26T23:14:26+00:00 ## 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. 2020-02-26T23:14:26+00:00 newspipe v9.1.0 newspipe v9.1.0 2020-03-12T20:44:34+00:00 ## 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](https://user-images.githubusercontent.com/465400/76571305-17d34e80-64af-11ea-9c6c-1a4b2dc5656d.png) ### Bookmarks ![bookmarks](https://user-images.githubusercontent.com/465400/76571365-3cc7c180-64af-11ea-817f-d66c5e65d33f.png) ### User data management ![user-data-management](https://user-images.githubusercontent.com/465400/76571382-48b38380-64af-11ea-8f91-03965624bb3a.png) 2020-03-12T20:44:34+00:00 newspipe v9.2.0 newspipe v9.2.0 2020-03-20T22:53:13+00:00 ### 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). 2020-03-20T22:53:13+00:00 newspipe v9.3.0 newspipe v9.3.0 2020-03-22T20:59:01+00:00 ### New - it is now possible to configure a Content Security Policy. ![csp](https://user-images.githubusercontent.com/465400/77260430-e3664c00-6c7f-11ea-874d-189aab9ae46c.png) 2020-03-22T20:59:01+00:00 newspipe v9.4.0 newspipe v9.4.0 2020-06-08T22:41:04+00:00 ### 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](https://user-images.githubusercontent.com/465400/84087221-2f9c6f00-a9d9-11ea-9e6d-8e225cf9ea48.png) 2020-06-08T22:41:04+00:00 newspipe 0.1-local newspipe 0.1-local 2020-09-07T21:31:49+00:00 First release 2020-09-07T21:31:49+00:00 newspipe 0.1-parallel newspipe 0.1-parallel 2020-09-07T21:32:35+00:00 First release for NewsPipe parallel 2020-09-07T21:32:35+00:00 newspipe 0.1-distributed newspipe 0.1-distributed 2020-09-07T21:32:53+00:00 First release for NewsPipe distributed 2020-09-07T21:32:53+00:00 newspipe 0.1.1-distributed newspipe 0.1.1-distributed 2020-09-07T21:32:53+00:00 First release for NewsPipe distributed 2020-09-07T21:32:53+00:00 newspipe 0.2 newspipe 0.2 2020-09-13T17:30:36+00:00 This release introduces the parallel computation of dags 2020-09-13T17:30:36+00:00 newspipe 1.0 newspipe 1.0 2020-10-12T20:48:22+00:00 New features: - DAG for updating old MongoDB documents - Add goose for text extraction to make it more stable e.g. Spiegel works now! - Code refactor for DAG factory 2020-10-12T20:48:22+00:00 newspipe 1.1 newspipe 1.1 2021-01-02T15:55:42+00:00 New Features: - MongoDB Chart for data visualization - Refactored DAG factory interface - No data cleaning in DAG. Data is cleaned by the crawler (less code duplication, better testability of cleaning module) 2021-01-02T15:55:42+00:00