From 99397a447e9b910f436cfb755797dfdf53a8156d Mon Sep 17 00:00:00 2001 From: Michael Mauderer Date: Wed, 24 Mar 2021 13:25:30 +0100 Subject: [PATCH] fixup! doc: Add changelog entry. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9eb277c43..b145b4debe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,8 @@ above other nodes, whereas the normal view, will be shown below nodes. Errors will show the preview visualization immediately. Nodes without type information will also show the visualization immediately. You can enter a - quick preview mode by pressing ctrl, which will show the preview visualization - immediately for all nodes. + quick preview mode by pressing ctrl (or command on macOS), which will show the + preview visualization immediately for any hovered node output.
![Bug Fixes](/docs/assets/tags/bug_fixes.svg) @@ -58,7 +58,7 @@ - [Users can opt out of anonymous data gathering.][1328] This can be done with the `--no-data-gathering` command-line flag during the startup of the IDE. - [You can now start the IDE service without window again.][1353] The command - line arguyment `--no-window` now starts all the required backend services + line argument `--no-window` now starts all the required backend services again, and prints the port on the command line, allowing you to open the IDE with a browser of your choice.