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 (8.3.0)

10 Apr 11:19
Compare
Choose a tag to compare
  • Bugfix: If two folders with the same name occur in a OPML file, merge them instead of simply ignoring the second one, #962
  • Enhancement: Better error messages for SSL issues, #966
  • Enhancement: Rename oc_news_feeds columns etag and last_modified to http_etag and http_last_modified

owncloud-news (8.2.1)

08 Apr 19:16
Compare
Choose a tag to compare
  • Bugfix: Do not abort full OPML import if one feed failed, #843
  • Bugfix: Show error message when empty OPML file was imported, #924

owncloud-news (8.2.0)

07 Apr 18:15
Compare
Choose a tag to compare
  • Backwards incompatible change: Move updater into separate repository at https://github.com/owncloud/news-updater and publish it on pypi
  • Bugfix: Make the export/import buttons smaller so they fit in a line on ownCloud 9.0
  • Enhancement: Marking an item as read will now mark all similar items of the same user as read, regardless of the feed, #465
  • Enhancement: Add a link to the documentation and bugtracker in the settings area

owncloud-news (8.1.0)

02 Apr 15:03
Compare
Choose a tag to compare
  • Backwards incompatible change: URLs for the Python updater must now start with either http:// or https://
  • Bugfix: Fix bug that would not package all JavaScript files for the app store zip, #959
  • Enhancement: Change Python updater License from AGPL3+ to GPL3+
  • Enhancement: Add console API to update feeds in parallel
  • Enhancement: Add an additional parameter to specify the loglevel for the Python updater
  • Enhancement: Adjust Python updater to be able to use the console API. If you pass an absolute directory as url (path to your ownCloud), the updater will try to use occ updater commands using php. This requires no user or password arguments which makes running the updater on the same system as your ownCloud more secure

owncloud-news (8.0.0)

26 Mar 20:33
Compare
Choose a tag to compare
  • Backwards incompatible change: The git repository does not bundle composer and bower libraries anymore, nor does it contain compiled JavaScript. If you are running the git version, you now need to run make after cloning and pulling from the repository to install the depenencies and compile the JavaScript. If you do not want to build it yourself, simply download the linked news.tar.gz file below
  • New dependency: Bump minimum ownCloud version to 9.0
  • New dependency: Bump minimum PostgreSQL version to 9.4
  • New dependency: Bump minimum MySql/MariaDB version to 5.5
  • New dependency: Bump minimum PHP version to 5.6
  • Bugfix: Fix bug that would not lowercase non ASCII characters when searching, #944
  • Bugfix: Fix bug that would not persist settings like compact mode on PostgreSQL, #948
  • Enhancement: Add support for password protected feeds (HTTP basic auth), #938

owncloud-news (7.1.2)

20 Feb 17:17
Compare
Choose a tag to compare
  • Enhancement: Major JavaScript library updates:
    • Update from Angular 1.3 to 1.5
    • Use Gulp instead of Grunt
    • CSS is not minified anymore to make CSS contributions easier
  • Enhancement: Update picoFeed
  • Bugfix: Fix bug that would sometimes break the rendering of the explore page

owncloud-news (7.1.1)

31 Jan 10:00
Compare
Choose a tag to compare
  • Enhancement: Add vk.com to allowed iframe sources
  • Enhancement: Add blog.fefe.de to German explore feeds
  • Enhancement: Add Trump's video channel to English explore feeds

owncloud-news (7.1.0)

23 Jan 16:20
Compare
Choose a tag to compare
  • Backwards incompatible change: Change explore URL API to request a file instead of URL parameter
  • Enhancement: Improve explore feeds page design
  • Enhancement: Add more feeds on the explore feeds page
  • Enhancement: Add a list of German feeds for the explore page
  • Enhancement: Allow to select other languages than the currently set language

owncloud-news (7.0.1)

19 Jan 17:30
Compare
Choose a tag to compare
  • Enhancement: Show text preview in compact mode
  • Bugfix: Fix bug that broke the app when using Italian translations

owncloud-news (7.0.0)

09 Jan 12:47
Compare
Choose a tag to compare
  • New dependency: Bump required ownCloud version to 8.2
  • Backwards incompatible change: Remove console commands and instead run them after specific updates
  • Bugfix: Fix bug that prevented non admin users from changing feed parameters
  • Enhancement: If a feed failed to update more than 100 times, show a hint in the web interface
  • Enhancement: Overwrite active feed styling to make it look like in ownCloud 8.1