Releases: cmu-sei/Console.Ui
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.
2.4.2
There are no fix details or known issues to report in version 2.4.2.
Enhancement Details
The Console.Ui has been updated to Angular v11.
Advanced search functionality has been implemented in the VM list. Users can now:
- exclude terms, for example:
win10 -something
- express logical OR relationships, for example:
win10 or kali or ubuntu
- search for an exact match, for example:
"user 17 ubuntu"
2.4.1
Enhancement Details
Configurable PathBase
option, which allows for support of virtual directory deployments, has been added.
Fix Details
Defect in ReadOnly mode has been fixed.
Excessive amount of error pop-ups that were being generated from vCenter has been reduced.
2.4.0
Enhancement Details
Added a user follow feature:
- Users can now view the same virtual machine console as another user in real-time.
- User list has been added that shows all teams available to current user and what, if any, virtual machines each user from those teams is viewing.
There are no fix details to report in version 2.4.0.
2.2.1
2.2.0
The release notes below are cumulative from v1.0.0 through v2.2.0.
Version 2.2.0
There are no fix details or known issues to report in version 2.2.0.
Enhancement Details
Theme has been updated so that all Crucible apps have a consistent look.
Version 2.1.1
Enhancement Details
An enhancement was made in ISO mounting. When listing ISOs to mount: ISOs from all views and teams that both the selected VM is a part of, and the calling user has access to, are displayed.
There are no fix details or known issues to report in version 2.1.1.
Version 2.1.0
Player Console UI 2.1.0 requires Player VM API 2.1.0.
Enhancement Details
- Users now have the option to shutdown the guest OS.
- Users now have the option to maximize their VM console.
- Player Console project upgraded to Angular 9.
Fix Details
- Fixed an issue where when Copy was selected, all users viewing that VM received the broadcast message. Now, only the user who selected Copy receives the message.
Known Issues
There are no known issues to report in version 2.1.0.
Version 2.0.0
We recommend upgrading all Crucible apps to version 2.0.0.
Enhancement Details
Nouns (i.e., terminology) have been updated in all Crucible apps.
Fix Details
There are no fix details to report in version 2.0.0.
Known Issues
There are no known issues to report in version 2.0.0.
Version 1.0.4
Enhancement Details
Improved ability to connect to VMs in situations of high latency.
Increased reliability when copying to clipboard.
Fix Details
No bug fixes to report in version 1.0.4.
Known Issues
There are no known issues to report in version 1.0.4.
Version 1.0.3
Enhancement Details
No enhancement details to report in version 1.0.3.
Fix Details
Network Cards list populates correctly again
Known Issues
There are no known issues to report in version 1.0.3.
Version 1.0.0
Initial release.