Skip to content

Releases: richardthe3rd/what-the-discogs

v0.7

Choose a tag to compare

@richardthe3rd richardthe3rd released this 27 Apr 08:55
c18930c

Changelog

  • c18930c Fix mcpb manifest validation: inject prompt text at bundle-pack time

v0.6

Choose a tag to compare

@richardthe3rd richardthe3rd released this 27 Apr 08:47
298cf63

Changelog

  • 8c5fbbd Add identify_vinyl MCP prompt with full identification workflow
  • 0872a11 Add search_by_matrix tool and get_versions filter params
  • 7457332 Add what-the-discogs to .gitignore
  • 298cf63 Merge pull request #8 from richardthe3rd/claude/document-tool-feedback-FAxGj

v0.5

Choose a tag to compare

@richardthe3rd richardthe3rd released this 27 Apr 07:11
f1fb590

Changelog

  • f1fb590 Merge pull request #7 from richardthe3rd/claude/review-tool-issues-TVuZd
  • 35b6895 feat: actually save notes to Discogs collection instances
  • 305d5af fix: address Copilot review comments on SetInstanceNote and FetchImageBase64
  • f53324d fix: address review issues — correctness, perf, platform coverage
  • 747d59b fix: address second round of Copilot review comments
  • 6791856 fix: always set Content-Type in doPost regardless of payload
  • 5c05bb8 refactor: extract doPost helper, harden FetchImageBase64 redirect safety

v0.4

Choose a tag to compare

@richardthe3rd richardthe3rd released this 26 Apr 19:33
8bf0c43

Changelog

  • 4141c61 Add Claude Code plugin via marketplace and mise tool stub
  • 4aa12fc Clarify DISCOGS_TOKEN shell profile setup in README
  • 0fe99db Fix missing bin/wtd stub and SKILL.md allowed-tools gap
  • 66f520f Merge pull request #5 from richardthe3rd/copilot/document-readme-mcpb-release-artifact
  • 8bf0c43 Merge pull request #6 from richardthe3rd/claude/update-readme-mise-B13Je
  • 1ae2116 Use ~/.claude/settings.json env for DISCOGS_TOKEN, not shell profile

v0.3

Choose a tag to compare

@richardthe3rd richardthe3rd released this 26 Apr 17:53
d421c2d

Changelog

  • d421c2d Merge pull request #4 from richardthe3rd/copilot/fix-mcpb-build-script-error
  • a9747dd fix: update arm64 dist paths for goreleaser v2 naming convention

v0.2

Choose a tag to compare

@richardthe3rd richardthe3rd released this 26 Apr 17:41
4698667

Changelog

  • 4698667 Merge pull request #3 from richardthe3rd/copilot/add-support-for-mcpb-again
  • 635ca4f Update .github/workflows/release.yml
  • 8f09f04 Update .github/workflows/release.yml
  • 3083077 Update scripts/build-mcpb.sh
  • cfb4647 feat: add MCPB bundle support

v0.1

Choose a tag to compare

@richardthe3rd richardthe3rd released this 26 Apr 14:59
2a69383

Changelog

  • 2a69383 Merge pull request #1 from richardthe3rd/claude/vinyl-identification-tool-7LiVS
  • e66cc24 ci: restrict GITHUB_TOKEN to contents: read
  • 9a6071c feat: MCP server for Claude Desktop + proper rate limiting
  • a1d07ee feat: Phase 1 scaffolding — project structure, CI, and skill stub
  • abf1c50 feat: Phase 2 — implement Discogs API client and all wtd subcommands
  • e26c5cd feat: mise-based distribution for Desktop and global Code skill
  • 88cd27b fix: address Copilot review comments
  • fc7e3d0 fix: code quality, CI, and UX improvements from review