Skip to content

Releases: Athou/commafeed

CommaFeed 3.0.0 RC1

01 Nov 15:31
Compare
Choose a tag to compare
CommaFeed 3.0.0 RC1 Pre-release
Pre-release

This is the first Release Candidate of CommaFeed 3.0.0

This release contains a complete rework of the UI, both visually and technically.
See the announcement here #1015

There are no database, no config and no api changes so you can switch freely between 3.0.0 and 2.6.0.

CommaFeed 2.6.0

08 Aug 10:49
Compare
Choose a tag to compare

A long overdue 2.6.0 release.

This will probably be the last 2.x release as work has started on a UI rewrite with React/TypeScript here.

v 2.6.0

  • add support for media content as a backup for missing content (useful for youtube feeds)
  • correctly follow http error code 308 redirects
  • fixed a bug that prevented users from deleting their account
  • fixed a bug that made commafeed store entry contents multiple times
  • fixed a bug that prevented the app to be used as an installed app on mobile devices if the context path of commafeed was not "/"
  • fixed a bug that prevented entries from being "marked as read older than xxx" for a feed that was just added
  • removed support for google+ and readability as those services no longer exist
  • removed support for deploying on openshift
  • removed alphabetical sorting of entries because of really poor performance (title cannot be indexed)
  • improve performance for instances with the heavy load setting enabled by preventing CommaFeed from fetching feeds from users that did not log in for a long time
  • various dependencies upgrades (notably dropwizard from 1.3 to 2.1)
  • add support for mariadb
  • add support for java17+ runtime
  • various security improvements

CommaFeed 2.5.0

02 Sep 19:23
Compare
Choose a tag to compare

v 2.5.0

  • unread count is now displayed in a favicon badge when supported
  • the user agent string for the bot fetching feeds is now configurable
  • feed parsing performance improvements
  • support for java9+ runtime
  • can now properly start from an empty postgresql database

CommaFeed 2.5.0-beta1

12 Oct 11:17
Compare
Choose a tag to compare
CommaFeed 2.5.0-beta1 Pre-release
Pre-release
fix build

CommaFeed 2.4.0

01 Aug 11:54
Compare
Choose a tag to compare
  • users were not able to change password or delete account
  • fix api key generation
  • feed entries can now be sorted alphabetically
  • fix facebook sharing
  • fix header layout on iOS
  • postgresql driver update (fix for postgres 9.6)
  • various internationalization fixes
  • minor security fixes

CommaFeed 2.3.0

02 Mar 10:25
Compare
Choose a tag to compare
  • dropwizard upgrade 0.9.1
  • feed enclosures are hidden if they already displayed in the content
  • fix youtube favicons
  • various internationalization fixes

CommaFeed 2.2.0

19 Jun 06:29
Compare
Choose a tag to compare
  • fix youtube and instagram favicon fetching
  • mark as read filter was lost when a feed was rearranged with drag&drop
  • feed entry categories are now displayed if available
  • various performance and dependencies upgrades
  • java8 is now required