aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-08 21:09:00 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-08 21:09:00 +0100
commiteb902458bc77067532d6ecc4754fd6993ec24af2 (patch)
tree77abedab288d648408457ed920883572a832ae09 /README.md
parentea115e8bb1145e20ec25d8e1954427244c250a10 (diff)
downloadfeed2imap-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.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ea36d0..6b424c1 100644
--- a/README.md
+++ b/README.md
@@ -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):