Releases: codercops/toolbelt
Releases · codercops/toolbelt
Release list
v0.2.0
Release v0.2.0: SEO and discoverability (#17)
A discoverability release: every page now has a proper social card and structured data, the open-source repo is one click from any page, and the README is a real front page.
Highlights
- Per-page social share images (#12). A distinct 1200×630 Open Graph / Twitter card for the homepage and each tool, generated from the tool registry with embedded subset-font text. Tool pages now emit both
og:imageandtwitter:image. - Structured data and metadata completeness (#13). schema.org JSON-LD: FAQPage (from the existing FAQs), Organization + WebSite + ItemList on the homepage, and BreadcrumbList on tool pages, plus a real visible breadcrumb. Homepage canonical, OpenGraph
locale/title/description, per-toolsiteName/locale, andtwitter:site. - On-site GitHub link with a live star count (#14). A "Star on GitHub" control in the header and footer. The count is fetched server-side and cached for an hour, with a graceful fallback so a GitHub hiccup never breaks a page.
- README overhaul (#15). Badges (live site, license, CI, GitHub stars, last commit), a hero image, a 2×2 tool gallery reusing the OG cards, live links, and a table of contents.
- Version bump to 0.2.0 (#16).
Notes
- FAQPage markup is valid and useful for Bing and AI answer engines, but Google restricted FAQ rich results to gov/health sites in 2023, so no FAQ dropdown is expected in Google results. This was a deliberate choice.
- SearchAction / sitelinks searchbox was intentionally skipped (no on-site search; deprecated by Google in 2024), and no ratings are claimed (there are none to claim honestly).
Each change was researched or adversarially reviewed before merge; build, lint, and the 27 unit tests pass on the integrated branch.
Full diff: v0.1.1...v0.2.0
v0.1.1
release: v0.1.1 (branching model, staging domain, release workflow) (#11)
First release through the develop -> production pipeline.
What's in this release
- develop/production branching model with branch protection (PR + CI on both).
- Release workflow: tags, GitHub Release from the PR, production smoke tests, and develop sync.
- Environment-aware robots/metadata so the develop staging domain (dev.tools.codercops.com) is noindex.
- Docs updated to the branching model (README, CONTRIBUTING, SECURITY, PR template).
- Version bump to 0.1.1.
Full diff: v0.1.0...v0.1.1