diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-27 22:29:39 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-27 22:31:52 +0100 |
commit | 8ff43ad01008e8640b2d6f9fd2a56b1c4a78f68f (patch) | |
tree | b5c4af4f3e8a6d3593c9eeab5bf11b10b26016f8 | |
parent | f4ea0b4fca4fae270d785b84e9b105081826754f (diff) | |
download | feed2imap-go-8ff43ad01008e8640b2d6f9fd2a56b1c4a78f68f.tar.gz feed2imap-go-8ff43ad01008e8640b2d6f9fd2a56b1c4a78f68f.tar.bz2 feed2imap-go-8ff43ad01008e8640b2d6f9fd2a56b1c4a78f68f.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b0120..7bbc284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. 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 +- New cache format v2 that uses gzip compression +- Support for JSON v1.1 feed (via [gofeed](https://github.com/mmcdole/gofeed/pull/169)) +### Changed +- Caches store now 1000 old entries (i.e., not included in the last fetch) at maximum. This will clean obsolete cruft and drastically reduce cache size. + ## [0.7.0] - 2021-02-21 ### Changed - Remove `srcset` attribute of `img` tags when including images in mail |