Version 1.7.0
This commit is contained in:
parent
22902c3d2e
commit
b880200be3
14
CHANGELOG
14
CHANGELOG
|
@ -120,3 +120,17 @@
|
||||||
* Do not hide multiple <br /> tags #2437
|
* Do not hide multiple <br /> tags #2437
|
||||||
* Updated to jQuery 3.4.1 (only for statistics page) #2424
|
* Updated to jQuery 3.4.1 (only for statistics page) #2424
|
||||||
|
|
||||||
|
[1.7.0]
|
||||||
|
* Update FreshRSS to 1.15.0
|
||||||
|
* New archiving method, including maximum number of articles per feed, and settings at feed, category, global levels #2335
|
||||||
|
* New option to control category sort order #2592
|
||||||
|
* New option to display article authors underneath the article title #2487
|
||||||
|
* Add e-mail capability #2476, #2481
|
||||||
|
* Ability to define default user settings in data/config-user.custom.php #2490
|
||||||
|
* Including default feeds #2515
|
||||||
|
* Allow recreating users if they still exist in database #2555
|
||||||
|
* Add optional database connection URI parameters #2549, #2559
|
||||||
|
* Allow longer articles with MySQL / MariaDB (up to 16MB compressed instead of 64kB) #2448
|
||||||
|
* Add support for terms of service #2520
|
||||||
|
* Add sharing with Lemmy #2510
|
||||||
|
|
||||||
|
|
|
@ -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.6.3",
|
"version": "1.7.0",
|
||||||
"healthCheckPath": "/",
|
"healthCheckPath": "/",
|
||||||
"httpPort": 8000,
|
"httpPort": 8000,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages FreshRSS <upstream>1.14.3</upstream>.
|
This app packages FreshRSS <upstream>1.15.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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue