Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Releases: ktsu-dev/ImGuiWidgets

v1.6.5-pre.4

Choose a tag to compare

@github-actions github-actions released this 07 May 23:09

v1.6.5-pre.4 (prerelease)

Incremental prerelease update.

Full Changelog: v1.6.5-pre.3...v1.6.5-pre.4

v1.6.5-pre.3

Choose a tag to compare

@github-actions github-actions released this 06 May 23:09

v1.6.5-pre.3 (prerelease)

Incremental prerelease update.

Full Changelog: v1.6.5-pre.2...v1.6.5-pre.3

v1.6.5-pre.2

Choose a tag to compare

@github-actions github-actions released this 05 May 23:09

v1.6.5-pre.2 (prerelease)

Incremental prerelease update.

Full Changelog: v1.6.5-pre.1...v1.6.5-pre.2

v1.6.5-pre.1

Choose a tag to compare

@github-actions github-actions released this 04 May 23:08

v1.6.5-pre.1 (prerelease)

Incremental prerelease update.

Full Changelog: v1.6.4...v1.6.5-pre.1

v1.6.4

Choose a tag to compare

@github-actions github-actions released this 04 May 13:37

v1.6.4 (patch)

Changes since v1.6.3:

  • Add SearchBox widget with support for various filter types and matching options. Update README with usage examples and integrate SearchBox into demo application. (@matt-edmondson)

Full Changelog: v1.6.3...v1.6.4

v1.6.3-pre.1

Choose a tag to compare

@github-actions github-actions released this 04 May 10:49

v1.6.3-pre.1 (prerelease)

Changes since v1.6.2:

Full Changelog: v1.6.2...v1.6.3-pre.1

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 04 May 12:26

v1.6.3 (patch)

Changes since v1.6.2:

  • Add TabPanel widget with support for closable, reorderable tabs and dirty state indication. Update README with usage examples and integrate TabPanel into demo application. (@matt-edmondson)

Full Changelog: v1.6.2...v1.6.3

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 04 May 10:06

v1.6.2 (patch)

Changes since v1.6.1:

  • Update README and project files to reflect SDK changes and correct links (@matt-edmondson)
  • Remove obsolete build configuration files and update ImGuiWidgets with copyright headers and variable type improvements. (@matt-edmondson)

v1.6.2-pre.2 (prerelease)

Changes since v1.6.2-pre.1:

v1.6.2-pre.1 (prerelease)

Changes since v1.6.1:

v1.6.1 (patch)

Changes since v1.6.0:

v1.6.0 (minor)

Changes since v1.5.0:

v1.5.2 (patch)

Changes since v1.5.1:

v1.5.2-pre.1 (prerelease)

Incremental prerelease update.

v1.5.1 (patch)

Changes since v1.5.0:

v1.5.1-pre.1 (prerelease)

Incremental prerelease update.

v1.5.0 (minor)

Changes since v1.4.0:

  • Display a dummy and early out if there are no items to show in the grid (@matt-edmondson)
  • Dont render a dummy if theres no items and the layout is "FitToContents" (@matt-edmondson)
  • Adjust grid item slider to allow for testing zero items in the grid (@matt-edmondson)

v1.4.1-pre.4 (prerelease)

Changes since v1.4.1-pre.3:

v1.4.1-pre.3 (prerelease)

Changes since v1.4.1-pre.2:

  • Bump ktsu.ImGuiPopups from 1.1.1 to 1.2.0 in the ktsu group (@dependabot[bot])

v1.4.1-pre.2 (prerelease)

Changes since v1.4.1-pre.1:

v1.4.1-pre.1 (prerelease)

Changes since v1.4.0:

v1.4.0 (minor)

Changes since v1.3.0:

  • Enhance code style and improve UI widget functionality (@matt-edmondson)
  • Update .gitignore to include additional IDE and OS-specific files (@matt-edmondson)

v1.3.1 (patch)

Changes since v1.3.0:

  • Update .gitignore to include additional IDE and OS-specific files (@matt-edmondson)

v1.3.0 (minor)

Changes since v1.2.0:

v1.2.2-pre.1 (prerelease)

Changes since v1.2.1:

v1.2.1 (patch)

Changes since v1.2.0:

  • Remove debugging trace from changelog and version scripts (@matt-edmondson)

v1.2.0 (minor)

Changes since v1.1.0:

Read more

v1.6.2-pre.2

Choose a tag to compare

@github-actions github-actions released this 26 Apr 07:15

v1.6.1 (patch)

Changes since v1.6.0:

v1.6.0 (minor)

Changes since v1.5.0:

v1.5.2 (patch)

Changes since v1.5.1:

v1.5.1 (patch)

Changes since v1.5.0:

v1.5.0 (minor)

Changes since v1.4.0:

  • Adjust grid item slider to allow for testing zero items in the grid (@matt-edmondson)
  • Display a dummy and early out if there are no items to show in the grid (@matt-edmondson)
  • Dont render a dummy if theres no items and the layout is "FitToContents" (@matt-edmondson)

v1.4.0 (minor)

Changes since v1.3.0:

  • Enhance code style and improve UI widget functionality (@matt-edmondson)
  • Update .gitignore to include additional IDE and OS-specific files (@matt-edmondson)

v1.3.1 (patch)

Changes since v1.3.0:

  • Update .gitignore to include additional IDE and OS-specific files (@matt-edmondson)

v1.3.0 (minor)

Changes since v1.2.0:

v1.2.1 (patch)

Changes since v1.2.0:

  • Remove debugging trace from changelog and version scripts (@matt-edmondson)

v1.2.0 (minor)

Changes since v1.1.0:

v1.1.4 (patch)

Changes since v1.1.3:

  • [minor] Force minor update (@matt-edmondson)
  • [minor] Refactor version increment logic to use Contains method for commit message tags (@matt-edmondson)
  • Add GitHub token to workflow for fork detection (@matt-edmondson)
  • Add IS_FORK environment variable to GitHub Actions workflow (@matt-edmondson)
  • Enhance versioning logic to increment based on commit message tags (@matt-edmondson)
  • Fix an issue where incrementing from a stable to prerelease version would incorrectly be attributed as a patch (@matt-edmondson)

v1.1.3 (patch)

Changes since v1.1.2:

  • Update GitHub Actions workflow to check if the repository is a fork using GitHub CLI (@matt-edmondson)

v1.1.2 (patch)

Changes since v1.1.1:

Read more

v1.6.2-pre.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 05:32

Full Changelog: v1.6.1...v1.6.2-pre.1