Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Releases: owncloud-archive/news

owncloud-news (5.2.4)

17 Feb 14:18
Compare
Choose a tag to compare
  • Enhancement: Add a new API route to check for the status and possible problems

owncloud-news (5.2.3)

17 Feb 11:39
Compare
Choose a tag to compare
  • 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)

05 Feb 18:33
Compare
Choose a tag to compare
  • 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)

01 Feb 08:53
Compare
Choose a tag to compare
  • Bugfix: Fix admin settings by using the correct config path

owncloud-news (5.2.0)

28 Jan 11:39
Compare
Choose a tag to compare
  • New dependency: Require iconv php module (which is required by picoFeed)

owncloud-news (5.1.1)

27 Jan 07:45
Compare
Choose a tag to compare
  • 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)

26 Jan 09:53
Compare
Choose a tag to compare
  • 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)

24 Jan 16:10
Compare
Choose a tag to compare
  • 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)

18 Jan 13:12
Compare
Choose a tag to compare
  • 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)

22 Dec 09:08
Compare
Choose a tag to compare
  • 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)