From 33a524a5d31af08935f0fca64714974e3dd4e46c Mon Sep 17 00:00:00 2001 From: osc-bot Date: Mon, 24 Feb 2025 02:56:35 +0000 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1d0a9e9..102a515de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +Bug fix/favicon referrerpolicy 2895 (#4166)\ +lint a random file (#4168)\ +Add returnFocus option to resolve focus issues in file_ops (#4100)\ +Fixed application class type for exist? method (#4165)\ +Update Changelog (#4154)\ +Fixed safe_load_path? method definition to avoid runtime errors (#4157)\ +update dependencies (#4155) ### Fixed - Icon picker correctly shows all icons when the search string is empty in [4065](https://github.com/OSC/ondemand/pull/4065). From ff52d1eced91c76b6ec0f6d6c41c4b7cbe713945 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Mon, 24 Feb 2025 09:50:33 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102a515de..e34c7f686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -Bug fix/favicon referrerpolicy 2895 (#4166)\ -lint a random file (#4168)\ -Add returnFocus option to resolve focus issues in file_ops (#4100)\ -Fixed application class type for exist? method (#4165)\ -Update Changelog (#4154)\ -Fixed safe_load_path? method definition to avoid runtime errors (#4157)\ -update dependencies (#4155) ### Fixed - Icon picker correctly shows all icons when the search string is empty in [4065](https://github.com/OSC/ondemand/pull/4065). @@ -27,6 +20,9 @@ update dependencies (#4155) - Application Manifests with external URLs use external hrefs in [#4140](https://github.com/OSC/ondemand/pull/4140). - Add user_home_t to SELinux tunable [4142](https://github.com/OSC/ondemand/pull/4142). - Apps#show route correctly handles usernames with periods in [4133](https://github.com/OSC/ondemand/pull/4133). +- Fixed safe_load_path? method definition to avoid runtime errors in [4157](https://github.com/OSC/ondemand/pull/4157). +- File operations correctly return focus in [4100](https://github.com/OSC/ondemand/pull/4100). +- Favicon has a referrerpolicy in [4166](https://github.com/OSC/ondemand/pull/4166). ### Added - Added support to render widgets partial without any layout furniture in [3989](https://github.com/OSC/ondemand/pull/3989).