diff --git a/src/components/home/NewsItem.jsx b/src/components/home/NewsItem.jsx
index 4ae241148..a9a627a44 100644
--- a/src/components/home/NewsItem.jsx
+++ b/src/components/home/NewsItem.jsx
@@ -6,29 +6,14 @@ import { version } from '../../../package.json'
const NewsItem = () => (
Latest news
-
Sinopia Version {version}
+
Sinopia Version {version} highlights
For complete release notes see the Sinopia help site.
- - Labels for items selected from lookups are indexed and searchable.
- - On fields that are lookups to Sinopia BIBFRAME Instances or BIBFRAME Works, a "Create New"
- link offers a quick way to open relevant Resource Templates,
- to create a new Work or Instance if the one you want does not exist.
- - Language selection for literal values uses ISO 639-2 and offers additional "no language specified" choice.
- - Extended context displayed in Search tab results for external sources (QA searches).
- - Wikidata available as a lookup source.
- - Bug fixes including
-
- - Language of literal restored to table preview.
- - Sort order retained when paging through results.
- - Editing previously seleted language tag on literal applies to correct literal.
-
- - UX enhancements including
-
- - Better visiblity of error message upon opening a Resource Template.
- - Modified date for search results displayed as absolute date.
- - Page header redesigned to save space.
- - Several improvements to look and consistency of buttons, links, and headers.
-
+ - On Search tab, filter your Sinopia search results by resource class and by group.
+ - "Create New" dropdown menu on Sinopia lookup fields displays entire template label and ID.
+ - In lookup fields with multiple sources, select which of the sources you want results from.
+ - On Resource Templates tab, page through additional items.
+ - On Edit tab, number of columns expands as you widen browser.
)