From b7b4ab1b945915bec7845c2fc6d0e091e28e9c7c Mon Sep 17 00:00:00 2001
From: michelleif <23069165+michelleif@users.noreply.github.com>
Date: Fri, 15 Nov 2019 15:38:47 -0500
Subject: [PATCH] Update NewsItem.jsx
---
src/components/home/NewsItem.jsx | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/src/components/home/NewsItem.jsx b/src/components/home/NewsItem.jsx
index 2e444b4dc..39db3c359 100644
--- a/src/components/home/NewsItem.jsx
+++ b/src/components/home/NewsItem.jsx
@@ -5,15 +5,21 @@ import { version } from '../../../package.json'
const NewsItem = () => (
-
Sinopia Version {version}: new feature highlights.
+
Sinopia Version {version}: new features and bug fixes
For complete release notes see the Sinopia help site.
- - Sinopia search results include type, group, and date modified.
- - All Sinopia resources are now searchable, and all literal fields are searchable.
- - Resource Templates accessible by unique URL for bookmarking and sharing.
- - Import accepts a Resource Template file.
- - Search and copy DISCOGS data.
- - Download full exports of Sinopia data.
+ - You can catalog in multiple resource templates at once; each template is opened in a tab within the Editor tab
+ - On Resource Templates tab, search for templates by id, label, author, or description
+ - On Resource Templates tab, easy access to most recently used templates for your session
+ - In Sinopia search results, Modified Date displayed as relative date
+ - In Profile Editor, limit Sinopia lookups to BIBFRAME Instances or BIBFRAME Works
+ - In Profile Editor, trash can icon lets you cleanly delete valueDataType
+ - Error upon opening a Resource Template no longer prevents you from opening a different error-free Resource Template
+ - When opening an existing description, all fields with data are opened for display
+ - On Edit tab, Save and Close buttons available from bottom of screen as well as top
+ - Improved checking for unsupported lookups in Resource Templates
+ - For values selected from a lookup, labels are saved
+ - Exports include timestamps when resource was created and modified
)