Skip to content

Bump the ktsu group with 18 updates - #295

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 25, 2026

Copy link
Copy Markdown
Contributor

Updated ktsu.AppDataStorage from 1.17.6 to 1.17.9.

Release notes

Sourced from ktsu.AppDataStorage's releases.

1.17.9

v1.17.9 (patch)

Changes since v1.17.8:

What's Changed

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

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.CredentialCache from 1.3.49 to 1.3.53.

Release notes

Sourced from ktsu.CredentialCache's releases.

1.3.53

v1.3.53 (patch)

Changes since v1.3.52:

What's Changed

Full Changelog: ktsu-dev/CredentialCache@v1.3.52...v1.3.53

1.3.52

v1.3.52 (patch)

Changes since v1.3.51:

What's Changed

Full Changelog: ktsu-dev/CredentialCache@v1.3.51...v1.3.52

1.3.51

v1.3.51 (patch)

Changes since v1.3.50:

What's Changed

Full Changelog: ktsu-dev/CredentialCache@v1.3.50...v1.3.51

1.3.50

v1.3.50 (patch)

Changes since v1.3.49:

What's Changed

Full Changelog: ktsu-dev/CredentialCache@v1.3.49...v1.3.50

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.ImGui.App from 3.38.5 to 3.48.0.

Release notes

Sourced from ktsu.ImGui.App's releases.

3.48.0

v3.48.0 (minor)

Changes since v3.47.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.47.0...v3.48.0

3.47.0

v3.47.0 (minor)

