Skip to content

Releases: cmu-sei/Console.Ui

3.1.2

05 Jan 15:36
115c037
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

03 Mar 19:10
76856b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

06 Oct 20:09
52cbc37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.5...3.1.0

3.0.5

16 Nov 17:01
Compare
Choose a tag to compare

Enhancement Details

  • bugfix: fixed Dockerfile and basehref script
  • Dockerfile was not implementing entry scripts
  • html file permissions changed to nginx due to unprivileged nginx
  • basehref script had the wrong directory
  • Removed double dot (../) and absolute paths
  • Paths were breaking applications that utilize basehref
  • Updated Dockerfile
  • Removed ebram from code owners

3.0.4

22 Jul 17:49
1494620
Compare
Choose a tag to compare

There are no fix details or known issues to report in version 3.0.4.

Enhancement Details

Third-party NPM library packages have been updated to current versions.

3.0.3

26 May 17:22
49bbc01
Compare
Choose a tag to compare

Enhancement Details

Third-party library packages have been updated to current versions.

3.0.2

14 May 19:29
6136dd6
Compare
Choose a tag to compare

Enhancement Details

Users can now full-screen VM consoles from within the Player VM application.

3.0.1

07 May 15:36
e54a2d2
Compare
Choose a tag to compare

Fix Details

Fixed an issue that occurred when copying and pasting from the clipboard (external source) into a VM when the text contained single quotes, double quotes, and tick marks. The content containing those characters was stripped away.

Fix Details/Enhancement Details

New Player Copy/Paste Functionality (paste speed)

In previous versions of Player, longer text files sent via the Enter Text to Send window would become corrupted as they were transmitted.

New functionality has been added to address this.

In the Enter Text to Send window, users have the option to select the paste speed -- i.e., the delay between sending each line of text in the "paste". If errors occur during paste, users should select Slow or Slower options.

The default paste speed is 50ms. The other paste speed options and names (Fastest, Fast, Normal, Slow, and Slowest) are configurable by system administrators in the settings.json file.

3.0.0

26 Apr 19:46
Compare
Choose a tag to compare

There are no fix details or known issues to report in version 3.0.0.

Enhancement Details

Breaking Change!

In the Identity server, the use of implicit flow is no longer recommended for OAuth 2.0 clients. The current recommendation is to use authorization code flow and PKCE. This change makes the default deployment authorization code.

System administrators must adjust the IdentityServer client for this application to use Authorization Code flow with PKCE instead of the implicit flow.

Administrators will need to change the appsettings entry OIDCSettings.response_type from id_token token to code.

Note: If this breaking change is not made, then Console.Ui can't properly authenticate with IdentityServer.

2.4.3

31 Mar 15:54
dac426c
Compare
Choose a tag to compare

Enhancement Details

A progress indicator has been added when a user uploads a file; now, the percentage complete of the upload is displayed and the user is notified when the upload is complete.

Fix Details

A more descriptive error message has been added when a user does not enter a valid file path when attempting a file upload.