Skip to content

Commit 149e4e8

Browse files
authored
Update CHANGELOG.md
1 parent 13f34a5 commit 149e4e8

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

CHANGELOG.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
drop support for Ubuntu 20.04 and Ruby 2.7 (#4188)\
10-
ensure titles dont overflow (#4194)\
11-
cast to string for safety (#4196)\
12-
internationalize "Select Path" (#4176)\
13-
Added support ticket to active jobs page (#4102)\
14-
use asset_nil here for fix deprecation warngins (#4197)\
15-
Refactored Files controller to use strong parameters. (#4192)\
16-
Do not provide href links to files when download is disabled. (#4167)\
17-
set the PATH so that dbus-launch comes from the OS (#4160)\
18-
Added a form to projects to import a shared-project using directory path (#4178)\
19-
Update Changelog (#4179)\
20-
lint a random file (#4182)\
21-
Fixed CSS selectors for active navigation link color (#4183)\
22-
update dependencies (#4180)
239

2410
### Fixed
2511
- Icon picker correctly shows all icons when the search string is empty in [4065](https://github.com/OSC/ondemand/pull/4065).
@@ -37,17 +23,24 @@ update dependencies (#4180)
3723
- Fixed safe_load_path? method definition to avoid runtime errors in [4157](https://github.com/OSC/ondemand/pull/4157).
3824
- File operations correctly return focus in [4100](https://github.com/OSC/ondemand/pull/4100).
3925
- Favicon has a referrerpolicy in [4166](https://github.com/OSC/ondemand/pull/4166).
26+
- Navigation bar titles will not overflow in [4194](https://github.com/OSC/ondemand/pull/4194).
27+
- Fixed CSS selectors for active navigation link color in [4183](https://github.com/OSC/ondemand/pull/4183).
28+
- "Select Path" is now internationalizable in [4176](https://github.com/OSC/ondemand/pull/4176).
29+
- The files app does not provide hrefs for files when download is disabled in [4167](https://github.com/OSC/ondemand/pull/4167).
30+
- Desktops start with a safer PATH to ensure that dbus-launch comes from the OS in [4160](https://github.com/OSC/ondemand/pull/4160).
4031

4132
### Added
4233
- Added support to render widgets partial without any layout furniture in [3989](https://github.com/OSC/ondemand/pull/3989).
4334
- Support tickets now integrate with ServieNow in [4081](https://github.com/OSC/ondemand/pull/4081).
4435
- Interactive forms now support headers for each form item in [3767](https://github.com/OSC/ondemand/pull/3767).
36+
- Users can now submit help tickets through the Active Jobs page in [4102](https://github.com/OSC/ondemand/pull/4102).
4537

4638
### Changed
4739
- The Project Manager's navbar title is now 'Project Manager' in [4076](https://github.com/OSC/ondemand/pull/4076).
4840
- Removed analytics.lua and resolved code dependencies in [4069](https://github.com/OSC/ondemand/pull/4069).
4941
- Announcements now filter files that don't exist in [4091](https://github.com/OSC/ondemand/pull/4091).
5042
- Removed Handlebars from XDMoD widget efficiency template in [4103](https://github.com/OSC/ondemand/pull/4103).
43+
- Drop support for Ubuntu 20.04 and Ruby 2.7 in [4188](https://github.com/OSC/ondemand/pull/4188).
5144

5245
## [4.0.1] - 02-16-2025
5346

0 commit comments

Comments
 (0)