aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2023-06-05 13:11:45 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-06-05 13:11:45 +0200
commit2746c42c60d060ded9a3f4529840546290500e54 (patch)
treea306856c7401bb2051bd7c2764421d10c9976789
parent3dfbd4d089c9181f8980d530933a47114b8c5656 (diff)
downloadfeed2imap-go-2746c42c60d060ded9a3f4529840546290500e54.tar.gz
feed2imap-go-2746c42c60d060ded9a3f4529840546290500e54.tar.bz2
feed2imap-go-2746c42c60d060ded9a3f4529840546290500e54.zip
Improve changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4ebbc7..02e0143 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,14 @@ 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]
-- 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`.
+### Changed
+- 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`.
+- Improve strictness regarding config parsing, especially in the differentiation between feeds and groups of feeds.
+- [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.
## [1.6.0] - 2023-03-28
- Upgrade dependencies