Changes since v3.46.0:

  • Compare the GL context, not the ImGui context, when detecting a context change (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.46.1...v3.47.0

3.46.1

v3.46.1 (patch)

Changes since v3.46.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.46.0...v3.46.1

3.46.0

v3.46.0 (minor)

Changes since v3.45.0:

  • Assert the dolly bound with IsLessThan rather than IsTrue (@​Claude)
  • Cover the render-to-target round trip, the one path Viewport3D is made of (@​Claude)
  • Add Viewport3DState, the ImGui-free orbit camera behind Viewport3D (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.45.0...v3.46.0

3.45.0

v3.45.0 (minor)

Changes since v3.44.0:

  • [minor] Create and update textures from BGRA, RGB, BGR and greyscale pixels with row padding (@​Claude)
  • Pump worker-thread texture tests without Thread.Sleep (@​Claude)
  • [patch] Marshal UpdateTexture's in-place path to the window thread and document dynamic textures (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.44.1...v3.45.0

3.44.1

v3.44.1 (patch)

Changes since v3.44.0:

  • Pump worker-thread texture tests without Thread.Sleep (@​Claude)
  • [patch] Marshal UpdateTexture's in-place path to the window thread and document dynamic textures (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.44.0...v3.44.1

3.44.0

v3.44.0 (minor)

Changes since v3.43.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.43.0...v3.44.0

3.43.0

v3.43.0 (minor)

Changes since v3.42.0:

What's Changed

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

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.48.0.

Release notes

Sourced from ktsu.ImGui.Popups's releases.

3.48.0

v3.48.0 (minor)

Changes since v3.47.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.47.0...v3.48.0

3.47.0

v3.47.0 (minor)

Changes since v3.46.0:

  • Compare the GL context, not the ImGui context, when detecting a context change (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.46.1...v3.47.0

3.46.1

v3.46.1 (patch)

Changes since v3.46.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.46.0...v3.46.1

3.46.0

v3.46.0 (minor)

Changes since v3.45.0:

  • Assert the dolly bound with IsLessThan rather than IsTrue (@​Claude)
  • Cover the render-to-target round trip, the one path Viewport3D is made of (@​Claude)
  • Add Viewport3DState, the ImGui-free orbit camera behind Viewport3D (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.45.0...v3.46.0

3.45.0

v3.45.0 (minor)

Changes since v3.44.0:

  • [minor] Create and update textures from BGRA, RGB, BGR and greyscale pixels with row padding (@​Claude)
  • Pump worker-thread texture tests without Thread.Sleep (@​Claude)
  • [patch] Marshal UpdateTexture's in-place path to the window thread and document dynamic textures (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.44.1...v3.45.0

3.44.1

v3.44.1 (patch)

Changes since v3.44.0:

  • Pump worker-thread texture tests without Thread.Sleep (@​Claude)
  • [patch] Marshal UpdateTexture's in-place path to the window thread and document dynamic textures (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.44.0...v3.44.1

3.44.0

v3.44.0 (minor)

Changes since v3.43.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.43.0...v3.44.0

3.43.0

v3.43.0 (minor)

Changes since v3.42.0:

What's Changed

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

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.48.0.

Release notes

Sourced from ktsu.ImGui.Styler's releases.

3.48.0

v3.48.0 (minor)

Changes since v3.47.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.47.0...v3.48.0

3.47.0

v3.47.0 (minor)

Changes since v3.46.0:

  • Compare the GL context, not the ImGui context, when detecting a context change (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.46.1...v3.47.0

3.46.1

v3.46.1 (patch)

Changes since v3.46.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.46.0...v3.46.1

3.46.0

v3.46.0 (minor)

Changes since v3.45.0:

  • Assert the dolly bound with IsLessThan rather than IsTrue (@​Claude)
  • Cover the render-to-target round trip, the one path Viewport3D is made of (@​Claude)
  • Add Viewport3DState, the ImGui-free orbit camera behind Viewport3D (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.45.0...v3.46.0

3.45.0

v3.45.0 (minor)

Changes since v3.44.0:

  • [minor] Create and update textures from BGRA, RGB, BGR and greyscale pixels with row padding (@​Claude)
  • Pump worker-thread texture tests without Thread.Sleep (@​Claude)
  • [patch] Marshal UpdateTexture's in-place path to the window thread and document dynamic textures (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.44.1...v3.45.0

3.44.1

v3.44.1 (patch)

Changes since v3.44.0:

  • Pump worker-thread texture tests without Thread.Sleep (@​Claude)
  • [patch] Marshal UpdateTexture's in-place path to the window thread and document dynamic textures (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.44.0...v3.44.1

3.44.0

v3.44.0 (minor)

Changes since v3.43.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.43.0...v3.44.0

3.43.0

v3.43.0 (minor)

Changes since v3.42.0:

What's Changed

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

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.Widgets from 3.38.5 to 3.48.0.

Release notes

Sourced from ktsu.ImGui.Widgets's releases.

3.48.0

v3.48.0 (minor)

Changes since v3.47.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.47.0...v3.48.0

3.47.0

v3.47.0 (minor)

Changes since v3.46.0:

  • Compare the GL context, not the ImGui context, when detecting a context change (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.46.1...v3.47.0

3.46.1

v3.46.1 (patch)

Changes since v3.46.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.46.0...v3.46.1

3.46.0

v3.46.0 (minor)

Changes since v3.45.0:

  • Assert the dolly bound with IsLessThan rather than IsTrue (@​Claude)
  • Cover the render-to-target round trip, the one path Viewport3D is made of (@​Claude)
  • Add Viewport3DState, the ImGui-free orbit camera behind Viewport3D (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.45.0...v3.46.0

3.45.0

v3.45.0 (minor)

Changes since v3.44.0:

  • [minor] Create and update textures from BGRA, RGB, BGR and greyscale pixels with row padding (@​Claude)
  • Pump worker-thread texture tests without Thread.Sleep (@​Claude)
  • [patch] Marshal UpdateTexture's in-place path to the window thread and document dynamic textures (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.44.1...v3.45.0

3.44.1

v3.44.1 (patch)

Changes since v3.44.0:

  • Pump worker-thread texture tests without Thread.Sleep (@​Claude)
  • [patch] Marshal UpdateTexture's in-place path to the window thread and document dynamic textures (@​Claude)

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.44.0...v3.44.1

3.44.0

v3.44.0 (minor)

Changes since v3.43.0:

What's Changed

Full Changelog: ktsu-dev/ImGuiApp@v3.43.0...v3.44.0

3.43.0

v3.43.0 (minor)

Changes since v3.42.0:

Description has been truncated

Bumps ktsu.AppDataStorage from 1.17.6 to 1.17.9
Bumps ktsu.CredentialCache from 1.3.49 to 1.3.53
Bumps ktsu.Extensions from 1.6.15 to 1.6.18
Bumps ktsu.ImGui.App from 3.38.5 to 3.48.0
Bumps ktsu.ImGui.Popups from 3.38.5 to 3.48.0
Bumps ktsu.ImGui.Styler from 3.38.5 to 3.48.0
Bumps ktsu.ImGui.Widgets from 3.38.5 to 3.48.0
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.Strings to 5.6.0, 5.7.0, 5.8.0
Bumps ktsu.TextFilter to 1.7.1, 1.7.2

---
updated-dependencies:
- dependency-name: ktsu.AppDataStorage
  dependency-version: 1.17.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.CredentialCache
  dependency-version: 1.3.53
  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.ImGui.App
  dependency-version: 3.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.Semantics.Strings
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.Popups
  dependency-version: 3.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.TextFilter
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.Styler
  dependency-version: 3.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.ImGui.Widgets
  dependency-version: 3.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.Strings
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ktsu
- dependency-name: ktsu.TextFilter
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 25, 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