From 3ca355250f7b6f35620a74c42e06d9bedf6df0da Mon Sep 17 00:00:00 2001 From: miroiu Date: Tue, 22 Oct 2024 19:30:04 +0300 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 6 +++++- Nodify/Nodify.csproj | 10 +++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b867c3b7..d74f9384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ #### **In development** > - Breaking Changes: +> - Features: +> - Bugfixes: + +#### **Version 6.5.0** + > - Features: > - Added SelectedConnection, SelectedConnections, CanSelectMultipleConnections and CanSelectMultipleItems dependency properties to NodifyEditor > - Added IsSelected and IsSelectable attached dependency properties to BaseConnection @@ -10,7 +15,6 @@ > - Added EditorGestures.Connection.Selection > - Added support for ScrollViewer in NodifyEditor (implements IScrollInfo) > - Added NodifyEditor.ScrollIncrement dependency property -> - Bugfixes: #### **Version 6.4.0** diff --git a/Nodify/Nodify.csproj b/Nodify/Nodify.csproj index f9f18f60..68f20859 100644 --- a/Nodify/Nodify.csproj +++ b/Nodify/Nodify.csproj @@ -16,11 +16,15 @@ icon.png https://github.com/miroiu/nodify wpf mvvm node-editor controls - 6.4.0 + 6.5.0 > - Features: - > - Added OutlineBrush and OutlineThickness dependency properties to BaseConnection to support increasing the selection area without increasing the stroke thickness - > - Added IsAnimatingDirectionalArrows and DirectionalArrowsAnimationDuration dependency properties to BaseConnection to support controlling the animation from XAML + > - Added SelectedConnection, SelectedConnections, CanSelectMultipleConnections and CanSelectMultipleItems dependency properties to NodifyEditor + > - Added IsSelected and IsSelectable attached dependency properties to BaseConnection + > - Added PrioritizeBaseConnectionForSelection static field to BaseConnection + > - Added EditorGestures.Connection.Selection + > - Added support for ScrollViewer in NodifyEditor (implements IScrollInfo) + > - Added NodifyEditor.ScrollIncrement dependency property ..\build\Nodify.snk README.md