release 5.6.1

This commit is contained in:
Athou
2025-02-23 20:49:01 +01:00
parent 28a4bb403a
commit 42e4575cb7
4 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## [5.6.1]
- Restore support for iframes in feed entries (#1688)
- There is now a package available for Arch Linux thanks to @dcelasun (#1691)
## [5.6.0]
- To better respect the bandwidth of feed owners, the default value of `commafeed.feed-refresh.interval-empirical` is now true. This means feeds no longer refresh exactly every 5 minutes (the default value of `commafeed.feed-refresh.interval`) but between 5 minutes and 4 hours (the default value of the new `commafeed.feed-refresh.max-interval` setting). The interval is calculated based on feed activity, so highly active feeds refresh more often (#1677)