Skip to content

Commit b95ef31

Browse files
authored
Update CHANGES.md
1 parent 2c17e93 commit b95ef31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.10.0] - 2023-05-31
88
### Added
99
- A new _Sum_ node which can accept any number of incoming connections has been added. Summing up multiple values is a very common thing to do in OpenSCAD. Using the normal add operator node for this requires you to add one operator node for each two values you want to add. This can become tedious when you want to add more than two values. The new _Sum_ node allows you to add any number of values in a single node, which requires less clicks and improves the graphs readability. ([#53](https://github.com/derkork/openscad-graph-editor/issues/53)).
1010
- A new refactoring which allows you to extract a set of nodes into a function or module with a single keystroke. The refactoring automatically detects all incoming and outgoing connections, decides on the appropriate type (function or module) creates the necessary parameters and return values and then moves the nodes into the new graph, replacing them with call to the new function or module in the original graph ([#51](https://github.com/derkork/openscad-graph-editor/issues/51)). This refactoring greatly eases the creation of reusable functions and modules.

0 commit comments

Comments
 (0)