Skip to content

Commit fc0dcf8

Browse files
committed
chore: update change log
1 parent 72f1f4a commit fc0dcf8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [0.12.0] - 2023-10-31
8+
### Added
9+
- There is a new _String Enum_ node which makes it easier to compare a string to various fixed values ([#63](https://github.com/derkork/openscad-graph-editor/issues/63)).
10+
- A new action was added to select all unused nodes, e.g. all nodes which do not contribute to the generated code ([#64](https://github.com/derkork/openscad-graph-editor/issues/64)).
11+
12+
713
## [0.11.0] - 2023-09-21
814
### Added
915
- You can now hold the _Shift_ key when duplicating nodes to automatically connect the duplicates to the same nodes as the original nodes. ([#62](https://github.com/derkork/openscad-graph-editor/issues/62)).

0 commit comments

Comments
 (0)