Skip to content

Latest commit

 

History

History
228 lines (148 loc) · 10.3 KB

File metadata and controls

228 lines (148 loc) · 10.3 KB

v1.0.21 (patch)

Changes since v1.0.20:

v1.0.20 (patch)

Changes since v1.0.19:

v1.0.19 (patch)

Changes since v1.0.18:

v1.0.18 (patch)

Changes since v1.0.17:

v1.0.17 (patch)

Changes since v1.0.16:

v1.0.16 (patch)

Changes since v1.0.15:

v1.0.15 (patch)

Changes since v1.0.14:

v1.0.14 (patch)

Changes since v1.0.13:

v1.0.13 (patch)

Changes since v1.0.12:

v1.0.12 (patch)

Changes since v1.0.11:

v1.0.11 (patch)

Changes since v1.0.10:

v1.0.10 (patch)

Changes since v1.0.9:

v1.0.10-pre.1 (prerelease)

No significant changes detected since v1.0.10.

v1.0.9 (patch)

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])

v1.0.9-pre.1 (prerelease)

No significant changes detected since v1.0.9.

v1.0.8 (patch)

Changes since v1.0.7:

v1.0.7 (patch)

Changes since v1.0.6:

v1.0.7-pre.4 (prerelease)

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])

v1.0.7-pre.3 (prerelease)

Changes since v1.0.7-pre.2:

v1.0.7-pre.2 (prerelease)

Changes since v1.0.7-pre.1:

v1.0.7-pre.1 (prerelease)

No significant changes detected since v1.0.7.

v1.0.6 (patch)

Changes since v1.0.5:

  • Refactor null checks to use Ensure.NotNull for improved readability (@matt-edmondson)

v1.0.5 (patch)

Changes since v1.0.4:

  • Add CompatibilitySuppressions.xml for package validation diagnostics (@matt-edmondson)

v1.0.4 (patch)

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)

v1.0.3 (patch)

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)

v1.0.2 (patch)

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)

v1.0.1 (patch)

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)

v1.0.0 (major)

  • 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)