From 09f2fade1fdf46ddc69461cb7d69c10fbfb8cbac Mon Sep 17 00:00:00 2001 From: Evgeny Kochetkov Date: Fri, 8 Feb 2019 15:52:50 +0300 Subject: [PATCH] doc(changelog): update for upcoming 0.27.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d968ef38..49d2fe62 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] Add ability to simulate a program without uploading it to a board (#1661) +* [nodes] Add tweak nodes whose values can be adjusted right from the IDE during debug and simulation sessions (#1662, #1665, #1666) +* [ide] Add ability to connect to a board by serial, send text lines, and see its response at any time (#1660) +* [nodes] Move exising debug-related nodes (`watch` and `console-log`) from `xod/core` to `xod/debug` library (#1657) +* [ide] Add tooltips for show/hide sidebar pane buttons (#1658) +* [ide] Make a fancy look for `xod/patch-nodes/jumper` (#1659) +* [ide] Make UI more responsive while running tabtests (#1648) + +### New nodes + +* [`xod/color`](https://xod.io/libs/xod/color/) — a library to work with colors (#1589) +* [`xod/debug`](https://xod.io/libs/xod/debug/) — a library for interactive debugging (#1662, #1665, #1666) + +### Bug fixes + +* [nodes] Fix prescision and overflow issues with `format-number` and `cast-to-string(number)` nodes (#1650, #1652, #1669) +* [ide] Fix sidebar height in Firefox (#1655) + ## 0.26.1 (2019-01-09)