Skip to content

Latest commit

 

History

History
106 lines (66 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

106 lines (66 loc) · 2.66 KB

Changelog

All notable changes to this project will be documented in this file.

11.0.2

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

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

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

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

Added

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

Changed

  • Updated PHP and JS libraries

10.0.0

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

9.0.4

Fixed

  • 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
  • Do not pad milliseconds for non millisecond timestamps in API

9.0.3

Security

  • 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

9.0.2

Fixed

  • Do not return millisecond lastModified timestamps in API, #20

9.0.1

Removed

  • Drop PHP 64bit requirement due to helpful suggestions

9.0.0

Removed

  • Removed support for Nextcloud 9 and older
  • Removed support for PHP 32bit
  • Removed ability to update to 9.0.0 from versions prior to 8.8.0 due complex database schema changes

Added

  • Further cleanups for the Nextcloud app store

Fixed

  • Fix cronjob updates on Nextcloud 10
  • Limit iframes to 100% width, #10

8.8.3

Added

  • Cleanups for the Nextcloud app store