From 255d41de7e438ea9054e20740fd68c1c13a0d04e Mon Sep 17 00:00:00 2001 From: Ivo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:10:05 +0000 Subject: [PATCH 1/4] execution column isReadOnly --- TuneUp/TuneUpWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TuneUp/TuneUpWindow.xaml b/TuneUp/TuneUpWindow.xaml index 662c37d..22e79c2 100644 --- a/TuneUp/TuneUpWindow.xaml +++ b/TuneUp/TuneUpWindow.xaml @@ -517,7 +517,7 @@ Loaded="ScrollViewer_Loaded"> - + From e002d33726233698b052fb9d8ccefee04180352c Mon Sep 17 00:00:00 2001 From: Ivo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:21:00 +0000 Subject: [PATCH 2/4] version update --- TuneUp/Properties/AssemblyInfo.cs | 4 ++-- TuneUp/manifests/pkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TuneUp/Properties/AssemblyInfo.cs b/TuneUp/Properties/AssemblyInfo.cs index d77ff39..18a2d90 100644 --- a/TuneUp/Properties/AssemblyInfo.cs +++ b/TuneUp/Properties/AssemblyInfo.cs @@ -33,5 +33,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.5")] -[assembly: AssemblyFileVersion("2.0.5")] +[assembly: AssemblyVersion("2.0.6")] +[assembly: AssemblyFileVersion("2.0.6")] diff --git a/TuneUp/manifests/pkg.json b/TuneUp/manifests/pkg.json index 95c8a72..86ad272 100644 --- a/TuneUp/manifests/pkg.json +++ b/TuneUp/manifests/pkg.json @@ -2,7 +2,7 @@ "license": "MIT", "file_hash": null, "name": "TuneUp", - "version": "2.0.5", + "version": "2.0.6", "description": "On Dynamo 2.5–2.19 (.NET 4.8), use TuneUp versions up to 1.0.7.\r\nOn Dynamo 3.0+ (.NET 8), use TuneUp version 2.0.0+.\r\n\r\nTuneUp is a view extension for analyzing the performance of Dynamo graphs. TuneUp allows you to see overall graph execution time, per-node execution time, execution time of groups, and other helpful information. With TuneUp, you can rerun all nodes, including ones that are normally skipped for optimization/caching during repeated runs of a graph. This enables you to compare the actual execution times between multiple runs. Read more here: https://dynamobim.org/tuneup-extension-explore-your-node-and-graph-execution-times/. \r\n\r\nKnown issues:\r\n1. TuneUp does not work in a custom node workspace.\r\n2. TuneUp binaries are not semantically versioned and are not intended to be built on top of as an API. Do not treat these binaries like DynamoCore.", "group": "", "keywords": [ From 19d1e250e3510c114bc1e4b98ec74449872ac42f Mon Sep 17 00:00:00 2001 From: Ivo Petrov <48355182+ivaylo-matov@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:59:56 +0000 Subject: [PATCH 3/4] fix --- TuneUp/TuneUpWindow.xaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TuneUp/TuneUpWindow.xaml b/TuneUp/TuneUpWindow.xaml index 22e79c2..ac20a5d 100644 --- a/TuneUp/TuneUpWindow.xaml +++ b/TuneUp/TuneUpWindow.xaml @@ -598,7 +598,7 @@ Loaded="ScrollViewer_Loaded"> - +