Browse Source

Update documentation

rpm
J. King 3 years ago
parent
commit
29761d767a
  1. 2
      CHANGELOG
  2. 1
      docs/en/030_Supported_Protocols/030_Fever.md
  3. 2
      lib/REST/Miniflux/V1.php

2
CHANGELOG

@ -3,6 +3,8 @@ Version 0.9.0 (????-??-??)
New features:
- Support for the Miniflux protocol (see manual for details)
- Support for API level 15 of Tiny Tiny RSS
- Support for feed icons in Fever
Bug fixes:
- Use icons specified in Atom feeds when available

1
docs/en/030_Supported_Protocols/030_Fever.md

@ -23,7 +23,6 @@ The Fever protocol is incomplete, unusual, _and_ a product of proprietary softwa
- All feeds are considered "Kindling"
- The "Hot Links" feature is not implemented; when requested, an empty array will be returned. As there is no way to classify a feed as a "Spark" in the protocol itself and no documentation exists on how link temperature was calculated, an implementation is unlikely to appear in the future
- Favicons are not currently supported; all feeds have a simple blank image as their favicon unless the client finds the icons itself
# Special considerations

2
lib/REST/Miniflux/V1.php

@ -30,7 +30,7 @@ use Laminas\Diactoros\Response\TextResponse as GenericResponse;
use Laminas\Diactoros\Uri;
class V1 extends \JKingWeb\Arsse\REST\AbstractHandler {
public const VERSION = "2.0.26";
public const VERSION = "2.0.28";
protected const ACCEPTED_TYPES_OPML = ["application/xml", "text/xml", "text/x-opml"];
protected const ACCEPTED_TYPES_JSON = ["application/json"];

Loading…
Cancel
Save