diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-08 21:09:00 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-08 21:09:00 +0100 |
commit | eb902458bc77067532d6ecc4754fd6993ec24af2 (patch) | |
tree | 77abedab288d648408457ed920883572a832ae09 /README.md | |
parent | ea115e8bb1145e20ec25d8e1954427244c250a10 (diff) | |
download | feed2imap-go-eb902458bc77067532d6ecc4754fd6993ec24af2.tar.gz feed2imap-go-eb902458bc77067532d6ecc4754fd6993ec24af2.tar.bz2 feed2imap-go-eb902458bc77067532d6ecc4754fd6993ec24af2.zip |
#67: Update documentation
Diffstat (limited to 'README.md')
-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): |