aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-17 13:02:48 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-10-17 13:22:37 +0200
commitc369f615b0b53471a9f6d214e847bcaa1703ea5a (patch)
tree4cd88094ef159907f825098f11cadcb39bb19966 /CHANGELOG.md
parent81d1e95df27232afd10275a29471bc2958092d6d (diff)
downloadfeed2imap-go-c369f615b0b53471a9f6d214e847bcaa1703ea5a.tar.gz
feed2imap-go-c369f615b0b53471a9f6d214e847bcaa1703ea5a.tar.bz2
feed2imap-go-c369f615b0b53471a9f6d214e847bcaa1703ea5a.zip
Allow to specify path to the cache directly in the config file
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8e97d2..4dadb85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,13 @@ 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
+- Location of the cache can now be specified in the config.yml. Rationale: Easier way of dealing with multiple configurations, as each also requires a distinct cache.
+
## [1.1.1] - 2021-07-24
### Fixed
- Correctly log out from the imap server and do not harshly disconnect.
+
## [1.1.0] - 2021-06-18
### Fixed
- Do not try to download already embedded images (i.e. `data:image/`).