diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-25 22:01:43 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-25 22:01:43 +0200 |
commit | e90c190999a9c1bf5c90cfbedb7d25ae0f800694 (patch) | |
tree | 24ea8e34228099c48c95441a803709360b73be03 /CHANGELOG.md | |
parent | 5834d93e1d1fbddde7d5be2ebaabca254ab8bba4 (diff) | |
download | feed2imap-go-e90c190999a9c1bf5c90cfbedb7d25ae0f800694.tar.gz feed2imap-go-e90c190999a9c1bf5c90cfbedb7d25ae0f800694.tar.bz2 feed2imap-go-e90c190999a9c1bf5c90cfbedb7d25ae0f800694.zip |
Documentation
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e93cfb5..d9b6634 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 - Verbose variant of 'target' in config: Do not hassle with urlencoded passwords anymore! - New feed option 'item-filter' for filtering out specific items from feed. +- New feed option 'exec', allowing to specify a command to execute instead of a Url to fetch from. ## [0.3.1] - 2020-05-12 - Docker Setup |