diff --git a/src/components/HomePage.astro b/src/components/HomePage.astro index 2301d91..f61e81d 100644 --- a/src/components/HomePage.astro +++ b/src/components/HomePage.astro @@ -33,7 +33,7 @@ import LogoMark from '@images/logo-mark.svg' 🤖 Use the API to automate tasks.

- 📜 Read the release notes. + 📜 Read the release notes.

📝 Read our blog for technical updates.

diff --git a/src/content/docs/release-notes/v4.1.0.md b/src/content/docs/release-notes/v4.1.0.md new file mode 100644 index 0000000..80637a0 --- /dev/null +++ b/src/content/docs/release-notes/v4.1.0.md @@ -0,0 +1,43 @@ +--- +title: v4.1.0 +--- + +## ArchivesSpace v4.1.0 Release Summary + +This release includes enhancements to the staff and public user interfaces. Note that this release requires a reindex. + +## Breaking Changes + +- **Breaking change**: [`*_relator_sort` was removed from the Solr schema](#major-infrastructure-updates) +- **Breaking change**: [`render :inline` is replaced by `render :template` in plugins](#plugins-and-configuration) + +## Infrastructure Updates + +- **Breaking change**: `*_relator_sort` was removed from the Solr schema. A reindex is required after upgrading. +- Upgrades to dependencies; cleanup of duplicative gem versions + +## Public User Interface Improvements + +- Default search scope can be configured in `config.rb` (See Plugins and Configuration) +- Improved display of mixed content in the PUI +- Added Italian and Ukranian labels +- PDF finding aids can be downloaded at the archival object level +- Extents now display their portion + +## Staff Interface Enhancements + +- The Required Fields screen for Agents aligns with the Agent screen +- Bulk Update menu option now has a help link +- Merged agents preserve their roles in linked records + +## Import/Export Changes + +- MARCXML imports now validate subject sources +- PUI PDFs now display Bibliography notes + +## Plugins and Configuration + +- **Breaking change**: `render :inline` is replaced by `render :template` in plugins +- `AppConfig[:search_default_scope]` was added (default `all_record_types`) + +## Community Contributions