Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Enso 2.0.0-alpha.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 08:43
· 158 commits to develop since this release


New Features

Visual Environment

  • Window management buttons. The IDE now has components for
    "fullscreen" and "close" buttons. They will when running IDE in a cloud
    environment where no native window buttons are available.
  • Customizable backend options. When invoking Enso IDE through command
    line interface, it is possible to add the -- argument separator. All
    arguments following the separator will be passed to the backend.
  • Added --verbose parameter. If --verbose is given as command line
    argument, the IDE and the backend will produce more detailed logs.


Bug Fixes

Visual Environment

Enso Compiler

If you're interested in the enhancements and fixes made to the Enso compiler,
you can find their release notes
here.