Skip to content

Bump the ktsu group with 31 updates - #213

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ktsu-f2d0835b32
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ktsu-f2d0835b32

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Updated ktsu.AppDataStorage from 1.17.6 to 1.17.8.

Release notes

Sourced from ktsu.AppDataStorage's releases.

1.17.8

v1.17.8 (patch)

Changes since v1.17.7:

What's Changed

Full Changelog: ktsu-dev/AppDataStorage@v1.17.7...v1.17.8

1.17.7

v1.17.7 (patch)

Changes since v1.17.6:

What's Changed

Full Changelog: ktsu-dev/AppDataStorage@v1.17.6...v1.17.7

Commits viewable in compare view.

Updated ktsu.CodeBlocker from 2.1.6 to 2.1.10.

Release notes

Sourced from ktsu.CodeBlocker's releases.

2.1.10

v2.1.10 (patch)

Changes since v2.1.9:

What's Changed

Full Changelog: ktsu-dev/CodeBlocker@v2.1.9...v2.1.10

2.1.9

v2.1.9 (patch)

Changes since v2.1.8:

What's Changed

Full Changelog: ktsu-dev/CodeBlocker@v2.1.8...v2.1.9

2.1.8

v2.1.8 (patch)

Changes since v2.1.7:

  • chore: close the local SonarCloud calibration gap (@​Claude)

What's Changed

Full Changelog: ktsu-dev/CodeBlocker@v2.1.7...v2.1.8

2.1.7

v2.1.7 (patch)

Changes since v2.1.6:

What's Changed

Full Changelog: ktsu-dev/CodeBlocker@v2.1.6...v2.1.7

Commits viewable in compare view.

Updated ktsu.Coder from 3.14.7 to 3.17.0.

Updated ktsu.DeepClone from 2.1.5 to 2.1.8.

Release notes

Sourced from ktsu.DeepClone's releases.

2.1.8

v2.1.8 (patch)

Changes since v2.1.7:

What's Changed

Full Changelog: ktsu-dev/DeepClone@v2.1.7...v2.1.8

2.1.7

v2.1.7 (patch)

Changes since v2.1.6:

What's Changed

Full Changelog: ktsu-dev/DeepClone@v2.1.6...v2.1.7

2.1.6

v2.1.6 (patch)

Changes since v2.1.5:

What's Changed

Full Changelog: ktsu-dev/DeepClone@v2.1.5...v2.1.6

Commits viewable in compare view.

Updated ktsu.Extensions from 1.6.15 to 1.6.18.

Release notes

Sourced from ktsu.Extensions's releases.

1.6.18

v1.6.18 (patch)

Changes since v1.6.17:

What's Changed

Full Changelog: ktsu-dev/Extensions@v1.6.17...v1.6.18

1.6.17

v1.6.17 (patch)

Changes since v1.6.16:

What's Changed

Full Changelog: ktsu-dev/Extensions@v1.6.16...v1.6.17

1.6.16

v1.6.16 (patch)

Changes since v1.6.15:

What's Changed

Full Changelog: ktsu-dev/Extensions@v1.6.15...v1.6.16

Commits viewable in compare view.

Updated ktsu.ForceDirectedLayout from 3.38.5 to 3.42.0.

Release notes

Sourced from ktsu.ForceDirectedLayout's releases.

3.42.0

v3.42.0 (minor)

Changes since v3.41.0:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the selected link ids explicitly (@​matt-edmondson)
  • feat: delete selected links with Delete or Backspace [minor] (@​matt-edmondson)
  • fix: keep a path-tracked texture published across UpdateTexture's recreate [patch] (@​matt-edmondson)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.2...v3.42.0

3.41.2

v3.41.2 (patch)

Changes since v3.41.1:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.1...v3.41.2

3.41.1

v3.41.1 (patch)

Changes since v3.41.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.0...v3.41.1

3.41.0

v3.41.0 (minor)

