Releases: TMHSDigital/Steam-Cursor-Plugin
v1.3.3
What's Changed
- chore: bump GitHub Actions to Node 24-compatible versions by @TMHSDigital in #11
- chore: add github-actions ecosystem to dependabot coverage by @TMHSDigital in #12
- fix: correct stale tool count in steam-api-reference SKILL.md by @TMHSDigital in #13
- chore: bump standards-version signals and drift-check pin to 1.9.0 by @TMHSDigital in #14
- chore: add validate-counts job for README aggregate count enforcement by @TMHSDigital in #15
- fix: backfill DCO and inbound license grant in CONTRIBUTING.md by @TMHSDigital in #16
- fix: remove paths-ignore from release.yml so content edits fire release pipeline by @TMHSDigital in #17
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- chore: backfill stale doc references and adopt Version: convention by @TMHSDigital in #8
- fix: port Unity's self-healing pattern to label-sync workflow by @TMHSDigital in #9
- chore: migrate release-doc-sync pin from @v1.0 to @v1 by @TMHSDigital in #10
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- chore: relax version-tracking tests per roadmap and CLAUDE.md policies by @TMHSDigital in #7
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- chore: add standards-version marker to agent context files by @TMHSDigital in #2
- fix: paths-ignore should exclude agent files from release triggers by @TMHSDigital in #3
- feat: align with ecosystem standards v1.7.0 and add drift-check workflow by @TMHSDigital in #4
- feat: integrate release-doc-sync to keep release docs aligned by @TMHSDigital in #6
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- chore: add standards-version frontmatter to skills and rules by @TMHSDigital in #1
New Contributors
- @TMHSDigital made their first contribution in #1
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1.0.0...v1.1.0
v1.0.0 Stable - 30 skills, 9 rules, 25 MCP tools
v1.0.0 — Stable Release
The production release. 30 skills, 9 rules, 25 MCP tools for game developers, modders, and power users.
What's New Since v0.9.0
5 new MCP tools (companion steam-mcp v0.6.1):
steam_getNewsForApp— game news/announcements (no auth)steam_getSchemaForGame— achievement/stat schema with icons (API key)steam_getPlayerAchievements— per-player unlock status + timestamps (API key)steam_getLeaderboardsForGame— list leaderboards with numeric IDs (API key)steam_clearAchievement— re-lock achievements for QA testing (publisher key)
Modder audience expansion — zero new code, just wider reach:
- Plugin description, README, CLAUDE.md, GitHub Pages site, and OG card now explicitly target modders alongside game developers
- New "Who Is This For?" section on the site with Game Dev / Modder / Power User columns
- New "For Modders" callout in README with 6 Workshop-relevant tools
- Widened skill triggers on workshop-helper, store-lookup, api-reference, community-management for modder use cases
- Added
modding,steam-workshop,ugckeywords and GitHub topics
Bug fixes:
- MCP tool naming: dot to underscore across 34 files (Cursor routing fix)
steam_searchAppsparameter:termtoquerysteam_getLeaderboardsForGame: corrected from publisher key to standard API keysteam_getPlayerAchievements: corrected error message (free key + public profile)- Companion server: POST body encoding fix on all publisher tools
Full Changelog
See CHANGELOG.md
v0.9.0 Complete — 20 MCP Tools
v0.9.0 "Complete" — 20 MCP Tools
Reaches the target of 20 MCP tools by adding 4 new read-only tools to the companion Steam MCP Server (v0.4.0).
New MCP Read Tools (No Auth)
| Tool | Description |
|---|---|
steam.getReviews |
Fetch user reviews with filters for language, sentiment, purchase type, pagination |
steam.getPriceOverview |
Batch price check for multiple apps in a specific region |
steam.getAppReviewSummary |
Review score, total counts, and positive percentage |
steam.getRegionalPricing |
Pricing breakdown across multiple countries/regions |
Stats
- 30 skills | 9 rules | 20 MCP tools (14 read + 6 write/guidance)
- All 739 tests passing
- GitHub Pages site updated
What's Next
v1.0.0 "Stable" — final audit, version lock, and production release.
Full Changelog: v0.8.0...v0.9.0
v0.8.0 - Polish
v0.8.0 "Polish" - Refinement and Gaps
Theme: Fill gaps, improve consistency, harden everything.
New Skill
- Steam Migration Guide — migrate games to Steam from Epic, GOG, itch.io. Engine-specific SDK integration (Unity/Steamworks.NET/Facepunch, Unreal/OnlineSubsystemSteam, Godot/GodotSteam), feature parity mapping, store page strategy, and technical migration checklist.
Quality Improvements
- Common Pitfalls sections added to all 30 skills — each contains 3-6 concise, actionable pitfalls specific to its domain (e.g. forgetting
StoreStats()afterSetAchievement(), shipping with App ID 480, binary endianness in cloud saves)
Stats
- 30 skills | 9 rules | 16 MCP tools
- Tests: 739 passed
Full Changelog: https://github.com/TMHSDigital/Steam-Cursor-Plugin/blob/main/CHANGELOG.md