This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
Releases: owncloud-archive/news
Releases · owncloud-archive/news
owncloud-news (5.2.4)
- Enhancement: Add a new API route to check for the status and possible problems
owncloud-news (5.2.3)
- Enhancement: Push explore button at the bottom of the feed list
- Enhancement: When passing a negative batchSizes to the item API, all items will be returned
owncloud-news (5.2.2)
- Security: Only allow YouTube and Vimeo to embed iframes if they use HTTPS to prevent mixed active content iframe attacks
owncloud-news (5.2.1)
- Bugfix: Fix admin settings by using the correct config path
owncloud-news (5.2.0)
- New dependency: Require iconv php module (which is required by picoFeed)
owncloud-news (5.1.1)
- Bugfix: Use the correct scrolltop position for pull to refresh to not reload the feed when jumping back to an article using keyboard shortcuts
owncloud-news (5.1.0)
- Backwards incompatible change: Break client side plugin API to combat limitations that make it hard to impossible to get the DOM element
- New dependency: Bump required ownCloud version to 8 beta 2
- Enhancement: Expose feed ordering parameter in API
owncloud-news (5.0.1)
- Enhancement: Show error messages when authentication or network related errors appear
- Enhancement: Show a pull to refresh area if you are at the very top and jump to the previous article using either page up or a jump to previous article shortcut. If this area is already visible reload the page
- Enhancement: Make it possible to overwrite the global ordering for certain feeds
owncloud-news (5.0.0)
- New dependency: Bump required ownCloud version to 8
- Enhancement: Set the rel="noreferrer" attribute for all links that point to external articles to enhance privacy
owncloud-news (4.3.2)
- Bugfix: Update picoFeed to fix an HTTP cache problem where only one match (Etag or Last-Modified) was required to mark a feed as not modified. This can cause some feeds to not update if one cache parameter is always the same
- Enhancement: If a feed is added without the protocol, prepend https:// instead of http:// (e.g. adding cnn.com would result in https://cnn.com being added)