Major Enhancements
CheCluster Custom Resource Definition has been updated 
to reflect changes introduced with the switch to the DevWorkspaces.
 The result is a shorter and simpler configuration file to maintain for 
Eclipse Che administrators.
When a workspace is stopped after an inactivity now the users are 
redirected to the Dashboard. Previously a 503 error was displayed.
Che administrators can now configure the default editor (Theia, VS 
Code, IntelliJ or PyCharm) and the default container. Those defaults are
 used when the developer doesn't specify an editor or doesn't specify a 
devfile. The configuration can be done in the CheCluster Custom Resource in the workspaces section using the just introduced defaultComponent and defaultEditor fields.
As Visual Studio Code and Theia, IntelliJ and PyCharm can detect 
when an application running in a Che workspace is listening to a given 
port and prompt the user to open the application URL. This is true even 
if the application has not been specified as an endpoint in the Devfile: a generic endpoint is assigned to applications that don't have a dedicated one.
Some enhancements needed to deploy Che on Azure AKS have been contributed by 
@karatkep. Thank you for your contribution.
 
Major Bug Fixes
In VS Code terminal lines are not truncated anymore.