Changes since v1.0.20:
- Bump MSTest.Sdk from 4.2.3 to 4.3.0 (@dependabot[bot])
- Bump the ktsu group with 1 update (@dependabot[bot])
- Bump the ktsu group with 1 update (@dependabot[bot])
Changes since v1.0.19:
- Bump the ktsu group with 1 update (@dependabot[bot])
Changes since v1.0.18:
- Bump the ktsu group with 1 update (@dependabot[bot])
Changes since v1.0.17:
- Bump Spectre.Console from 0.57.1 to 0.57.2 (@dependabot[bot])
Changes since v1.0.16:
- Bump the ktsu group with 1 update (@dependabot[bot])
Changes since v1.0.15:
- Bump the ktsu group with 9 updates (@dependabot[bot])
Changes since v1.0.14:
- Bump Polyfill from 10.11.1 to 10.11.2 (@dependabot[bot])
Changes since v1.0.13:
- Bump Polyfill from 10.11.0 to 10.11.1 (@dependabot[bot])
- Bump the ktsu group with 9 updates (@dependabot[bot])
Changes since v1.0.12:
- Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync global.json (@ktsu[bot])
Changes since v1.0.11:
- chore: remove unused SourceLink package versions (@matt-edmondson)
- chore: trim unused package references and central versions (@matt-edmondson)
Changes since v1.0.10:
- Bump the ktsu group with 1 update (@dependabot[bot])
- Bump Spectre.Console from 0.56.0 to 0.57.0 (@dependabot[bot])
- Bump the ktsu group with 1 update (@dependabot[bot])
Changes since v1.0.9:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync .github\dependabot.yml (@ktsu[bot])
- Sync .gitignore (@ktsu[bot])
- Sync .gitattributes (@ktsu[bot])
- Sync global.json (@ktsu[bot])
- Bump Spectre.Console from 0.55.2 to 0.56.0 (@dependabot[bot])
- Bump the microsoft group with 2 updates (@dependabot[bot])
- Bump Polyfill from 10.8.0 to 10.8.1 (@dependabot[bot])
- Bump the ktsu group with 3 updates (@dependabot[bot])
- Bump Polyfill from 10.7.0 to 10.8.0 (@dependabot[bot])
- Bump Polyfill from 10.6.0 to 10.7.0 (@dependabot[bot])
- Bump Polyfill from 10.5.1 to 10.6.0 (@dependabot[bot])
- Bump MSTest.Sdk from 4.2.2 to 4.2.3 (@dependabot[bot])
- Bump the microsoft group with 4 updates (@dependabot[bot])
- Bump Polyfill from 10.5.0 to 10.5.1 (@dependabot[bot])
- Bump Spectre.Console from 0.50.0 to 0.55.2 (@dependabot[bot])
- Bump Polyfill from 9.13.0 to 10.5.0 (@dependabot[bot])
- Bump MSTest.Sdk from 4.1.0 to 4.2.2 (@dependabot[bot])
- Bump the microsoft group with 4 updates (@dependabot[bot])
- Bump the ktsu group with 2 updates (@dependabot[bot])
- Sync .github\workflows\dotnet.yml (@KtsuTools)
No significant changes detected since v1.0.10.
Changes since v1.0.8:
- Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
No significant changes detected since v1.0.9.
Changes since v1.0.7:
- Remove legacy build scripts (@matt-edmondson)
Changes since v1.0.6:
- Sync .github\workflows\dotnet.yml (@ktsu[bot])
- Sync global.json (@ktsu[bot])
- Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
- Sync scripts\update-winget-manifests.ps1 (@ktsu[bot])
- Sync scripts\update-winget-manifests.ps1 (@ktsu[bot])
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
- Sync global.json (@ktsu[bot])
- Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
- Sync global.json (@ktsu[bot])
- Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
- Sync global.json (@ktsu[bot])
Changes since v1.0.7-pre.3:
- Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
- Sync scripts\update-winget-manifests.ps1 (@ktsu[bot])
Changes since v1.0.7-pre.2:
- Sync scripts\update-winget-manifests.ps1 (@ktsu[bot])
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
- Sync global.json (@ktsu[bot])
Changes since v1.0.7-pre.1:
- Merge remote-tracking branch 'refs/remotes/origin/main' (@ktsu[bot])
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
- Sync scripts\PSBuild.psm1 (@ktsu[bot])
- Sync global.json (@ktsu[bot])
No significant changes detected since v1.0.7.
Changes since v1.0.5:
- Refactor null checks to use Ensure.NotNull for improved readability (@matt-edmondson)
Changes since v1.0.4:
- Add CompatibilitySuppressions.xml for package validation diagnostics (@matt-edmondson)
Changes since v1.0.3:
- Add Polyfill package and update project configurations; refactor null checks to use Ensure helper (@matt-edmondson)
- Enhance test assertions with descriptive messages for clarity (@matt-edmondson)
- Update ktsu.Semantics package versions to 1.0.28 (@matt-edmondson)
- Renamed demo project, removed old examples, and updated dependencies (@matt-edmondson)
- Update project configuration and dependencies (@matt-edmondson)
- Add Web API example project and update dependencies (@matt-edmondson)
- Add Coverlet packages for enhanced code coverage analysis (@matt-edmondson)
Changes since v1.0.2:
- Refactor test files to ensure proper namespace usage and enhance code clarity (@matt-edmondson)
- Add Microsoft.Extensions.DependencyInjection package and enhance test coverage (@matt-edmondson)
Changes since v1.0.1:
- Refactor KeybindingManager to enhance DRY compliance and improve validation (@matt-edmondson)
- Add architecture analysis and usage examples for Keybinding library (@matt-edmondson)
Changes since v1.0.0:
- Update DESCRIPTION.md and TAGS.md with accurate project information (@matt-edmondson)
- Refactor Program.cs and ChordSequence.cs for improved readability and validation (@matt-edmondson)
- Refactor keybinding repository to enhance chord handling and JSON serialization (@matt-edmondson)
- Refactor keybinding management to implement musical paradigm and enhance documentation (@matt-edmondson)
- Refactor KeyCombination class to improve key formatting and enhance documentation (@matt-edmondson)
- Enhance KeyCombination display formatting and add pre-commit guidelines (@matt-edmondson)
- Refactor command-line argument parsing and enhance documentation in DemoOptions (@matt-edmondson)
- Enhance Keybinding.ConsoleApp to utilize CommandLineParser and improve exception handling (@matt-edmondson)
- Update configuration files and enhance CI/CD workflow (@matt-edmondson)
- Refactor Keybinding project structure and update dependencies (@matt-edmondson)
- Add initial implementation of Keybinding library with core features, including command and profile management, keybinding functionality, and comprehensive tests. (@matt-edmondson)
- Initial commit for Keybinding (@matt-edmondson)