Skip to content

Releases: CodingWithCalvin/VS-CouchbaseExplorer

2026.1.30.12

30 Jan 17:11
28b8f5d

Choose a tag to compare

🔧 Maintenance

  • docs(readme): use raw GitHub URL for logo image

2026.1.30.11

30 Jan 17:00
501a0ff

Choose a tag to compare

🐛 Bug Fixes

  • fix(docs): add assetFiles to publish manifest for logo
  • fix(manifest): remove www prefix and enable QnA

🎉 New Features

  • feat(telemetry): add Otel4Vsix integration
  • feat(workflow): add contributors workflow
  • feat: modernize to SDK-style project

🔧 Maintenance

  • chore(config): add .editorconfig and .gitattributes
  • chore(deps): upgrade VsixSdk to 0.4.0 and add VSSDK.BuildTools
  • chore(docs): add co-author and generated-by rules to CLAUDE.md
  • chore(docs): move local rules to main CLAUDE.md
  • chore(docs): sync CLAUDE.md with standardized template
  • chore(workflow): use shared workflows
  • chore: standardize .gitignore across repos
  • chore: sync license format
  • docs(claude): add VSIX development rules
  • docs: add Write Tests and Run Validation critical rules
  • fix(ci): simplify preview changelog workflow

2025.12.22.51

22 Dec 18:40
45d8cb4

Choose a tag to compare

What's Changed

  • feat: implement main tool window and connection dialog by @CalvinAllen in #314
  • fix(extension): resolve extension loading and improve menu placement by @CalvinAllen in #315
  • fix(ui): apply VS theme colors to connection dialog by @CalvinAllen in #316
  • feat(ui): implement theme-aware icons using VS KnownMonikers by @CalvinAllen in #318
  • feat(persistence): implement connection and credential storage by @CalvinAllen in #319
  • fix(ui): improve connection dialog theming and accessibility by @CalvinAllen in #320
  • feat(cluster): implement Couchbase connection and tree loading by @CalvinAllen in #321
  • feat(connection): implement delete connection functionality by @CalvinAllen in #323
  • fix(connection): use parameter in context menu command handlers by @CalvinAllen in #324
  • feat(connection): implement refresh command for tree nodes by @CalvinAllen in #325
  • perf(connection): speed up initial cluster connection by @CalvinAllen in #326
  • feat(ui): add Couchbase logo watermark to tree view background by @CalvinAllen in #327
  • feat(documents): implement batched document loading in tree view by @CalvinAllen in #328
  • feat(documents): implement custom document viewer editor by @CalvinAllen in #329
  • fix(ui): disable Capella connection option until supported by @CalvinAllen in #330
  • docs: update README for marketplace release by @CalvinAllen in #331
  • fix(metadata): remove Capella references until supported by @CalvinAllen in #332

New Contributors

Full Changelog: https://github.com/CodingWithCalvin/VS-CouchbaseExplorer/commits/2025.12.22.51