aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-09 23:11:23 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-10 00:16:44 +0100
commitc3b84b06ff16aa0ae280538b08ee4912c3d215a8 (patch)
treec43aea6da3eeb10e696d794f7407cbae91920ed2 /CHANGELOG.md
parent5b3f0f96b7e345a82f0d963ddef1dd4569465145 (diff)
downloadfeed2imap-go-c3b84b06ff16aa0ae280538b08ee4912c3d215a8.tar.gz
feed2imap-go-c3b84b06ff16aa0ae280538b08ee4912c3d215a8.tar.bz2
feed2imap-go-c3b84b06ff16aa0ae280538b08ee4912c3d215a8.zip
Specify cookies in feed config to use in all HTTP requests.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6664bc1..c4aba03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- [Issue #66](https://github.com/Necoro/feed2imap-go/issues/66): Allow specifying custom template files for HTML/Text output (configuration: `html-template`/`text-template`).
- [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.
+- Support for sending (authentication) cookies. Use case: Fetch things behind a paywall (esp. useful in combination with `body: fetch`)
### Fixed
- Panic on setting `body` on feed-level.