Skip to content

Commit

Permalink
update changelogs [noci]
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Sep 8, 2024
1 parent cb600bc commit a934b53
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to Flyde will be documented in this file.

## [0.103.0] - 2024-09-08

- allow panning using space+drag, adds onboarding tips by @GabiGrin in https://github.com/flydelabs/flyde/pull/152, fixes #60
- enables adding nodes by dragging from the nodes library by @GabiGrin in https://github.com/flydelabs/flyde/pull/149
- fixes connection hover errors, fixes #145 by @GabiGrin in https://github.com/flydelabs/flyde/pull/147

- visual nodes logic refactor by @GabiGrin in https://github.com/flydelabs/flyde/pull/150
- refactor visual node editor context menu by @GabiGrin in https://github.com/flydelabs/flyde/pull/148
- editor refactors by @GabiGrin in https://github.com/flydelabs/flyde/pull/151

## [0.102.5] - 2024-09-06

- rename "Inline Value" to "Value"
- rename "Inline Code" to "Function"
- Lengthen time of visual feedback of the remote debugger

**Full Changelog**: https://github.com/flydelabs/flyde/compare/v0.102.4...v0.102.5

## [0.102.4] - 2024-08-30

- improve set attribute node by @GabiGrin in https://github.com/flydelabs/flyde/pull/142
Expand Down
18 changes: 18 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to Flyde will be documented in this file.

## [0.103.0] - 2024-09-08

- allow panning using space+drag, adds onboarding tips by @GabiGrin in https://github.com/flydelabs/flyde/pull/152, fixes #60
- enables adding nodes by dragging from the nodes library by @GabiGrin in https://github.com/flydelabs/flyde/pull/149
- fixes connection hover errors, fixes #145 by @GabiGrin in https://github.com/flydelabs/flyde/pull/147

- visual nodes logic refactor by @GabiGrin in https://github.com/flydelabs/flyde/pull/150
- refactor visual node editor context menu by @GabiGrin in https://github.com/flydelabs/flyde/pull/148
- editor refactors by @GabiGrin in https://github.com/flydelabs/flyde/pull/151

## [0.102.5] - 2024-09-06

- rename "Inline Value" to "Value"
- rename "Inline Code" to "Function"
- Lengthen time of visual feedback of the remote debugger

**Full Changelog**: https://github.com/flydelabs/flyde/compare/v0.102.4...v0.102.5

## [0.102.4] - 2024-08-30

- improve set attribute node by @GabiGrin in https://github.com/flydelabs/flyde/pull/142
Expand Down

0 comments on commit a934b53

Please sign in to comment.