[GIT] Evergreen ILS branch rel_3_14 updated. f3a841bc79846a60cee777d54786685f6e96a55a

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_14 has been updated via f3a841bc79846a60cee777d54786685f6e96a55a (commit) from 1e5bfc6441369c54ad065caee695bb8018a698e8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f3a841bc79846a60cee777d54786685f6e96a55a Author: Andrea Buntz Neiman <abneiman@equinoxinitiative.org> Date: Mon Apr 14 14:34:46 2025 -0400 Docs: 3.14.5 release notes Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org> diff --git a/docs/RELEASE_NOTES_3_14.adoc b/docs/RELEASE_NOTES_3_14.adoc index 984a1d5038..91e398afc5 100644 --- a/docs/RELEASE_NOTES_3_14.adoc +++ b/docs/RELEASE_NOTES_3_14.adoc @@ -3,6 +3,126 @@ :numbered: :toclevels: 3 +== Evergreen 3.14.5 == + +This release contains bug fixes and documentation fixes improving on Evergreen 3.14.4. + +=== Upgrade Notes === + +=== Acquisitions === + +* Displays a "Show Invoice in Legacy Interface" in invoices when configured. (https://bugs.launchpad.net/evergreen/+bug/2099133[Bug 2099133]) +* Clarifies what the "name" label in create PO form refers to (https://bugs.launchpad.net/evergreen/+bug/2018839[Bug 2018839]) +* Fixes a regression where the count of receivable items on acq invoices was always zero. (https://bugs.launchpad.net/evergreen/+bug/2094859[Bug 2094859]) +* Restores acquisitions provider codes in select boxes. (https://bugs.launchpad.net/evergreen/+bug/2091178[Bug 2091178]) + +=== Administration === + +* Retro-fixes config.coded_value_map (https://bugs.launchpad.net/evergreen/+bug/2073561[Bug 2073561]) +* Fixes handling of diacritics in marc_export items export. (https://bugs.launchpad.net/evergreen/+bug/2103714[Bug 2103714]) + + +=== Catalog === + +* Improved layout of staff catalog shelf browse. (https://bugs.launchpad.net/evergreen/+bug/2067649[Bug 2067649]) + +=== Cataloging === + +* Fixes undo/redo in MARC rich editor fixed fields and LDR. (https://bugs.launchpad.net/evergreen/+bug/2084929[Bug 2084929]) +* Fixes inputBlurred() console error for MARC fixed fields (https://bugs.launchpad.net/evergreen/+bug/2084929[Bug 2084929]) +* Updates MARC Import/Export tab styles to match other tabs (https://bugs.launchpad.net/evergreen/+bug/2102735[Bug 2102735]) +* Sorts bib record parts by label_sortkey rather than label so that labels such as Vol. 1, Vol. 2, Vol. 3 are sorted as expected. (https://bugs.launchpad.net/evergreen/+bug/2088000[Bug 2088000]) +* Adds 'Overlay' to Z39.50 search results grid actions menu (https://bugs.launchpad.net/evergreen/+bug/2094843[Bug 2094843]) +* Avoids freetext error when reimporting MARC import queue (https://bugs.launchpad.net/evergreen/+bug/1940867[Bug 1940867]) +* Fixes right arrow focus in MARC subfield data (https://bugs.launchpad.net/evergreen/+bug/2101886[Bug 2101886]) +* Edit MARC subfield value in focused group with right or left arrow; do not focus on current group when tabbing into or out of subfield inputs (https://bugs.launchpad.net/evergreen/+bug/2101884[Bug 2101884]) +* Prevents duplicate new MARC rows using Control + Arrow key (https://bugs.launchpad.net/evergreen/+bug/2095532[Bug 2095532]) +* Opens the lead record after merging records from a bucket (https://bugs.launchpad.net/evergreen/+bug/2098712[Bug 2098712]) + +=== Circulation === + +* Fixes inconsistent display of name fields in offline patron registration (https://bugs.launchpad.net/evergreen/+bug/2096865[Bug 2096865]) +* Fixes blank user setting handling in Angular staff catalog place holds. (https://bugs.launchpad.net/evergreen/+bug/2073896[Bug 2073896]) +* Fixes a bug where re-applying a shelving location group filter to the pull list fails. (https://bugs.launchpad.net/evergreen/+bug/2098011[Bug 2098011]) +* Prevents blocked accounts from checking out Precats (https://bugs.launchpad.net/evergreen/+bug/2098898[Bug 2098898]) +* Fixes erroneous overdue indication for hourly checkouts. (https://bugs.launchpad.net/evergreen/+bug/1951024[Bug 1951024]) +* Adds form labels and keyboard support for patron survey answers (https://bugs.launchpad.net/evergreen/+bug/2040183[Bug 2040183]) + +=== Developer === + +* Added a commit message template to the repository to improve the developer experience. To use the template, run the following command from the root of your Evergreen repostiory: `git config commit.template commit-template`. (https://bugs.launchpad.net/evergreen/+bug/2051946[Bug 2051946]) + +=== Documentation === + +* Improves and reorganizes action triggers documentation in admin module +* Updates the release note extractor so that all lines of a multi-line release notes in a commit message are incuded in the output (https://bugs.launchpad.net/evergreen/+bug/2098814[Bug 2098814]) + +=== Installation === + + +* Adds an automated check that the staff client can build successfully. (https://bugs.launchpad.net/evergreen/+bug/2069646[Bug 2069646]) +* Adds `tt2` syntax highlighting to appropriate code blocks across multiple files. (https://bugs.launchpad.net/evergreen/+bug/2106488[Bug 2106488]) + +=== OPAC === + +* Restores OPAC ability to set 'Cancel if not filled by' and suspended hold activation dates. (https://bugs.launchpad.net/evergreen/+bug/2097009[Bug 2097009]) +* Restores the ability to select charges for payment in the OPAC. (https://bugs.launchpad.net/evergreen/+bug/2090958[Bug 2090958]) +* Fixes a bug that caused empty search results in the OPAC after changes were made to the organizational unit tree and the autogen script had not yet been run. (https://bugs.launchpad.net/evergreen/+bug/2103630[Bug 2103630]) + +=== Reports === + +* Sets user email as default for report output email option (https://bugs.launchpad.net/evergreen/+bug/2088096[Bug 2088096]) +* Shows template documentation URLs in reports template grids (https://bugs.launchpad.net/evergreen/+bug/2090873[Bug 2090873]) + + +=== Staff Client === + +* Fixes blank screen when logging in after timeout. (https://bugs.launchpad.net/evergreen/+bug/2100807[Bug 2100807]) +* Restores the down arrow icon in dropdown menus (https://bugs.launchpad.net/evergreen/+bug/2100650[Bug 2100650]) +* Allows multiple toast messages to appear at once. (https://bugs.launchpad.net/evergreen/+bug/2103619[Bug 2103619]) +* Allows right-click anywhere in grid cells in Chrome and right-click menu support for grid utility columns. (https://bugs.launchpad.net/evergreen/+bug/2080373[Bug 2080373]) +* Fixes an issue where menu icons appear on printouts. (https://bugs.launchpad.net/evergreen/+bug/2092226[Bug 2092226]) +* Adds form labels and ARIA status roles to forms in dialogs (https://bugs.launchpad.net/evergreen/+bug/2103567[Bug 2103567]) +* Fixes light and dark mode support for Chrome on Windows 7. (https://bugs.launchpad.net/evergreen/+bug/2106666[Bug 2106666]) + +=== Acknowledgements === + +We would like to thank the following individuals who contributed code, testing, documentation, and patches to the 3.14.5 point release of Evergreen: + +* Andrea Buntz Neiman +* Blake Graham-Henderson +* Carol Witt +* Chris Sharp +* Christine Burns +* Dan Briem +* Galen Charlton +* Gina Monti +* Ian Skelskey +* Jane Sandberg +* Jason Boyer +* Jason Stephenson +* John Amundson +* Josh Stompro +* Katie Greenleaf Martin +* Lindsay Stratton +* Llewellyn Marshall +* Michele Morgan +* Mike Rylander +* Ruth Frasur Davis +* Shula Link +* Stephanie Leary +* Steven Mayo +* Susan Morrison +* Tara Kunesh +* Terran McCanna +* Tiffany Little + + + + + + + == Evergreen 3.14.4 == This release contains bug fixes and documentation fixes improving on Evergreen 3.14.3. ----------------------------------------------------------------------- Summary of changes: docs/RELEASE_NOTES_3_14.adoc | 120 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User