Skip to content

Releases: Athou/commafeed

CommaFeed 3.5.0

01 Jun 05:55
Compare
Choose a tag to compare
  • add compatibility with the new version of the CommaFeed browser extension
  • disable pull-to-refresh on mobile as it messes with vertical scrolling
  • add css classes to feed entries to help with custom css rules
  • api documentation page no longer requires users to be authenticated
  • add a setting to limit the number of feeds a user can subscribe to
  • add a setting to disable strict password policy
  • add feed refresh engine metrics
  • fix redis timeouts

CommaFeed 3.4.0

26 May 10:43
Compare
Choose a tag to compare
  • add support for arm64 docker images
  • add divider to visually separate read-only information from form on the profile settings page
  • reduce javascript bundle size by 30% by loading only the necessary translations
  • add a standalone donate page with all ways to support CommaFeed
  • fix an issue introduced in 3.1.0 that could make CommaFeed not refresh feeds as fast as before on instances with lots of feeds
  • fix alignment of icon with text for category tree nodes
  • fix alignment of burger button with the rest of the header on mobile

CommaFeed 3.3.2

20 May 12:08
Compare
Choose a tag to compare
  • restore entry selection indicator (left orange border) that was lost with the mantine 6.x upgrade (3.3.0)
  • add dividers to visually separate read-only information from forms on feed and category details pages
  • reduced js bundle size by 10%

CommaFeed 3.3.1

10 May 18:34
Compare
Choose a tag to compare
  • fix long feed names not being shortened to respect tree max width

CommaFeed 3.3.0

10 May 06:46
Compare
Choose a tag to compare
  • there are now database changes, rolling back to 2.x will no longer be possible
  • restore support for user custom CSS rules
  • add support for user custom JS code that will be executed on page load

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.