github eclipse-che/che 7.83.0
Eclipse Che 7.83.0

latest releases: 7.85.0, 7.84.0
one month ago

Major Enhancements

New "Editor Selector" panel on the User Dashboard

With this release, you can easily choose an editor when starting a workspace from the User Dashboard by using the brand-new "Editor Selector" panel:

Screenshot 2024-03-07 at 14 32 25

Find more details about specifying a custom editor in the official documentation.

Support URL parameters in the custom definition of the getting started sample

Starting from this release, you can add parameters when defining a URL of a getting started sample:

     {
        "displayName": "Example", 
        "description": "Example", 
        "tags": ["example"], 
        "url": "https://example.com/my-project.git?df=next/base/devfile.yaml"
      }

Find more details about configuring getting started samples in the official documentation.

Major Bug fixes

"Restart Workspace from Local Devfile" fails with "You can only have 1 running workspace at a time."

Before this release, there was a sporadic defect affecting workspace startup after using the "Restart Workspace from local Devfile" functionality from che-code. The following error message would appear: "You can only have 1 running workspace at a time". With this release, the issue is fixed.

Screenshot 2024-03-27 at 09 37 56

Workspace startup failures from Bitbucket server repository via OAuth2

Before this release, workspace startup from a Bitbucket Server private repository using OAuth2 failed with the "Repository/Devfile URL is missing" error. With this release, the issue is fixed.

Screenshot 2024-03-27 at 09 58 35

Don't miss a new che release

NewReleases is sending notifications on new releases.