http://open-source-security-software.net/project/newspipe/releases.atomRecent releases for newspipe2024-11-15T18:14:50.423782+00:00python-feedgennewspipe 6.7newspipe 6.72015-11-27T06:31:49+00:00New:
- 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:00newspipe 6.6newspipe 6.62015-11-27T06:32:29+00:00New:
- 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:00newspipe 6.5.5newspipe 6.5.52015-11-27T06:33:23+00:00The full text search powered by Whoosh has been removed.
2015-11-27T06:33:23+00:00newspipe 7.0newspipe 7.02016-04-07T11:52:31+00:00New:
- 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:00newspipe 7.1newspipe 7.12016-09-26T06:20:12+00:00New:
- 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:00newspipe 7.1.1newspipe 7.1.12016-10-04T11:08:33+00:00Improvements:
\* 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:00newspipe 7.1.2newspipe 7.1.22016-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:00newspipe 7.1.3newspipe 7.1.32016-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:00newspipe 8.0newspipe 8.02017-05-24T22:01:29+00:00New:
* 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:00newspipe v9.0newspipe v9.02020-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:00newspipe v9.1.0newspipe v9.1.02020-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:00newspipe v9.2.0newspipe v9.2.02020-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:00newspipe v9.3.0newspipe v9.3.02020-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:00newspipe v9.4.0newspipe v9.4.02020-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:00newspipe 0.1-localnewspipe 0.1-local2020-09-07T21:31:49+00:00First release2020-09-07T21:31:49+00:00newspipe 0.1-parallelnewspipe 0.1-parallel2020-09-07T21:32:35+00:00First release for NewsPipe parallel2020-09-07T21:32:35+00:00newspipe 0.1-distributednewspipe 0.1-distributed2020-09-07T21:32:53+00:00First release for NewsPipe distributed2020-09-07T21:32:53+00:00newspipe 0.1.1-distributednewspipe 0.1.1-distributed2020-09-07T21:32:53+00:00First release for NewsPipe distributed2020-09-07T21:32:53+00:00newspipe 0.2newspipe 0.22020-09-13T17:30:36+00:00This release introduces the parallel computation of dags2020-09-13T17:30:36+00:00newspipe 1.0newspipe 1.02020-10-12T20:48:22+00:00New 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 factory2020-10-12T20:48:22+00:00newspipe 1.1newspipe 1.12021-01-02T15:55:42+00:00New 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