Releases: parrisdigital/version-watch
Releases · parrisdigital/version-watch
Version Watch v0.1.13
Changed
- Keep machine-readable RSS, Atom, XML, Markdown, and raw GitHub source URLs for ingestion while exposing readable tracked source surfaces for event pages, vendor pages, and the public vendor API.
- Add
surface_urlto public vendor source metadata so clients can distinguish crawler endpoints from user-facing source pages.
Fixed
- Fix mobile source links that opened raw RSS/XML/Atom feeds instead of readable changelog or release pages.
- Scope changed-vendor refresh detection to the vendor registry block so event seed slugs cannot trigger invalid post-deploy refreshes.
Version Watch v0.1.12
What's changed
- Switched Convex to the official Ship changelog as the primary product-release source while retaining Convex News for historical source coverage.
- Moved Railway to its machine-readable Markdown changelog endpoint and reactivated Railway in lifecycle, public status, and refresh checks.
- Added Figma product release notes and Amazon Q Developer CLI releases as supplemental official feeds.
- Converted GitHub release-page sources for Hermes Agent, T3 Code, OpenCode, OpenUsage, shadcn/ui, Hono, Bun, Vite, OpenClaw, Biome, pnpm, Fastify, and uv to GitHub Atom feeds.
- Added parser coverage for Convex Ship changelog cards from production HTML.
- Ignored local Firecrawl research artifacts and added an exact Gitleaks false-positive ignore for git-ai note metadata.
Verification
- npm audit --audit-level=moderate
- npm test
- npm run lint
- npm run build
- staged Gitleaks scan
- full-history Gitleaks scan
- Production Convex deploy, freshness check, source link audit, and vendor coverage audit passed for the release commit.
- Post-deploy production checks passed: health, source links, vendor coverage, and signal quality.
Version Watch v0.1.11
What's changed
- Fixed xAI release-note parsing so yearless month sections keep their day-level dates.
- Renamed the existing xAI vendor display from Grok to xAI and updated the source label.
- Added Grok Build as a dedicated AI Coding Agents vendor using the official Grok Build changelog.
- Normalized event action buttons so Copy citation, View JSON, Report this update, and secondary source actions render consistently across desktop and mobile.
Verification
- npm test
- npm run lint
- npm run build
- staged Gitleaks scan
- Production Convex deploy, freshness check, source link audit, and vendor coverage audit passed for the source-correctness commit.
Version Watch v0.1.10
Added
- Added Lovable, Bolt, Tabnine, Sourcegraph Cody, Gemini Code Assist, Amazon Q Developer, and JetBrains Junie to the vendor directory.
- Added self-hosted logo assets and first-party source surfaces for the new vendors.
- Added parser coverage for Tabnine Markdown release notes and Amazon Q Developer document-history rows.
Fixed
- Normalized Sourcegraph feed links.
- Improved Lovable and Bolt RSS title extraction so date buckets and generic section labels resolve to specific update headings.
- Hid stale feed duplicate events when corrected same-source entries are published.
Verification
- npm test
- npm run lint
- npm run build
- gitleaks protect --staged --verbose
- GitHub Convex Deploy and Production freshness workflows passed on main
- Production vendor coverage passed with 90 vendors
Version Watch v0.1.9
Added
- Added GitHub Copilot, CodeRabbit, Qodo, Continue, OpenHands, Goose, Aider, and Roo Code to the vendor directory.
- Added official machine-readable sources and self-hosted official logo assets for the new AI coding and code review vendors.
Changed
- Added category, stack, freshness, and auto-publish metadata so the new vendors refresh cleanly in production.
Verification
- npm test
- npm run lint
- npm run build
- gitleaks protect --staged --verbose
- Production freshness, source link audit, and vendor coverage passed on main.
Version Watch v0.1.8
Fixed
- Auto-publish high-confidence official entries for the newly added active vendors so production vendor coverage has public update rows after refresh.
Validation
- npm test
- npm run lint
- npm run build
- Gitleaks staged scan
- Changed-vendor refresh dry run detected all 11 active new vendors
Version Watch v0.1.7
Changed
- Replace newly added vendor Simple Icons references with self-hosted first-party logo assets so directory branding matches official marks.
Validation
- npm test
- npm run lint
- npm run build
- Gitleaks staged scan
- Local /vendors render check for all 12 new logo assets
Version Watch v0.1.6
Fixed
- Treat changed vendors whose current sources are intentionally unsupported as clean refresh skips, preventing post-deploy freshness jobs from failing on documented but non-pollable sources like OpenRouter.
This keeps the v0.1.5 vendor expansion clean in production without moving the already-published v0.1.5 tag.
Version Watch v0.1.5
Added
- Added Kiro, Amp, Replit Agent, v0, OpenRouter, Mistral AI, Perplexity, Figma, Model Context Protocol, Base UI, HeroUI, and TanStack to the vendor directory.
- Added stable RSS or GitHub Atom sources for Kiro, Amp, Perplexity, Model Context Protocol, Base UI, HeroUI, and TanStack.
- Added parser coverage for Replit Agent markdown updates, Mistral AI timeline entries, and Figma REST API changelog sections.
- Added category, logo, stack, and freshness metadata for the new vendors.
Changed
- Marked OpenRouter's public changelog path as unsupported until it exposes a machine-fetchable source, keeping production health clean while still documenting the official surface.
- Updated the vendor registry documentation to reflect the expanded 75-vendor coverage.
Version Watch v0.1.4
Added
- Add Claude Code and Kilo Code to the vendor directory with official GitHub release feeds and a self-hosted Kilo Code mark.
- Add Factory Droid to the vendor directory with its official release-notes feed and self-hosted Factory icon.
Changed
- Rename the former Windsurf vendor entry to Devin Desktop, switch its tracked source to the official Devin Desktop changelog, and add the official Devin logo asset.
- Force-refresh vendor slugs touched by a production deploy before production coverage runs, preventing fresh-source skips after parser or source changes.
Fixed
- Stabilize the homepage WebGL hero shader during desktop and mobile scrolling by removing continuous animation redraws and using a stable viewport height.
- Keep production freshness health within Convex read limits by using bounded recent-run reads and reusing the existing vendor map.
- Add the explicit Next.js smooth-scroll metadata expected by the app router.
- Treat legacy DP Code/Synara GitHub release links as accepted historical source details in source-link audits.
- Report intentionally unsupported zero-update vendors as vendor coverage notes instead of warnings.