Files
commafeed/CHANGELOG

45 lines
2.4 KiB
Plaintext
Raw Normal View History

2016-03-02 11:20:57 +01:00
v 2.3.0
- dropwizard upgrade 0.9.1
- feed enclosures are hidden if they already displayed in the content
- fix youtube favicons
- various internationalization fixes
2014-12-12 08:31:18 +01:00
v 2.2.0
2015-06-19 08:25:12 +02:00
- fix youtube and instagram favicon fetching
- mark as read filter was lost when a feed was rearranged with drag&drop
- feed entry categories are now displayed if available
2015-03-08 13:11:10 +01:00
- various performance and dependencies upgrades
2014-12-12 08:31:18 +01:00
- java8 is now required
2014-10-28 16:31:49 +01:00
v 2.1.0
- dropwizard upgrade to 0.8.0
2014-11-17 16:06:31 +01:00
- you have to remove the "app.contextPath" setting from your yml file, you can optionally use server.applicationContextPath instead
- new setting app.maxFeedCapacity for deleting old entries
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