diff --git a/CHANGELOG.md b/CHANGELOG.md index e365a1646b..7691e2851d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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