Skip to content

Release v0.8.1 — Screenshots, docs, workflow improvements#33

Merged
erikdarlingdata merged 10 commits intomainfrom
dev
Mar 5, 2026
Merged

Release v0.8.1 — Screenshots, docs, workflow improvements#33
erikdarlingdata merged 10 commits intomainfrom
dev

Conversation

@erikdarlingdata
Copy link
Owner

Summary

Documentation

  • 8 screenshots added to README (query editor, execution plan, tooltips, properties, advice, comparison, Query Store, MCP)
  • THIRD_PARTY_NOTICES.md crediting vscode-mssql for operator icons
  • Fixed SSMS download link (points to v0.7.0 since SSMS not in automated builds)
  • Fixed MCP transport type from streamable-http to http
  • Updated screenshot descriptions for accuracy

Workflows

  • Auto-release on dev→main merge (release.yml)
  • PR branch check (only dev can target main)
  • Version bump check (blocks dev→main if version unchanged)

Version

  • Bumped to 0.8.1

PRs included

#12, #13, #19, #21, #25, #27, #28, #30, #31, #32

erikdarlingdata and others added 10 commits March 4, 2026 21:34
Automatically creates a GitHub release when dev is merged to main,
reading the version from the App csproj. The existing build workflow
then triggers and attaches per-platform zips.

Flow: bump version on dev → merge dev to main → release + zips auto-created

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- check-pr-branch: only dev can PR to main, feature branches must target dev
- check-version-bump: fails if dev→main PR has the same version as main

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Credit vscode-mssql for execution plan operator icons (MIT)
- Add screenshots placeholder section to README
- Fix SSMS extension download link (not in automated builds yet)
- Add THIRD_PARTY_NOTICES link to license section

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Query Editor: syntax highlighting, server connection, plan capture
- Actual Execution Plan: graphical plan tree with Plan Insights panel
- Advice for Humans: one-click text analysis report
- Plan Comparison: side-by-side cost/runtime/IO/memory diff
- Query Store Integration: top queries by CPU/duration/reads

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
- Add SQL keyword completion to query editor description
- List all Query Store ordering options

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Claude Code CLI uses "http" not "streamable-http" for the transport flag.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 1a8ddf5 into main Mar 5, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant