Skip to content

Releases: Athou/commafeed

CommaFeed 5.3.3

21 Oct 20:09

Choose a tag to compare

  • Removed image bottom margins (#1587)

CommaFeed 5.3.2

21 Oct 19:36

Choose a tag to compare

  • Fixed an issue that could cause some images from not being rendered correctly (#1587)

CommaFeed 5.3.1

04 Oct 18:50

Choose a tag to compare

  • Fixed an issue that could cause some HTTP feeds to return a 400 error (#1572)

CommaFeed 5.3.0

24 Sep 06:21

Choose a tag to compare

  • Added a setting to set a cooldown on the "fetch all my feeds" action, disabled by default (#1556)
  • Fixed an issue that could cause entries to not correctly load when using the "next" header button (#1557)

CommaFeed 5.2.0

18 Sep 15:37

Choose a tag to compare

  • 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)

CommaFeed 5.1.1

06 Sep 10:01

Choose a tag to compare

  • Fixed database migration issue when upgrading from 5.0.0 to 5.1.0 on MariaDB (#1544)
  • When feeds without unread entries are hidden from the tree, the feed is displayed in the tree until another one is selected (#1543)

CommaFeed 5.1.0

02 Sep 16:03

Choose a tag to compare

  • Added a setting for showing/hiding unread count in the browser's tab title/favicon (#1518)
  • Fixed an issue that could prevent the app from starting on some systems (#1532)
  • Added a cache busting filter for the webapp index.html and openapi documentation to make sure they are always up to date
  • Reduced database cleanup log verbosity

CommaFeed 5.0.2

20 Aug 05:43

Choose a tag to compare

  • Fix favicon fetching for Youtube channels in native mode when Google auth key is set
  • Fix an error that appears in the logs when fetching some favicons

CommaFeed 5.0.1

19 Aug 14:11

Choose a tag to compare

  • Configure native compilation to support older CPU architectures (#1524)

CommaFeed 5.0.0

18 Aug 07:51

Choose a tag to compare

CommaFeed is now powered by Quarkus instead of Dropwizard. Read the rationale behind this change in the announcement.
The gist of it is that CommaFeed can now be compiled to a native binary, resulting in blazing fast startup times (around 0.3s) and very low memory footprint (< 50M).

  • CommaFeed now has a different package for each supported database.
  • Due to the switch to Quarkus, the way CommaFeed is configured is very different (the config.yml file is gone). Please read this section of the README.
    Note that a lot of configuration elements have been removed or renamed and are now nested/grouped by feature.
  • Added a setting to prevent parsing large feeds to avoid out of memory errors. The default is 5MB.
  • Use a different icon for filtering unread entries and marking an entry as read (#1506)
  • Added various HTML attributes to ease custom JS/CSS customization (#1507)
  • The Redis cache has been removed. There have been multiple enhancements to the feed refresh engine and it is no longer needed, even for instances with a large number of feeds.
  • The H2 migration tool that automatically upgrades H2 databases from format 2 to 3 has been removed. If you're using the H2 embedded database, please upgrade to at least version 4.3.0 before upgrading to CommaFeed 5.0.0.