2014-08-22 18:19:58 +02:00
v 2.0.3
- internet explorer ajax cache workaround
2014-08-30 16:36:11 +02:00
- categories are now deletable again
2014-09-13 10:10:55 +02:00
- openshift support is back
2014-08-13 14:34:05 +02:00
v 2.0.2
2014-08-16 12:32:06 +02:00
- api using the api key is now working again
2014-08-16 07:05:49 +02:00
- context path is now configurable in config.yml (see app.contextPath in config.yml.example)
2014-08-13 14:34:05 +02:00
- fix login on firefox when fields are autofilled by the browser
2014-08-19 16:18:24 +02:00
- fix scrolling of subscriptions list on mobile
2014-08-15 12:48:39 +02:00
- user is now logged in after registration
2014-08-13 14:34:05 +02:00
- fix link to documentation on home page and about page
- fields autocomplete is disabled on the profile page
- users are able to delete their account again
- chinese and malaysian translation files are now correctly loaded
2014-08-19 12:49:31 +02:00
- software version in user-agent when fetching feeds is no longer hardcoded
2014-08-14 16:29:50 +02:00
- admin settings page is now read only, settings are configured in config.yml
- added link to metrics on the admin settings page
2014-08-15 13:51:13 +02:00
- Rome (rss library) upgrade to 1.5.0
2014-08-13 14:34:05 +02:00
v 2.0.1
- the redis pool no longer throws an exception when it is unable to aquire a new connection
v2.0.0
- The backend has been completely rewritten using Dropwizard instead of TomEE, resulting in a lot less memory consumption and better overall performances.
See the README on how to build CommaFeed from now on.
- CommaFeed should no longer fetch the same feed multiple times in a row
2014-08-13 14:46:07 +02:00
- Users can use their username or email to log in