Skip to content

Releases: superdesk/newsroom-core

v2.1-rc5

28 Apr 13:33
Compare
Choose a tag to compare
v2.1-rc5 Pre-release
Pre-release
use gettext for date to date (#130)

and tweak fr_CA ordinals

CPNHUB-79

v2.1-rc4

26 Apr 06:56
83b9dfc
Compare
Choose a tag to compare
v2.1-rc4 Pre-release
Pre-release

Improvements

  • [CPNHUB-79] update published/created time labels (cba2d7b)
  • [CPNHUB-79] update fr_CA translations (d7ed111)

Fixes

  • [CPNHUB-110] fix: Email notifications not working for non-admin users (#125)

v2.1-rc3

13 Apr 08:13
Compare
Choose a tag to compare
v2.1-rc3 Pre-release
Pre-release
fix newsapi start error when SITE_NAME is not set

and apm is configured

v2.1-rc2

11 Apr 09:03
Compare
Choose a tag to compare
v2.1-rc2 Pre-release
Pre-release
[NHUB-93] fix: Invalid subscriber ID on creating a topic (#119)

Also reload the Topics after a subscription change

v2.1-rc1

31 Mar 08:14
Compare
Choose a tag to compare
v2.1-rc1 Pre-release
Pre-release
chore: Enable GlobalTopics by default

This was disabled by default in 2.0 as it was a work-in-progress

v2.0.3

22 Feb 13:10
Compare
Choose a tag to compare
  • fix dependency versions for markup safe and reportlab

v2.0.2

20 Jan 03:26
Compare
Choose a tag to compare

Features

  • [NHUB-84] setup sentry in app factory (#60)

Fixes

  • [NHUB-77] fix(reports): Incorrectly adding terms and missing _resource field (#59)

v2.0.1

18 Jan 05:58
Compare
Choose a tag to compare

Features

  • [NHUB-73] add elastic apm setup (#54)

Fixes

  • [NHUB-51] fix: Duplicate image descriptions in xml based downloads (#52)
  • [NHUB-56] fix: Add/remove navigations from products on nav post/patch (#53)
  • [NHUB-79] fix(push): Convert str to datetime for agenda notification (#56)

v2.0

07 Jan 06:21
Compare
Choose a tag to compare

Breaking Changes

  • Moved core and app features into separate repositories (newsroom-core & newsroom-app)
  • Upgraded Elasticsearch from v2.x to v7.x

Features

  • [SDESK-6199] Ability to search all wire versions (#8)
  • [STTNHUB-139] Ability to prepend embargoed items in wire search results (#16)

Improvements

  • allow public view to render templates (#9)
  • Accessibility and mobile UI improvements & fixes (#10)
  • [NHUB-16] Configurable metadata fields for wire compact list (#17)
  • [NHUB-21] fix: ENTER button resets search input (#19)
  • [NHUB-22] Show list of Authors in Wire Preview (#20)
  • [NHUB-39] Show matches in version link for wire list items (#26)
  • [NHUB-27] Change embargo label colour when it expires (#27)
  • [NHUB-38] Improve list views on mobiles (#28)
  • [NHUB-45] allow embargoed items on dashboard (#31)
  • [TGA-6] add service to preview tags (#32)
  • [NHUB-65] Show/hide global topics using a config (#46)

Fixes

  • Allow setting NewsAPI URL (#11)
  • fix webpack assets handling for docker (#15)
  • [STTNHUB-141] fix: Show Share and Save in 3-dot menu from list (#23)
  • [NHUB-34] fix: Don't prepend embargoed bookmark items (#22)
  • [STTNHUB-142] fix: Server crashes if Monitoring is not loaded (#25)
  • [NHUB-32] Apply request filters also with prepend_embargoed param (#24)
  • Embargo label fix (#29)
  • FIX: facing-issues-while-updating-user-topics (#30)
  • [STTNHUB-144] fix search count returned when there are matching embargoed items (#35)
  • [NHUB-51] Include image embed descriptions in NITF and NewsMLG2 downloads (#39)
  • [NHUB-53] fix-ui: Use Assets endpoint for Image Embeds (#38)
  • [CPNHUB-36] fix analytics page view reporting (#43)
  • [NHUB-62] fix: Unable to save a topic with notifications enabled (#45)

v2.0-rc1

03 Jan 08:38
9f2d1df
Compare
Choose a tag to compare
v2.0-rc1 Pre-release
Pre-release
[NHUB-65] Show/hide global topics using a config (#46)

* [NHUB-65] Show/hide global topics using a config

* fix: PropTypes for globalTopicsEnabled

* fix: TopicEditor not passing globalTopicsEnabled to TopicForm