Releases: Athou/commafeed
Releases · Athou/commafeed
CommaFeed 5.4.0
- An arm64 native executable is now available for download on the releases page
- The native executable Docker image now supports arm64
- Fixed an issue with feeds that declared an invalid DOCTYPE (#1260)
CommaFeed 5.3.6
- Ignore invalid Cache-Control header values (#1619)
CommaFeed 5.3.5
- Fixed an issue with the aspect ratio of images of some feeds (#1595)
- CommaFeed now honors the Cache-Control response header and will not try to refresh a feed sooner than its max-age property (#1615)
- Added support for compilation with JDK 23+. If you're building CommaFeed from sources with a JDK 17 or 21, you may need to update it to the most recent patch version to support
-proc:full
(#1618)
CommaFeed 5.3.4
- Added support for Internationalized Domain Names (#1588)
CommaFeed 5.3.3
- Removed image bottom margins (#1587)
CommaFeed 5.3.2
- Fixed an issue that could cause some images from not being rendered correctly (#1587)
CommaFeed 5.3.1
- Fixed an issue that could cause some HTTP feeds to return a 400 error (#1572)
CommaFeed 5.3.0
CommaFeed 5.2.0
- Added an option to keep a number of entries above the selected entry when scrolling
- Added a cache to the HTTP client to reduce the number of requests made to feeds when subscribing (#1431)
- Feeds are no longer refreshed between the moment its last user unsubscribes and the moment the feed is cleaned up (every hour)
- Fixed an issue that could cause entries to not correctly load when using keyboard navigation (#1557)