Releases: cmu-sei/Console.Ui
3.1.2
What's Changed
- reduce error popups for unexpected errors by @sei-aschlackman in #637
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- Display of connected users in console by @sei-chershberger in #612
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- initial Proxmox console support by @sei-aschlackman in #526
Full Changelog: 3.0.5...3.1.0
3.0.5
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
3.0.3
3.0.2
3.0.1
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
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
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.