Releases: ktsu-dev/ImGuiWidgets
Release list
v1.6.5-pre.4
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
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
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
v1.6.4
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
v1.6.3-pre.1 (prerelease)
Changes since v1.6.2:
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
Full Changelog: v1.6.2...v1.6.3-pre.1
v1.6.3
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
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:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync .runsettings (@ktsu[bot])
- Sync .editorconfig (@ktsu[bot])
v1.6.2-pre.1 (prerelease)
Changes since v1.6.1:
- Sync .editorconfig (@ktsu[bot])
v1.6.1 (patch)
Changes since v1.6.0:
- Update packages (@matt-edmondson)
v1.6.0 (minor)
Changes since v1.5.0:
- Update packages (@matt-edmondson)
- Remove icon to fix LFS (@matt-edmondson)
- Add LICENSE template (@matt-edmondson)
- Readd icon to fix LFS (@matt-edmondson)
v1.5.2 (patch)
Changes since v1.5.1:
- Update packages (@matt-edmondson)
v1.5.2-pre.1 (prerelease)
Incremental prerelease update.
v1.5.1 (patch)
Changes since v1.5.0:
- Remove icon to fix LFS (@matt-edmondson)
- Readd icon to fix LFS (@matt-edmondson)
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:
- Bump System.Text.Json from 9.0.2 to 9.0.3 in the system group (@dependabot[bot])
- Bump the microsoft group with 2 updates (@dependabot[bot])
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:
- Bump the ktsu group with 3 updates (@dependabot[bot])
v1.4.1-pre.1 (prerelease)
Changes since v1.4.0:
- Bump the ktsu group with 5 updates (@dependabot[bot])
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:
- Refactor array initializations and clean up code (@matt-edmondson)
- Remove debugging trace from changelog and version scripts (@matt-edmondson)
v1.2.2-pre.1 (prerelease)
Changes since v1.2.1:
- Bump the ktsu group with 4 updates (@dependabot[bot])
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:
- Fix for potential 0 column situation (@Damon3000s)
- Fix demo (@Damon3000s)
- Fix for grid double counting item spacing, yet only using a single during layout (@Damon3000s)
- Default back to 32 grid items to show (@Damon3000s)
- Cleanup (@Damon3000s)
- Fix for SetPos ImGui assert (@Damon3000s)
- Minor formatting fix. (@Damon3000s)
- Revert additional files (@Damon3000s)
- Review Feedback (@Damon3000s)
- Changed formatting of collection member variable (@Damon3000s)
- Review Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Group code with regions (@Damon3000s)
- Add conditional checks for release tasks in CI workflow (@matt-edmondson)
- First pass of adding row alignment and fixing layout issues (@Damon3000s)
- Add IS_FORK environment variable to GitHub Actions workflow (@matt-edmondson)
- Various cleanups (@Damon3000s)
- Use Collection instead of List (@Damon3000s)
- Delete icon to try fix lfs (@matt-edmondson)
- [minor] Fix command to retrieve the last non-merge commit message with a limit to one entry (@matt-edmondson)
- Fix IDE style warnings (@Damon3000s)
- Feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Enhance versioning logic to increment based on commit message tags (@matt-edmondson)
- Add GitHub token to workflow for fork detection (@matt-edmondson)
- Add the new combo to the ImGuiWidgets demo project (@Damon3000s)
- [minor] Force minor update (@matt-edmondson)
- [minor] Fix commit retrieval logic to use date order for last non-merge commit and topo order for subsequent commits (@matt-edmondson)
- First pass of implementing a new Column Major grid (@Damon3000s)
- Fix for potential out of range access in ColumnMajor mode (@Damon3000s)
- Add an IString and string combo implementation (@Damon3000s)
- Change the ColorIndicator implementation based on review feedback (@Damon3000s)
- Update the demo project with the new combos (@Damon3000s)
- Move IconAlignment to a parameter (@Damon3000s)
- Improve implementation (@Damon3000s)
- Added OnGetTooltip to Icon Delegates (@Damon3000s)
- Tweak code layout (@Damon3000s)
- Cleanup old logic (@Damon3000s)
- Updated variable names and some comments (@Damon3000s)
- Remove the IconDelegates class (@Damon3000s)
- Add icon back hopefully to LFS (@matt-edmondson)
- Add ScopedDisabled to ImGuiWidgets (@Damon3000s)
- [minor] Add last non-merge commit message to environment variables output (@matt-edmondson)
- Review feedback (@Damon3000s)
- Update release condition to exclude forked repositories (@matt-edmondson)
- Convert enum usages of ImGui.Combo to ImGuiWidgets.Combo (@Damon3000s)
- Large refactot (@Damon3000s)
- Review Feedback and general improvements (@Damon3000s)
- Add another API method (@Damon3000s)
- Fix ColumnMajor crashing when there isn't enough vertical space (@Damon3000s)
- Review feedback (@Damon3000s)
- Re-implement RowMajor (@Damon3000s)
- More target type new expressions (@Damon3000s)
- Use target type new (@Damon3000s)
- More renames and cleanup (@Damon3000s)
- Don't call measureDelegate twice (@Damon3000s)
- Update GitHub Actions workflow to check if the repository is a fork using GitHub CLI (@matt-edmondson)
- Add version sorting suffixes for alpha, beta, rc, and pre releases, fixes bug where version increment could be wrong (@matt-edmondson)
- Add a new Combo widget that works with the enum type (@Damon3000s)
- Fix when grid calculates 0 columns (@Damon3000s)
- Updated all packages and fixed errors (@Damon3000s)
- [minor] Refactor version increment logic to use Contains method for commit message tags (@matt-edmondson)
- Updated comments for ColumnMajor enum (@Damon3000s)
- Move ScopedId to be within ImGuiWidgets class (@Damon3000s)
- Simplify the assert fix (@Damon3000s)
- Refactor ColorIndicator (...
v1.6.2-pre.2
v1.6.1 (patch)
Changes since v1.6.0:
- Update packages (@matt-edmondson)
v1.6.0 (minor)
Changes since v1.5.0:
- Add LICENSE template (@matt-edmondson)
- Readd icon to fix LFS (@matt-edmondson)
- Remove icon to fix LFS (@matt-edmondson)
- Update packages (@matt-edmondson)
v1.5.2 (patch)
Changes since v1.5.1:
- Update packages (@matt-edmondson)
v1.5.1 (patch)
Changes since v1.5.0:
- Readd icon to fix LFS (@matt-edmondson)
- Remove icon to fix LFS (@matt-edmondson)
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:
- Refactor array initializations and clean up code (@matt-edmondson)
- Remove debugging trace from changelog and version scripts (@matt-edmondson)
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:
- [minor] Add last non-merge commit message to environment variables output (@matt-edmondson)
- [minor] Fix command to retrieve the last non-merge commit message with a limit to one entry (@matt-edmondson)
- [minor] Fix commit retrieval logic to use date order for last non-merge commit and topo order for subsequent commits (@matt-edmondson)
- [minor] Force minor update (@matt-edmondson)
- [minor] Refactor version increment logic to use Contains method for commit message tags (@matt-edmondson)
- Add a new Combo widget that works with the enum type (@Damon3000s)
- Add an IString and string combo implementation (@Damon3000s)
- Add another API method (@Damon3000s)
- Add conditional checks for release tasks in CI workflow (@matt-edmondson)
- Add GitHub token to workflow for fork detection (@matt-edmondson)
- Add icon back hopefully to LFS (@matt-edmondson)
- Add IS_FORK environment variable to GitHub Actions workflow (@matt-edmondson)
- Add ScopedDisabled to ImGuiWidgets (@Damon3000s)
- Add the new combo to the ImGuiWidgets demo project (@Damon3000s)
- Add version sorting suffixes for alpha, beta, rc, and pre releases, fixes bug where version increment could be wrong (@matt-edmondson)
- Added OnGetTooltip to Icon Delegates (@Damon3000s)
- Change the ColorIndicator implementation based on review feedback (@Damon3000s)
- Changed formatting of collection member variable (@Damon3000s)
- Cleanup (@Damon3000s)
- Cleanup old logic (@Damon3000s)
- Convert enum usages of ImGui.Combo to ImGuiWidgets.Combo (@Damon3000s)
- Default back to 32 grid items to show (@Damon3000s)
- Delete icon to try fix lfs (@matt-edmondson)
- Don't call measureDelegate twice (@Damon3000s)
- Enhance versioning logic to increment based on commit message tags (@matt-edmondson)
- Feedback (@Damon3000s)
- First pass of adding row alignment and fixing layout issues (@Damon3000s)
- First pass of implementing a new Column Major grid (@Damon3000s)
- Fix an issue where incrementing from a stable to prerelease version would incorrectly be attributed as a patch (@matt-edmondson)
- Fix ColumnMajor crashing when there isn't enough vertical space (@Damon3000s)
- Fix demo (@Damon3000s)
- Fix for grid double counting item spacing, yet only using a single during layout (@Damon3000s)
- Fix for potential 0 column situation (@Damon3000s)
- Fix for potential out of range access in ColumnMajor mode (@Damon3000s)
- Fix for SetPos ImGui assert (@Damon3000s)
- Fix IDE style warnings (@Damon3000s)
- Fix when grid calculates 0 columns (@Damon3000s)
- Group code with regions (@Damon3000s)
- Improve implementation (@Damon3000s)
- Large refactot (@Damon3000s)
- Minor formatting fix. (@Damon3000s)
- More renames and cleanup (@Damon3000s)
- More target type new expressions (@Damon3000s)
- Move IconAlignment to a parameter (@Damon3000s)
- Move ScopedId to be within ImGuiWidgets class (@Damon3000s)
- Re-implement RowMajor (@Damon3000s)
- Refactor ColorIndicator (@Damon3000s)
- Remove the IconDelegates class (@Damon3000s)
- Resolving merge issues (@Damon3000s)
- Revert additional files (@Damon3000s)
- Review feedback (@Damon3000s)
- Review Feedback (@Damon3000s)
- Review feedback (@Damon3000s)
- Review Feedback and general improvements (@Damon3000s)
- Simplify the assert fix (@Damon3000s)
- Tweak code layout (@Damon3000s)
- Update GitHub Actions workflow to check if the repository is a fork using GitHub CLI (@matt-edmondson)
- Update release condition to exclude forked repositories (@matt-edmondson)
- Update the demo project with the new combos (@Damon3000s)
- Updated all packages and fixed errors (@Damon3000s)
- Updated comments for ColumnMajor enum (@Damon3000s)
- Updated variable names and some comments (@Damon3000s)
- Use Collection instead of List (@Damon3000s)
- Use target type new (@Damon3000s)
- Various cleanups (@Damon3000s)
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:
- Add another API method (@Damon3000s)
- Add ScopedDisabled to ImGuiWidgets (@Damon3000s)
- Add version sorting suffixes for alpha, beta, rc, and pre releases, fixes bug where version increment could be wrong (@matt-edmondson)
- Added OnGetTooltip to Icon Delegates (@Damon3000s)
- Cleanup (@Damon3000s)
- Cleanup old logic (@Damon3000s)
- Convert enum usages of ImGui.Combo to ImGuiWidgets.Combo (@Damon3000s)
- Default back to 32 grid items to show (@Damon3000s)
- Don't call measureDelegate twice (@Damon3000s)
- Feedbac...
v1.6.2-pre.1
Full Changelog: v1.6.1...v1.6.2-pre.1