diff --git a/CHANGELOG b/CHANGELOG index deb3fe7..ef93ed3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -120,3 +120,17 @@ * Do not hide multiple
tags #2437 * 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 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2202d1d..cf4e290 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "RSS feed reader", - "version": "1.6.3", + "version": "1.7.0", "healthCheckPath": "/", "httpPort": 8000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index a111429..5b13188 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages FreshRSS 1.14.3. +This app packages FreshRSS 1.15.0. FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.