mirror of
https://git.cloudron.io/cloudron/freshrss-app
synced 2025-09-14 08:49:09 +00:00
Version 1.8.0
This commit is contained in:
11
CHANGELOG
11
CHANGELOG
@@ -143,3 +143,14 @@
|
|||||||
[1.7.3]
|
[1.7.3]
|
||||||
* Update FreshRSS to 1.15.3
|
* Update FreshRSS to 1.15.3
|
||||||
|
|
||||||
|
[1.8.0]
|
||||||
|
* Update FreshRSS to 1.16.0
|
||||||
|
* [Full changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.16.0)
|
||||||
|
* Allow multiple users to have administration rights #2096
|
||||||
|
* Preview the CSS rule to retrieve full article content #2778
|
||||||
|
* Improve CSS selector ordering in the full-text retrieval (lib_phpQuery) #2874
|
||||||
|
* New search option !date: allowing to exclude any date interval #2869
|
||||||
|
* New option to show all articles in the favourites view #2434
|
||||||
|
* Allow feed to be actualized just after being truncated #2862
|
||||||
|
* Fallback to showing a GUID when an article title is empty #2813
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "RSS feed reader",
|
"tagline": "RSS feed reader",
|
||||||
"version": "1.7.3",
|
"version": "1.8.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
This app packages FreshRSS <upstream>1.15.3</upstream>.
|
This app packages FreshRSS <upstream>1.16.0</upstream>.
|
||||||
|
|
||||||
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user