diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-06-04 22:06:01 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2023-06-04 22:06:19 +0200 |
commit | 980e34f491cd1f00609ec81a7f113185b92a62dd (patch) | |
tree | 9b3cb322c4ca5c1e3b8700859b653e06c54f6c06 /CHANGELOG.md | |
parent | c2697725ead29c3c108a8e5f7a9f6ab7519ed7c3 (diff) | |
download | feed2imap-go-980e34f491cd1f00609ec81a7f113185b92a62dd.tar.gz feed2imap-go-980e34f491cd1f00609ec81a7f113185b92a62dd.tar.bz2 feed2imap-go-980e34f491cd1f00609ec81a7f113185b92a62dd.zip |
Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f6bec..e4ebbc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Change go-readability back to track upstream. This now incorporates an overhaul of the readability engine, so changes are to be expected when using `body: fetch`. - [Issue #95](https://github.com/Necoro/feed2imap-go/issues/95): Ensure cache is not world-readable. Add a warning when the config is world-readable. +### Fixed +- [Issue #97](https://github.com/Necoro/feed2imap-go/issues/97): Fix panic when an IMAP connection is tried to established when the program has already entered the `Disconnect` state. +### Added +- New global config variable `max-imap-connections`, with a default of `5`. ## [1.6.0] - 2023-03-28 - Upgrade dependencies |