aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-09 13:25:19 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-09 13:25:19 +0100
commit28df70c8969ecc31c3a11a2071c59c4c90f9d488 (patch)
tree11f41adb581faff96dc8bcf9ea5c75d3904fa401 /CHANGELOG.md
parent0384d631d2edb8383d0840940be066d96a5badc7 (diff)
downloadfeed2imap-go-28df70c8969ecc31c3a11a2071c59c4c90f9d488.tar.gz
feed2imap-go-28df70c8969ecc31c3a11a2071c59c4c90f9d488.tar.bz2
feed2imap-go-28df70c8969ecc31c3a11a2071c59c4c90f9d488.zip
#66: Documentation
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 8e81259..6664bc1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### 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.
### Fixed
- Panic on setting `body` on feed-level.