1
0
mirror of https://git.cloudron.io/cloudron/freshrss-app synced 2025-09-03 13:55:01 +00:00

Version 1.13.0

This commit is contained in:
Girish Ramakrishnan
2021-03-18 14:35:51 -07:00
parent 9542541b5c
commit 5d5eb1f633
4 changed files with 15 additions and 4 deletions

View File

@@ -184,3 +184,14 @@
* Update base image to v3
* Update PHP to 7.4
[1.13.0]
* Update FreshRSS to 1.18.0
* [Full changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.18.0)
* Allow parallel requests #3096 - Much faster manual feeds refresh
* Reload full article content when an article has changed #3506
* New share article link to clipboard #3330
* Improved OPML import of feeds with multiple categories #3286
* Add a content action parameter to work with CSS selector #3453
* New cURL options per feed: proxy, cookie, user-agent #3367, #3494, #3516
* Do not import feeds causing database errors (e.g. due to conflicting HTTP redirections) ##3347