Skip to content

Releases: nextcloud/news

11.0.2

24 May 18:35
Compare
Choose a tag to compare

Fixed

  • Fail early when an incorrectly configured MySql/MariaDB instance is found to prevent update errors and data loss
  • Do not mark articles read when shift + a + ctrl/meta/alt is pressed
  • Re-order mark read to first position

11.0.1

19 May 16:06
Compare
Choose a tag to compare

Fixed

  • Fix admin section on latest master (fix only works with a version newer than 12.0.0-beta4), #145
  • Do not show tooltip when hovering over headlines in compact mode, #151

11.0.0

06 May 09:10
Compare
Choose a tag to compare

11.0.0

Removed

  • Dropped support for Nextcloud 11

Fixed

  • Fix articles appearing as unread when updating to Nextcloud 12 beta
  • Partly fix frontend styles that were changed in 12

10.2.0

17 Apr 12:12
Compare
Choose a tag to compare

Added

  • Experimental support for Nextcloud 12

Changed

  • Update picoFeed and HTMLPurifier libs to the latest version

Fixed

  • Parse CSRF token directly from source rather than using a global variable which never got updated. This fixes the login warnings that appeared after you left the News app open for a longer period of time which forced you to reload the page.

10.1.0

10 Dec 17:34
Compare
Choose a tag to compare

Added

  • Show favicons in expanded mode's subtitle section if a folder is viewed

10.0.0

26 Nov 20:49
Compare
Choose a tag to compare

Removed

  • Dropped support for Nextcloud 10

Added

  • Include changelog in release download
  • More App Store improvements

Fixed

  • Switch to new update API
  • Do not fail to mark items as read if they do not exist on the server anymore when using the API
  • Show "Settings" label for settings area button
  • Changed explore url colors to fit Nextcloud theme

news (9.0.4)

28 Aug 07:28
Compare
Choose a tag to compare
  • Bugfix: Pad API last modified timestamp to milliseconds in updated items API to return only new items. API users however need to re-sync their complete contents, #24
  • Bugfix: Do not pad milliseconds for non millisecond timestamps in API

news (9.0.3)

25 Aug 15:58
Compare
Choose a tag to compare
  • Security (Low): Prevent browsers like Chrome from auto-filling your Nextcloud login credentials into Basic Auth form. This could lead users to accidentally saving their credentials in the database and disclosing them to the feed source when the feed is added/updated

news (9.0.2)

23 Aug 18:10
Compare
Choose a tag to compare
  • Bugfix: Do not return millisecond lastModified timestamps in API, #20

news (9.0.1)

18 Aug 20:52
Compare
Choose a tag to compare
  • Enhancement: Drop PHP 64bit requirement due to helpful suggestions