Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release Notes

## Version 1.2.1

## Improvements
### Core
- Improved the casting to kList plugs so that huge memory peaks are decreased (avoiding potential crashes) *Shift-1289*
- Added public method to create a connection using the Shift API. *Shift-1309*


## BugFixes
### Core
- Fixed the truncation in the inspector plug widgets for lists, dictionaries, and iterable objects and instances. *Shift-1288*
- Fixed the board items deletion logic so that all the selected connections are deleted. *Shift-1265*

- Fixed the inspector so that the selected tab is retained after the execution of a workflow. *Shift-1214*

- Fixed bug emitting plug edits two times instead of one when using the Inspector parameter widget due to Qt bug with the editingFinished signal. *Shift-1313*



## Version 1.1.1

### Added
Expand Down