This commit is contained in:
Martin Rotter 2024-03-13 07:21:43 +01:00
parent 9dd8c26206
commit 0308e3dc0b
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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)