From 0308e3dc0baae8593de15b410a0a135a83a1eb85 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 13 Mar 2024 07:21:43 +0100 Subject: [PATCH] docs --- docs/source/supported-readers.md | 3 ++- resources/text/CHANGELOG | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/supported-readers.md b/docs/source/supported-readers.md index 74c4f2bb3..ac01cd7a9 100644 --- a/docs/source/supported-readers.md +++ b/docs/source/supported-readers.md @@ -1,9 +1,10 @@ Supported Feed Readers ====================== RSS Guard is multi-account application and supports many web-based feed readers via built-in plugins. Its `standard` plugin provides support for these feed formats: -* RSS (2.0, 2.0.1) +* RSS * ATOM * RDF +* [iCalendar](https://en.wikipedia.org/wiki/ICalendar) * [JSON](https://www.jsonfeed.org) * [Sitemap](https://en.wikipedia.org/wiki/Sitemaps) (including Sitemap index discovery and compressed sitemaps) diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index 8c917e473..9954a4534 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -4,6 +4,7 @@ Added: * Existing read/unread state is respected when some article gets "updated" (infamously happens for YouTube feeds). (#1279) * NSIS installer was bit tweaked to warn about MSVC runtime. (#1306) +* iCalendar files (*.ics, *.ical) are now supported. * Added more ways of limitting amount of articles in each feed. (#1270, #1267) * Added way to use old legacy article formatting in "lite" version. (#1286) * New way of fetching articles - new "Source" -> "Built-in web browser with JavaScript support" which allows user to use built-in Chromium-based network stack to fetch feeds and other data. It allows even fetching of majority of JavaScript-powered websites. (#1313)