Skip to content

Releases: CodingWithCalvin/VSToolbox

v0.2.0

06 Jan 15:16

Choose a tag to compare

🐛 Bug Fixes

  • fix(build): disable assembly trimming to fix release crashes (#35)
  • fix(workflow): use shared contributors workflow

🔨 Improvements

  • refactor: convert solution to .slnx format and move to src/

🔧 Maintenance

  • docs: add community templates and guidelines (#21, #22, #23)
  • chore(config): add .editorconfig and .gitattributes
  • chore(docs): add co-author rules and standardize branch naming
  • chore(docs): move local rules to main CLAUDE.md
  • chore(docs): sync CLAUDE.md with standardized template
  • chore: add husky for local commit linting
  • chore: remove repo-level templates in favor of org defaults
  • docs: add MIT license
  • docs: add Write Tests and Run Validation critical rules

v0.1.1

31 Dec 22:44
3a2084c

Choose a tag to compare

🐛 Bug Fixes

  • fix: escape * in detection service for vswhere usage

🔧 Maintenance

  • chore: fix social notifications
  • chore: update README with new screenshots

v0.1.0

31 Dec 20:15
ad41caa

Choose a tag to compare

🐛 Bug Fixes

  • fix(ci): add state=closed param to issues API call
  • fix(ci): detect issues closed by merged PRs via cross-reference
  • fix(ci): pass LINKEDIN_CLIENT_ID to reusable workflow
  • fix(ci): remove MSIX build steps from release workflow

🎉 New Features

  • feat(ui): add Visual Studio icon to application (#1)
  • feat: add startup and behavior settings (#2)
  • feat: add channel type badge to VS instance list (#3)
  • feat: UX overhaul with custom window chrome and single-instance support

🔧 Maintenance

  • ci: add GitHub Actions workflows for CI and commit linting
  • ci: add preview changelog and contributors workflows
  • ci: add release workflow with social notifications