Skip to content

Releases: Athou/commafeed

CommaFeed 3.2.0

05 May 09:10
Compare
Choose a tag to compare
  • restore the welcome page
  • only apply hover effect for unread entries (same as commafeed v2)
  • move notifications at the bottom of the screen
  • always use https for sharing urls
  • add support for redis ACLs
  • transition to google analytics v4

CommaFeed 3.1.0

01 May 16:31
Compare
Choose a tag to compare
  • add an even more compact layout
  • restore hover effect from commafeed 2.x
  • view mode (compact, expanded, ...) is now stored on the device so you can have a different view mode on desktop and
    mobile
  • fix for the "Illegal attempt to associate a collection with two open sessions." error
  • feed fetching workflow is now orchestrated with rxjava, removing a lot of code

CommaFeed 3.0.1

25 Apr 08:55
Compare
Choose a tag to compare
  • allow env variable substitution in config.yml
    • e.g. having a custom config.yml file with app.session.path=${SOME_ENV_VAR} will substitute SOME_ENV_VAR with
      its value
  • allow env variable prefixed with CF_ to override config.yml properties
    • e.g. setting CF_APP_ALLOWREGISTRATIONS=true will set app.allowRegistrations to true

CommaFeed 3.0.0

25 Apr 07:05
Compare
Choose a tag to compare

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 3.0.0 RC2

28 Feb 08:00
Compare
Choose a tag to compare

This is the second 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 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