Releases: Athou/commafeed
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.
CommaFeed 3.0.0 RC1
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
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
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
fix build