@@ -8,6 +8,46 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
99## [ Unreleased]
1010
11+ ## [ 4.1.4] - 2026-03-03
12+
13+ ### Fixed
14+
15+ - The shell application no longer crashes when using FireFox version 148.0 or higher.
16+ - The ` quotas ` widget now correctly works in custom pages.
17+ - Users can correctly navigate directories when download capabilities have been disabled.
18+
19+ ## [ 4.0.10] - 2026-03-03
20+
21+ ### Fixed
22+
23+ - The shell application no longer crashes when using FireFox version 148.0 or higher.
24+
25+ ## [ 4.1.3] - 2026-02-19
26+
27+ ### Security
28+
29+ - This version updated RubyGems ` rack ` , ` nokogiri ` and ` faraday ` which had CVEs
30+ associated with them. Additionally it updates the ` qs ` NodeJS package in the shell
31+ application which also had a CVE associated with it.
32+
33+ ## [ 4.0.9] - 2026-02-13
34+
35+ ### Security
36+
37+ - Resolves ** CVE-2026 -26002** . This version resolves a security issue related to malicious
38+ input when navigating to directories.
39+
40+ ## [ 4.1.2] - 2026-02-13
41+
42+ ### Fixed
43+
44+ - The 'delete job' button on the ActiveJobs page now correctly works again.
45+
46+ ### Security
47+
48+ - Resolves ** CVE-2026 -26002** . This version resolves a security issue related to malicious
49+ input when navigating to directories.
50+
1151## [ 4.1.1] - 2026-01-28
1252
1353### Fixed
@@ -1778,9 +1818,14 @@ Similar changelog as [3.0.0]. This version was not released to the general publi
17781818### Changed
17791819- From 1.3.7 - 1.4.2 updated app versions
17801820
1781- [ Unreleased ] : https://github.com/OSC/ondemand/compare/v4.1.1...HEAD
1821+ [ Unreleased ] : https://github.com/OSC/ondemand/compare/v4.1.4...HEAD
1822+ [ 4.1.4 ] : https://github.com/OSC/ondemand/compare/v4.1.3...v4.1.4
1823+ [ 4.1.3 ] : https://github.com/OSC/ondemand/compare/v4.1.2...v4.1.3
1824+ [ 4.1.2 ] : https://github.com/OSC/ondemand/compare/v4.1.1...v4.1.2
17821825[ 4.1.1 ] : https://github.com/OSC/ondemand/compare/v4.1.0...v4.1.1
17831826[ 4.1.0 ] : https://github.com/OSC/ondemand/compare/v4.0.8...v4.1.0
1827+ [ 4.0.10 ] : https://github.com/OSC/ondemand/compare/v4.0.9...v4.0.10
1828+ [ 4.0.9 ] : https://github.com/OSC/ondemand/compare/v4.0.8...v4.0.9
17841829[ 4.0.8 ] : https://github.com/OSC/ondemand/compare/v4.0.7...v4.0.8
17851830[ 4.0.7 ] : https://github.com/OSC/ondemand/compare/v4.0.6...v4.0.7
17861831[ 4.0.6 ] : https://github.com/OSC/ondemand/compare/v4.0.5...v4.0.6
0 commit comments