From 4cf8507d27d279b171b93f8a05ba698ca9c71290 Mon Sep 17 00:00:00 2001 From: Evgeny Kochetkov Date: Mon, 18 Jan 2021 16:38:30 +0300 Subject: [PATCH] doc(changelog): update for the upcoming v0.37.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff1d00b4..f227b6c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## Not yet released + +### Features and enhancements + +* [ide] Make deployment pane resizable (#2081) +* [ide] Copy and save logs from deployment pane (#2078, #2079) +* [ide] Recover IDE from runtime exceptions (#2074) +* [ide] Add hotkeys to show upload popup (#2073) +* [ide] Show a favicon in the browser IDE (#2070) +* [ide] Restyle bus nodes to avoid misclicks (#2069) +* [ide] Add hotkeys to create terminal(`t`), constant(`c`), tweak and watch(`w`) nodes while linking (#2068) +* [ide] Focus on label editor in Inspector when double-clicking terminal or bus nodes (#2063) +* [ide] Move to Electron v10, node.js v12 (#2084) + +### Bug fixes + +* [ide] Fix workspace errors when user deleted a workspace (#2082) +* [ide] Paste "expanded" nodes (such as constants, watches, tweaks) to the right position (#2071) +* [ide] Fix hotkeys not working in some cases (#2067) +* [ide] Show create new patch popup even when the project browser is hidden (#2066) +* [nodes] Fix a typo in welcome-to-xod project (#2064) + ## 0.36.1 (2020-10-30)