Changes since v3.40.0:

  • Group the node-id lookups with the other GetNodeDefinition overloads (@​Claude)
  • Bind each created node to an instance its parameters live on [minor] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.40.0...v3.41.0

3.40.0

v3.40.0 (minor)

Changes since v3.39.0:

  • Split the 3D triangle fill into setup and per-pixel shading (@​Claude)
  • Add IRenderer3D and its software implementation [minor] (@​Claude)
  • [patch] Assert the node body hook's reach in order, per MSTEST0068 (@​Claude)
  • [patch] Cover the prototype-reading paths, and drop two catches that cannot fire (@​Claude)
  • [patch] Say plainly that NodeGraph declares execution rather than running it (@​Claude)
  • [minor] Give NodeEditorRenderer a hook for host content in a node body (@​Claude)
  • [patch] Read an input pin's default from its C# initializer (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.39.0...v3.40.0

3.39.0

v3.39.0 (minor)

Changes since v3.38.0:

  • Add a virtualized table widget [minor] (@​Claude)
  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)
  • [patch] Clear the three SonarCloud findings on this branch (@​matt-edmondson)
  • [patch] Release the GDI+ graphics context when reading the DPI fails (@​matt-edmondson)
  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)
  • [patch] Run window teardown when the run loop throws (@​matt-edmondson)
  • [patch] Keep integrated-GPU font heuristics off discrete Intel Arc (@​Claude)
  • [patch] Clear the window on teardown so Start can run again (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.9...v3.39.0

3.38.9

v3.38.9 (patch)

Changes since v3.38.8:

  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.8...v3.38.9

3.38.8

v3.38.8 (patch)

Changes since v3.38.7:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.7...v3.38.8

3.38.7

v3.38.7 (patch)

Changes since v3.38.6:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.6...v3.38.7

3.38.6

v3.38.6 (patch)

Changes since v3.38.5:

  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.5...v3.38.6

Commits viewable in compare view.

Updated ktsu.FuzzySearch from 1.3.7 to 1.3.11.

Release notes

Sourced from ktsu.FuzzySearch's releases.

1.3.11

v1.3.11 (patch)

Changes since v1.3.10:

What's Changed

Full Changelog: ktsu-dev/FuzzySearch@v1.3.10...v1.3.11

1.3.10

v1.3.10 (patch)

Changes since v1.3.9:

What's Changed

Full Changelog: ktsu-dev/FuzzySearch@v1.3.9...v1.3.10

1.3.9

v1.3.9 (patch)

Changes since v1.3.8:

  • fix: make maxPrefixPenalty actually cap the prefix penalty [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/FuzzySearch@v1.3.8...v1.3.9

1.3.8

v1.3.8 (patch)

Changes since v1.3.7:

What's Changed

Full Changelog: ktsu-dev/FuzzySearch@v1.3.7...v1.3.8

Commits viewable in compare view.

Updated ktsu.ImGui.App from 3.38.5 to 3.42.0.

Release notes

Sourced from ktsu.ImGui.App's releases.

3.42.0

v3.42.0 (minor)

Changes since v3.41.0:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the selected link ids explicitly (@​matt-edmondson)
  • feat: delete selected links with Delete or Backspace [minor] (@​matt-edmondson)
  • fix: keep a path-tracked texture published across UpdateTexture's recreate [patch] (@​matt-edmondson)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.2...v3.42.0

3.41.2

v3.41.2 (patch)

Changes since v3.41.1:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.1...v3.41.2

3.41.1

v3.41.1 (patch)

Changes since v3.41.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.0...v3.41.1

3.41.0

v3.41.0 (minor)

Changes since v3.40.0:

  • Group the node-id lookups with the other GetNodeDefinition overloads (@​Claude)
  • Bind each created node to an instance its parameters live on [minor] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.40.0...v3.41.0

3.40.0

v3.40.0 (minor)

Changes since v3.39.0:

  • Split the 3D triangle fill into setup and per-pixel shading (@​Claude)
  • Add IRenderer3D and its software implementation [minor] (@​Claude)
  • [patch] Assert the node body hook's reach in order, per MSTEST0068 (@​Claude)
  • [patch] Cover the prototype-reading paths, and drop two catches that cannot fire (@​Claude)
  • [patch] Say plainly that NodeGraph declares execution rather than running it (@​Claude)
  • [minor] Give NodeEditorRenderer a hook for host content in a node body (@​Claude)
  • [patch] Read an input pin's default from its C# initializer (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.39.0...v3.40.0

3.39.0

v3.39.0 (minor)

Changes since v3.38.0:

  • Add a virtualized table widget [minor] (@​Claude)
  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)
  • [patch] Clear the three SonarCloud findings on this branch (@​matt-edmondson)
  • [patch] Release the GDI+ graphics context when reading the DPI fails (@​matt-edmondson)
  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)
  • [patch] Run window teardown when the run loop throws (@​matt-edmondson)
  • [patch] Keep integrated-GPU font heuristics off discrete Intel Arc (@​Claude)
  • [patch] Clear the window on teardown so Start can run again (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.9...v3.39.0

3.38.9

v3.38.9 (patch)

Changes since v3.38.8:

  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.8...v3.38.9

3.38.8

v3.38.8 (patch)

Changes since v3.38.7:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.7...v3.38.8

3.38.7

v3.38.7 (patch)

Changes since v3.38.6:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.6...v3.38.7

3.38.6

v3.38.6 (patch)

Changes since v3.38.5:

  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.5...v3.38.6

Commits viewable in compare view.

Updated ktsu.ImGui.App.Testing from 3.38.5 to 3.42.0.

Release notes

Sourced from ktsu.ImGui.App.Testing's releases.

3.42.0

v3.42.0 (minor)

Changes since v3.41.0:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the selected link ids explicitly (@​matt-edmondson)
  • feat: delete selected links with Delete or Backspace [minor] (@​matt-edmondson)
  • fix: keep a path-tracked texture published across UpdateTexture's recreate [patch] (@​matt-edmondson)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.2...v3.42.0

3.41.2

v3.41.2 (patch)

Changes since v3.41.1:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.1...v3.41.2

3.41.1

v3.41.1 (patch)

Changes since v3.41.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.0...v3.41.1

3.41.0

v3.41.0 (minor)

Changes since v3.40.0:

  • Group the node-id lookups with the other GetNodeDefinition overloads (@​Claude)
  • Bind each created node to an instance its parameters live on [minor] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.40.0...v3.41.0

3.40.0

v3.40.0 (minor)

Changes since v3.39.0:

  • Split the 3D triangle fill into setup and per-pixel shading (@​Claude)
  • Add IRenderer3D and its software implementation [minor] (@​Claude)
  • [patch] Assert the node body hook's reach in order, per MSTEST0068 (@​Claude)
  • [patch] Cover the prototype-reading paths, and drop two catches that cannot fire (@​Claude)
  • [patch] Say plainly that NodeGraph declares execution rather than running it (@​Claude)
  • [minor] Give NodeEditorRenderer a hook for host content in a node body (@​Claude)
  • [patch] Read an input pin's default from its C# initializer (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.39.0...v3.40.0

3.39.0

v3.39.0 (minor)

Changes since v3.38.0:

  • Add a virtualized table widget [minor] (@​Claude)
  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)
  • [patch] Clear the three SonarCloud findings on this branch (@​matt-edmondson)
  • [patch] Release the GDI+ graphics context when reading the DPI fails (@​matt-edmondson)
  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)
  • [patch] Run window teardown when the run loop throws (@​matt-edmondson)
  • [patch] Keep integrated-GPU font heuristics off discrete Intel Arc (@​Claude)
  • [patch] Clear the window on teardown so Start can run again (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.9...v3.39.0

3.38.9

v3.38.9 (patch)

Changes since v3.38.8:

  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.8...v3.38.9

3.38.8

v3.38.8 (patch)

Changes since v3.38.7:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.7...v3.38.8

3.38.7

v3.38.7 (patch)

Changes since v3.38.6:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.6...v3.38.7

3.38.6

v3.38.6 (patch)

Changes since v3.38.5:

  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.5...v3.38.6

Commits viewable in compare view.

Updated ktsu.ImGui.NodeEditor from 3.38.5 to 3.42.0.

Release notes

Sourced from ktsu.ImGui.NodeEditor's releases.

3.42.0

v3.42.0 (minor)

Changes since v3.41.0:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the selected link ids explicitly (@​matt-edmondson)
  • feat: delete selected links with Delete or Backspace [minor] (@​matt-edmondson)
  • fix: keep a path-tracked texture published across UpdateTexture's recreate [patch] (@​matt-edmondson)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.2...v3.42.0

3.41.2

v3.41.2 (patch)

Changes since v3.41.1:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.1...v3.41.2

3.41.1

v3.41.1 (patch)

Changes since v3.41.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.0...v3.41.1

3.41.0

v3.41.0 (minor)

Changes since v3.40.0:

  • Group the node-id lookups with the other GetNodeDefinition overloads (@​Claude)
  • Bind each created node to an instance its parameters live on [minor] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.40.0...v3.41.0

3.40.0

v3.40.0 (minor)

Changes since v3.39.0:

  • Split the 3D triangle fill into setup and per-pixel shading (@​Claude)
  • Add IRenderer3D and its software implementation [minor] (@​Claude)
  • [patch] Assert the node body hook's reach in order, per MSTEST0068 (@​Claude)
  • [patch] Cover the prototype-reading paths, and drop two catches that cannot fire (@​Claude)
  • [patch] Say plainly that NodeGraph declares execution rather than running it (@​Claude)
  • [minor] Give NodeEditorRenderer a hook for host content in a node body (@​Claude)
  • [patch] Read an input pin's default from its C# initializer (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.39.0...v3.40.0

3.39.0

v3.39.0 (minor)

Changes since v3.38.0:

  • Add a virtualized table widget [minor] (@​Claude)
  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)
  • [patch] Clear the three SonarCloud findings on this branch (@​matt-edmondson)
  • [patch] Release the GDI+ graphics context when reading the DPI fails (@​matt-edmondson)
  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)
  • [patch] Run window teardown when the run loop throws (@​matt-edmondson)
  • [patch] Keep integrated-GPU font heuristics off discrete Intel Arc (@​Claude)
  • [patch] Clear the window on teardown so Start can run again (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.9...v3.39.0

3.38.9

v3.38.9 (patch)

Changes since v3.38.8:

  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.8...v3.38.9

3.38.8

v3.38.8 (patch)

Changes since v3.38.7:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.7...v3.38.8

3.38.7

v3.38.7 (patch)

Changes since v3.38.6:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.6...v3.38.7

3.38.6

v3.38.6 (patch)

Changes since v3.38.5:

  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.5...v3.38.6

Commits viewable in compare view.

Updated ktsu.ImGui.Popups from 3.38.5 to 3.42.0.

Release notes

Sourced from ktsu.ImGui.Popups's releases.

3.42.0

v3.42.0 (minor)

Changes since v3.41.0:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the selected link ids explicitly (@​matt-edmondson)
  • feat: delete selected links with Delete or Backspace [minor] (@​matt-edmondson)
  • fix: keep a path-tracked texture published across UpdateTexture's recreate [patch] (@​matt-edmondson)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.2...v3.42.0

3.41.2

v3.41.2 (patch)

Changes since v3.41.1:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.1...v3.41.2

3.41.1

v3.41.1 (patch)

Changes since v3.41.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.0...v3.41.1

3.41.0

v3.41.0 (minor)

Changes since v3.40.0:

  • Group the node-id lookups with the other GetNodeDefinition overloads (@​Claude)
  • Bind each created node to an instance its parameters live on [minor] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.40.0...v3.41.0

3.40.0

v3.40.0 (minor)

Changes since v3.39.0:

  • Split the 3D triangle fill into setup and per-pixel shading (@​Claude)
  • Add IRenderer3D and its software implementation [minor] (@​Claude)
  • [patch] Assert the node body hook's reach in order, per MSTEST0068 (@​Claude)
  • [patch] Cover the prototype-reading paths, and drop two catches that cannot fire (@​Claude)
  • [patch] Say plainly that NodeGraph declares execution rather than running it (@​Claude)
  • [minor] Give NodeEditorRenderer a hook for host content in a node body (@​Claude)
  • [patch] Read an input pin's default from its C# initializer (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.39.0...v3.40.0

3.39.0

v3.39.0 (minor)

Changes since v3.38.0:

  • Add a virtualized table widget [minor] (@​Claude)
  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)
  • [patch] Clear the three SonarCloud findings on this branch (@​matt-edmondson)
  • [patch] Release the GDI+ graphics context when reading the DPI fails (@​matt-edmondson)
  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)
  • [patch] Run window teardown when the run loop throws (@​matt-edmondson)
  • [patch] Keep integrated-GPU font heuristics off discrete Intel Arc (@​Claude)
  • [patch] Clear the window on teardown so Start can run again (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.9...v3.39.0

3.38.9

v3.38.9 (patch)

Changes since v3.38.8:

  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.8...v3.38.9

3.38.8

v3.38.8 (patch)

Changes since v3.38.7:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.7...v3.38.8

3.38.7

v3.38.7 (patch)

Changes since v3.38.6:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.6...v3.38.7

3.38.6

v3.38.6 (patch)

Changes since v3.38.5:

  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.5...v3.38.6

Commits viewable in compare view.

Updated ktsu.ImGui.Probes from 3.38.5 to 3.42.0.

Release notes

Sourced from ktsu.ImGui.Probes's releases.

3.42.0

v3.42.0 (minor)

Changes since v3.41.0:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the selected link ids explicitly (@​matt-edmondson)
  • feat: delete selected links with Delete or Backspace [minor] (@​matt-edmondson)
  • fix: keep a path-tracked texture published across UpdateTexture's recreate [patch] (@​matt-edmondson)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.2...v3.42.0

3.41.2

v3.41.2 (patch)

Changes since v3.41.1:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.1...v3.41.2

3.41.1

v3.41.1 (patch)

Changes since v3.41.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.0...v3.41.1

3.41.0

v3.41.0 (minor)

Changes since v3.40.0:

  • Group the node-id lookups with the other GetNodeDefinition overloads (@​Claude)
  • Bind each created node to an instance its parameters live on [minor] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.40.0...v3.41.0

3.40.0

v3.40.0 (minor)

Changes since v3.39.0:

  • Split the 3D triangle fill into setup and per-pixel shading (@​Claude)
  • Add IRenderer3D and its software implementation [minor] (@​Claude)
  • [patch] Assert the node body hook's reach in order, per MSTEST0068 (@​Claude)
  • [patch] Cover the prototype-reading paths, and drop two catches that cannot fire (@​Claude)
  • [patch] Say plainly that NodeGraph declares execution rather than running it (@​Claude)
  • [minor] Give NodeEditorRenderer a hook for host content in a node body (@​Claude)
  • [patch] Read an input pin's default from its C# initializer (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.39.0...v3.40.0

3.39.0

v3.39.0 (minor)

Changes since v3.38.0:

  • Add a virtualized table widget [minor] (@​Claude)
  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)
  • [patch] Clear the three SonarCloud findings on this branch (@​matt-edmondson)
  • [patch] Release the GDI+ graphics context when reading the DPI fails (@​matt-edmondson)
  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)
  • [patch] Run window teardown when the run loop throws (@​matt-edmondson)
  • [patch] Keep integrated-GPU font heuristics off discrete Intel Arc (@​Claude)
  • [patch] Clear the window on teardown so Start can run again (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.9...v3.39.0

3.38.9

v3.38.9 (patch)

Changes since v3.38.8:

  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.8...v3.38.9

3.38.8

v3.38.8 (patch)

Changes since v3.38.7:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.7...v3.38.8

3.38.7

v3.38.7 (patch)

Changes since v3.38.6:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.6...v3.38.7

3.38.6

v3.38.6 (patch)

Changes since v3.38.5:

  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.5...v3.38.6

Commits viewable in compare view.

Updated ktsu.ImGui.Styler from 3.38.5 to 3.42.0.

Release notes

Sourced from ktsu.ImGui.Styler's releases.

3.42.0

v3.42.0 (minor)

Changes since v3.41.0:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the selected link ids explicitly (@​matt-edmondson)
  • feat: delete selected links with Delete or Backspace [minor] (@​matt-edmondson)
  • fix: keep a path-tracked texture published across UpdateTexture's recreate [patch] (@​matt-edmondson)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.2...v3.42.0

3.41.2

v3.41.2 (patch)

Changes since v3.41.1:

  • Merge remote-tracking branch 'origin/main' into claude/imguiapp-409-textfilter-glob (@​Claude)
  • refactor: filter the file browser's listing with ktsu.TextFilter [patch] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.1...v3.41.2

3.41.1

v3.41.1 (patch)

Changes since v3.41.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.41.0...v3.41.1

3.41.0

v3.41.0 (minor)

Changes since v3.40.0:

  • Group the node-id lookups with the other GetNodeDefinition overloads (@​Claude)
  • Bind each created node to an instance its parameters live on [minor] (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.40.0...v3.41.0

3.40.0

v3.40.0 (minor)

Changes since v3.39.0:

  • Split the 3D triangle fill into setup and per-pixel shading (@​Claude)
  • Add IRenderer3D and its software implementation [minor] (@​Claude)
  • [patch] Assert the node body hook's reach in order, per MSTEST0068 (@​Claude)
  • [patch] Cover the prototype-reading paths, and drop two catches that cannot fire (@​Claude)
  • [patch] Say plainly that NodeGraph declares execution rather than running it (@​Claude)
  • [minor] Give NodeEditorRenderer a hook for host content in a node body (@​Claude)
  • [patch] Read an input pin's default from its C# initializer (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.39.0...v3.40.0

3.39.0

v3.39.0 (minor)

Changes since v3.38.0:

  • Add a virtualized table widget [minor] (@​Claude)
  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)
  • [patch] Clear the three SonarCloud findings on this branch (@​matt-edmondson)
  • [patch] Release the GDI+ graphics context when reading the DPI fails (@​matt-edmondson)
  • [patch] Find the repository root from the test binaries, not CallerFilePath (@​matt-edmondson)
  • [patch] Make rooted item specs explicit instead of relying on Path.Combine (@​matt-edmondson)
  • [patch] Pin ImGui.App's Resources.resx manifest name, and guard every .resx (@​matt-edmondson)
  • [patch] Run window teardown when the run loop throws (@​matt-edmondson)
  • [patch] Keep integrated-GPU font heuristics off discrete Intel Arc (@​Claude)
  • [patch] Clear the window on teardown so Start can run again (@​matt-edmondson)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.9...v3.39.0

3.38.9

v3.38.9 (patch)

Changes since v3.38.8:

  • [patch] Correct the stale Hexa Widgets.Extras note in CLAUDE.md (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.8...v3.38.9

3.38.8

v3.38.8 (patch)

Changes since v3.38.7:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.38.7...v3.38.8

3.38.7

v3.38.7 (patch)

Changes since v3.38.6:

What's Changed

  • [patch] Release the GDI+ graphics context when reading the DPI fails by @...

Description has been truncated

Bumps ktsu.AppDataStorage from 1.17.6 to 1.17.8
Bumps ktsu.CodeBlocker from 2.1.6 to 2.1.10
Bumps ktsu.Coder from 3.14.7 to 3.17.0
Bumps ktsu.DeepClone from 2.1.5 to 2.1.8
Bumps ktsu.Extensions from 1.6.15 to 1.6.18
Bumps ktsu.ForceDirectedLayout from 3.38.5 to 3.42.0
Bumps ktsu.FuzzySearch from 1.3.7 to 1.3.11
Bumps ktsu.ImGui.App from 3.38.5 to 3.42.0
Bumps ktsu.ImGui.App.Testing from 3.38.5 to 3.42.0
Bumps ktsu.ImGui.NodeEditor from 3.38.5 to 3.42.0
Bumps ktsu.ImGui.Popups from 3.38.5 to 3.42.0
Bumps ktsu.ImGui.Probes from 3.38.5 to 3.42.0
Bumps ktsu.ImGui.Styler from 3.38.5 to 3.42.0
Bumps ktsu.ImGui.Widgets from 3.38.5 to 3.42.0
Bumps ktsu.IntervalAction from 1.3.47 to 1.4.1
Bumps ktsu.Keybinding.Core from 1.0.53 to 1.0.54
Bumps ktsu.RoundTripStringJsonConverter from 1.0.65 to 1.0.68
Bumps ktsu.Sdk from 2.30.0 to 2.31.2
Bumps ktsu.Sdk.Android from 2.30.0 to 2.31.2
Bumps ktsu.Sdk.App from 2.30.0 to 2.31.2
Bumps ktsu.Sdk.ConsoleApp from 2.30.0 to 2.31.2
Bumps ktsu.Sdk.iOS from 2.30.0 to 2.31.2
Bumps ktsu.Sdk.Linux from 2.30.0 to 2.31.2
Bumps ktsu.Sdk.macOS from 2.30.0 to 2.31.2
Bumps ktsu.Sdk.Tool from 2.30.0 to 2.31.2
Bumps ktsu.Sdk.Windows from 2.30.0 to 2.31.2
Bumps ktsu.Semantics.Paths to 5.5.1, 5.6.0
Bumps ktsu.Semantics.Quantities to 5.5.1, 5.6.0
Bumps ktsu.Semantics.Strings to 5.5.1, 5.6.0
Bumps ktsu.ThemeProvider to 3.0.31, 3.0.32
Bumps ktsu.UndoRedo.Core from 1.1.3 to 1.1.4

---
updated-dependencies:
- dependency-name: ktsu.AppDataStorage
  dependency-version: 1.17.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.Semantics.Paths
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Semantics.Strings
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.CodeBlocker
  dependency-version: 2.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.Coder
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.DeepClone
  dependency-version: 2.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.Extensions
  dependency-version: 1.6.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.ForceDirectedLayout
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.FuzzySearch
  dependency-version: 1.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.App
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.App.Testing
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.NodeEditor
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.Probes
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Semantics.Quantities
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.Popups
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.Styler
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ThemeProvider
  dependency-version: 3.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.Widgets
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.IntervalAction
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Keybinding.Core
  dependency-version: 1.0.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.RoundTripStringJsonConverter
  dependency-version: 1.0.68
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.Sdk
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Sdk.Android
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Sdk.App
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Sdk.ConsoleApp
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Sdk.iOS
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Sdk.Linux
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Sdk.macOS
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Sdk.Tool
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Sdk.Windows
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Semantics.Paths
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Semantics.Strings
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Semantics.Quantities
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ThemeProvider
  dependency-version: 3.0.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
- dependency-name: ktsu.UndoRedo.Core
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktsu
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Sep 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants