From 35b53ecd404a74edea3c6866e451c4819bdc9ea8 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 29 Sep 2020 13:54:17 +0200 Subject: OPML export command and fixes Signed-off-by: Sean Molenaar --- CHANGELOG.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ee244d80b..f48f0c469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. ## Unreleased +- Drop support before nextcloud 20 +- Move to modern SQL syntax +- Add management commands +```shell script +./occ news:opml:export + +./occ news:folder:add +./occ news:folder:list +./occ news:folder:delete + +./occ news:feed:add +./occ news:feed:list +./occ news:feed:delete +``` + ## 14.2.2 ### Changed @@ -99,7 +114,7 @@ All notable changes to this project will be documented in this file. ## 14.1.2 ## Changed -- Updated js packages +- Updated js packages ### Fixed - Signature was missing @@ -163,7 +178,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Fixed some feeds with a empty body #474 - Restored full text by default for some feeds #479 -- Some smaller adjustments for the design #463 #464 +- Some smaller adjustments for the design #463 #464 ## 13.1.4 @@ -187,7 +202,7 @@ All notable changes to this project will be documented in this file. - Highlight in compact mode #109 - Prevent raw angluar templates from flashing on page load #429 - HTML elements where not rendered #428 -- Provide UserAgent to prevent HTTP 403 errors #428 +- Provide UserAgent to prevent HTTP 403 errors #428 ## 13.1.1 -- cgit v1.2.3