diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -40,6 +40,7 @@ as inline base64-encoded data (the old default behavior of feed2imap). * Use HTML-Parser instead of regular expressions for modifying the HTML content. * STARTTLS-Support. As it turned out only in testing, the old feed2imap never supported it... * `item-filter` option that allows to specify an inline filter expression on the items of a feed. +* Readability support: Fetch and present the linked article. ### Subtle differences @@ -68,7 +69,7 @@ Please open an issue if you are missing your platform. Clone the repository and, optionally, switch to the tag you want: ````bash git clone https://github.com/Necoro/feed2imap-go -git checkout v1.2.0 +git checkout v1.4.0 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): |