Skip to content

Releases: nextcloud/news

11.0.4

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 31 May 18:20

Fixed

  • Do not fail MySql utf-8 support check on other platforms for various reasons, #163
  • Include the correct files for displaying warnings, #166

11.0.3

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 24 May 18:55

Fixed

  • Display database charset warning inside the app instead of failing installation/update

11.0.2

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 24 May 18:35

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

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 19 May 16:06

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

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 06 May 09:10

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

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 17 Apr 12:12

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

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 10 Dec 17:34

Added

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

10.0.0

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 26 Nov 20:49

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)

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 28 Aug 07:28
  • 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)

Choose a tag to compare

@BernhardPosselt BernhardPosselt released this 25 Aug 15:58
  • 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