
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, main has been updated via 944af0ef4054a56101ef24c9a9e527eb24d8cb15 (commit) from c10dd06b049940850d50743f751b79bc93784186 (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 944af0ef4054a56101ef24c9a9e527eb24d8cb15 Author: Andrea Buntz Neiman <abneiman@equinoxinitiative.org> Date: Tue May 20 12:21:52 2025 -0400 Docs: 3.14.6 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 c360c0a9a3..aefcee07b4 100644 --- a/docs/RELEASE_NOTES_3_14.adoc +++ b/docs/RELEASE_NOTES_3_14.adoc @@ -3,6 +3,107 @@ :numbered: :toclevels: 3 + +== Evergreen 3.14.6 == + +This release contains bug fixes and documentation fixes improving on Evergreen 3.14.5. + + +=== Administration === + +* Fix spacing on Shelving Location Order interface. (https://bugs.launchpad.net/evergreen/+bug/2103535[Bug 2103535]) + + +=== Cataloging === + + +* Changes holdings view sort order to push sublibrary nodes below call number nodes. (https://bugs.launchpad.net/evergreen/+bug/2102217[Bug 2102217]) +* Fixes color of Holdings View rows when selected. (https://bugs.launchpad.net/evergreen/+bug/2098718[Bug 2098718]) + +=== Circulation === + +* Filters out unholdable parts from part hold list. (https://bugs.launchpad.net/evergreen/+bug/1911063[Bug 1911063]) +* Corrects the circ billing grid background color for selected rows with overdue and lost items. (https://bugs.launchpad.net/evergreen/+bug/2092293[Bug 2092293]) + +=== Developer === + +* Run Perl Unit Tests automatically. (https://bugs.launchpad.net/evergreen/+bug/2089184[Bug 2089184]) + +=== Documentation === + +* Updates to "org unit" terminology on several docs pages based on Vale reports. +* Updates to Clone as New Address docs. (https://bugs.launchpad.net/evergreen/+bug/2078341[Bug 2078341]) +* Updates to Closed Dates Editor docs. (https://bugs.launchpad.net/evergreen/+bug/2063846[Bug 2063846]) + + +=== OPAC === + +* Disables the Pay Selected Charges button when none are selected. (https://bugs.launchpad.net/evergreen/+bug/2080899[Bug 2080899]) +* Makes patron self-registration aware of org unit tree. (https://bugs.launchpad.net/evergreen/+bug/1890629[Bug 1890629]) +* Adds label to "Allow others to use my account" name input (https://bugs.launchpad.net/evergreen/+bug/2078713[Bug 2078713]) +* Aligns OPAC course search layout with advanced search form (https://bugs.launchpad.net/evergreen/+bug/2096790[Bug 2096790]) +* Fixes broken author links when additional subfields exist in the MARC record. (https://bugs.launchpad.net/evergreen/+bug/2107209[Bug 2107209]) + +=== Reports === + +* Fixes report table alias calculation for joins (https://bugs.launchpad.net/evergreen/+bug/2092695[Bug 2092695]) + + +=== Self Checkout === + +* Respect browser default font size for self checkout (https://bugs.launchpad.net/evergreen/+bug/2109643[Bug 2109643]) +* Adjusts self-check links to accommodate use by remotely managed ChromeOS kiosks. (https://bugs.launchpad.net/evergreen/+bug/2104272[Bug 2104272]) + + +=== Staff Client === + +* Offsets the focus outline on primary buttons in AngularJS (https://bugs.launchpad.net/evergreen/+bug/1819068[Bug 1819068]) +* Fixes checkbox border contrast and missing check marks (https://bugs.launchpad.net/evergreen/+bug/2099938[Bug 2099938]) +* Adds a missing button type attribute to satisfy lint rules (https://bugs.launchpad.net/evergreen/+bug/2111283[Bug 2111283]) +* Restores ability to dismiss toasts by clicking 'X' button (https://bugs.launchpad.net/evergreen/+bug/2107116[Bug 2107116]) +* Fixes the H2 green color for staff screens in light mode (https://bugs.launchpad.net/evergreen/+bug/2109745[Bug 2109745]) +* Fixes display and accessibility bugs in Retrieve Bib by ID/TCN form (https://bugs.launchpad.net/evergreen/+bug/2037689[Bug 2037689]) +* Adds a backup script changing color mode from local storage to the heads +of Angular and AngularJS. (https://bugs.launchpad.net/evergreen/+bug/2080887[Bug 2080887]) + +=== Acknowledgements === + +We would like to thank the following individuals who contributed code, testing, documentation, and patches to the 3.14.6 point release of Evergreen: + +* Andrea Buntz Neiman +* Bill Erickson +* Blake Graham-Henderson +* Brian Kennedy +* Christine Morgan +* Dan Briem +* Dan Guarracino +* Elizabeth Davis +* Eva Cerniňáková +* Galen Charlton +* Gina Monti +* Jane Sandberg +* Jason Stephenson +* Jennifer Pringle +* John Amundson +* Lindsay Stratton +* Llewellyn Marshall +* Martha Driscoll +* Mary Llewellyn +* Michele Morgan +* Mike Rylander +* Ruth Frasur Davis +* Stephanie Leary +* Steven Mayo +* Susan Morrison +* Terran McCanna +* Tiffany Little + + + + + + + == Evergreen 3.14.5 == This release contains bug fixes and documentation fixes improving on Evergreen 3.14.4. ----------------------------------------------------------------------- Summary of changes: docs/RELEASE_NOTES_3_14.adoc | 101 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) hooks/post-receive -- Evergreen ILS