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

Commit

Permalink
Merge branch 'develop' into wip/ao/file-open-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
farmaazon committed Jul 19, 2021
2 parents afd8b38 + 9bc5cad commit 2182393
Show file tree
Hide file tree
Showing 35 changed files with 33,773 additions and 14,310 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ jobs:
tag_name: v${{fromJson(steps.changelog.outputs.content).version}}
body: ${{fromJson(steps.changelog.outputs.content).body}}
prerelease: ${{fromJson(steps.changelog.outputs.content).prerelease}}
draft: true
if: github.ref == 'refs/heads/unstable' || github.ref == 'refs/heads/stable'
needs:
- version_assertions
Expand Down
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,22 @@ these updates be shipped in a stable release before the end of the year.

<br/>![New Features](/docs/assets/tags/new_features.svg)

#### Visual Environment

- [Improved undo-reddo][1653]. Several new operations are now supported by
undo-redo:
- node selection;
- enabling and disabling a visualization;
- entering and leaving a node.
- [File or Project Open Dialog][xxxx]. <kbd>ctrl/cmd</kbd>+<kbd>o</kbd> will
display a new File or Project Open Dialog. Here you can open another project,
or pick a file from browser: the file will be inserted as a node to the
current graph.
- [File browser component][1677]. A basic file browser component has been
implemented, but is not integrated into the user interface yet.

[1640]: https://github.com/enso-org/ide/pull/1664
[1677]: https://github.com/enso-org/ide/pull/1677
[1700]: https://github.com/enso-org/ide/pull/1700

# Enso 2.0.0-alpha.8 (2021-06-09)
Expand All @@ -26,6 +34,8 @@ these updates be shipped in a stable release before the end of the year.
enhancements and fixes made to the Enso compiler, you can find out more
details in
[the engine release notes](https://github.com/enso-org/enso/blob/main/RELEASES.md).

[1640]: https://github.com/enso-org/ide/pull/1640

<br/>

Expand Down Expand Up @@ -57,7 +67,7 @@ these updates be shipped in a stable release before the end of the year.

#### Visual Environment

- [Profiling mode.][1546] The IDE contains a profiling mode now which can be
- [Profling mode.][1546] The IDE contains a profiling mode now which can be
entered through a button in the top-right corner or through the keybinding
<kbd>ctrl</kbd>+<kbd>p</kbd>. This mode does not display any information yet.
In the future, it will display the running times of nodes and maybe more
Expand Down
1 change: 1 addition & 0 deletions build/workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ let uploadGitHubRelease = [
tag_name: "v${{fromJson(steps.changelog.outputs.content).version}}",
body: "${{fromJson(steps.changelog.outputs.content).body}}",
prerelease: "${{fromJson(steps.changelog.outputs.content).prerelease}}",
draft: true,
},
}
]
Expand Down
149 changes: 148 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2182393

Please sign in to comment.