Files
Athou_commafeed/CHANGELOG

33 lines
1.9 KiB
Plaintext
Raw Normal View History

2014-10-28 16:31:49 +01:00
v 2.1.0
- dropwizard upgrade to 0.8.0
2014-10-29 05:22:10 +01:00
- you have to remove the "app.contextPath" setting from your yml file, you can optionnaly use server.applicationContextPath instead
2014-11-10 10:18:20 +01:00
- ability to set filtering expressions for subscriptions to automatically mark new entries as read based on title, content, author or url.
2014-11-09 21:25:03 +01:00
- ability to use !keyword or -keyword to exclude a keyword from a search query
- facebook feeds now show user favicon instead of facebook favicon
2014-11-14 16:10:06 +01:00
- new dark theme 'nightsky'
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-10-26 12:34:21 +01:00
- youtube feeds now show user favicon instead of youtube favicon
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
- 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
- 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
- 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