Skip to content

Commit

Permalink
Merge pull request #1085 from OSC/update_changelog_for_2.0.5
Browse files Browse the repository at this point in the history
update changelog for 2.0.5
  • Loading branch information
ericfranz authored Apr 27, 2021
2 parents 5bc9a24 + 715e795 commit 7b4311f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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]
## [2.0.5] - 2021-27-04
### Fixed
- fix file editor bug with opening files with ampersands in their names [#1082](https://github.com/OSC/ondemand/pull/1082)
- files app to open terminal app in new window [#1083](https://github.com/OSC/ondemand/pull/1083)
- fix session card connection tab control that broke when session UUID started with a number [#1084](https://github.com/OSC/ondemand/pull/1084)

### Changed
- Session card element id's now have "id_" prefixing the session id, but attribute data-id is added with unmodified session id

## [2.0.4] - 2021-23-04
### Fixed
- Cosmetic and accessibility defects with XDMoD jobs widget [#1076](https://github.com/OSC/ondemand/pull/1076)
Expand Down Expand Up @@ -718,7 +727,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- From 1.3.7 - 1.4.2 updated app versions


[Unreleased]: https://github.com/OSC/ondemand/compare/v2.0.4...HEAD
[Unreleased]: https://github.com/OSC/ondemand/compare/v2.0.5...HEAD
[2.0.5]: https://github.com/OSC/ondemand/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/OSC/ondemand/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/OSC/ondemand/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/OSC/ondemand/compare/v2.0.1...v2.0.2
Expand Down

0 comments on commit 7b4311f

Please sign in to comment.