Releases: Athou/commafeed
Releases · Athou/commafeed
CommaFeed 3.5.0
- 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
- 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
- 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
- fix long feed names not being shortened to respect tree max width
CommaFeed 3.3.0
- 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
- 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
- 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
- allow env variable substitution in config.yml
- e.g. having a custom config.yml file with
app.session.path=${SOME_ENV_VAR}
will substituteSOME_ENV_VAR
with
its value
- e.g. having a custom config.yml file with
- allow env variable prefixed with
CF_
to override config.yml properties- e.g. setting
CF_APP_ALLOWREGISTRATIONS=true
will setapp.allowRegistrations
totrue
- e.g. setting
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 RC2
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.