aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.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 /CHANGELOG.md
parentea115e8bb1145e20ec25d8e1954427244c250a10 (diff)
downloadfeed2imap-go-eb902458bc77067532d6ecc4754fd6993ec24af2.tar.gz
feed2imap-go-eb902458bc77067532d6ecc4754fd6993ec24af2.tar.bz2
feed2imap-go-eb902458bc77067532d6ecc4754fd6993ec24af2.zip
#67: Update documentation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e44d90a..53fc5d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+### Added
+- [Issue #67](https://github.com/Necoro/feed2imap-go/issues/67): Support for fetching the linked article/website instead of using the body in the feed (configuration: `body: fetch`). This is especially useful when the feed only supplies links/teaser and not the full content.
+
## [1.4.0] - 2021-12-21
### Added
- Make links absolute: relative links inside a feed cannot be resolved outside a webbrowser (Example/culprit: https://go.dev/blog/go1.18beta1)