Skip to content

Releases: nextcloud/news

16.1.0

07 Oct 16:29
Compare
Choose a tag to compare

Note: Nextcloud 20 support will be dropped in Oct 2021, this is very likely the last version to support Nextcloud 20. This also means that PHP 7.2, will no longer be supported by news.

Changes

Dependencies

16.1.0-beta1

02 Sep 09:56
Compare
Choose a tag to compare
16.1.0-beta1 Pre-release
Pre-release
  • Revert Add Vue and ng-vue packages @Grotax (#1489)
  • Fix favicon element making broken requests @mormegil-cz (#1488)
  • Added Nextnews to the list @Pechente (#1466)
  • Added new news:updater:update-user command to update the feeds of a single user (#1360).

Dependencies

16.0.1

04 Aug 11:11
Compare
Choose a tag to compare

Changed

  • Reimplemented relative time formatting as a filter (#1450)

Fixed

  • Set icon offset explicitly for navigation items (#1465)

16.0.0

04 Jul 08:55
Compare
Choose a tag to compare

Dependencies

16.0.0-beta3

16 Jun 11:51
Compare
Choose a tag to compare
16.0.0-beta3 Pre-release
Pre-release

Changed

Fixed

Dependencies

16.0.0-beta2

02 Jun 13:10
Compare
Choose a tag to compare
16.0.0-beta2 Pre-release
Pre-release

Changed

  • add admin docs page, document removal of command @Grotax (#1394)
  • Remove deprecated API endpoints and news:updater:all-feeds command #935 @SMillerDev (#1288)
    • /api/v1-2/user
    • /api/v1-2/user/avatar
    • ./occ news:updater:all-feeds

Fixed

  • db: no longer order by items.last_modified @Grotax (#1381)
  • controller: getRead + all_items is now unread type @Grotax (#1380)

Dependencies

15.4.5

27 May 09:27
Compare
Choose a tag to compare

Fixed

  • newestId does not return newest ID but last updated (#1339)

16.0.0-beta1

22 May 08:24
Compare
Choose a tag to compare
16.0.0-beta1 Pre-release
Pre-release

Changed

  • News now requires a 64bit OS
  • v2 API implementation (folder part)
  • Implemented sharing news items between nextcloud users (#1191)
  • Updated the news items table in DB to include sharer data (#1191)
  • Added route for sharing news items (#1191)
  • Added share data in news items serialization (#1191)
  • Added tests for the news items share feature (#1191)
  • Added sharing articles with nextcloud users (#1217)
  • Added sharing articles on social media (Facebook, Twitter) or mail (#1217)

15.4.4

21 May 18:50
Compare
Choose a tag to compare

Fixed

  • allow calling /items?getRead=false without a feed/folder

15.4.3

05 May 10:31
Compare
Choose a tag to compare

Fixed

  • mitigate 32-bit issues by using float instead of int for microseconds (#1320)