|
2 | 2 |
|
3 | 3 | <!-- insert new changelog below this comment --> |
4 | 4 |
|
| 5 | +## [0.8.1] - 2026-04-24 |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- fix(plan): use .specify/feature.json to allow /speckit.plan on custom git branches (#2305) (#2349) |
| 10 | +- feat(vibe): migrate to SkillsIntegration from the old prompts-based MarkdownIntegration (#2336) |
| 11 | +- docs: move community presets table to docs site, add missing entries (#2341) |
| 12 | +- docs(presets): add lean preset README and enrich catalog metadata (#2340) |
| 13 | +- fix: resolve command references per integration type (dot vs hyphen) (#2354) |
| 14 | +- Update product-forge to v1.5.1 in community catalog (#2352) |
| 15 | +- chore(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (#2345) |
| 16 | +- fix: replace xargs trim with sed to handle quotes in descriptions (#2351) |
| 17 | +- feat: register jira preset in community catalog (#2224) |
| 18 | +- feat: Preset screenwriting (#2332) |
| 19 | +- chore: release 0.8.0, begin 0.8.1.dev0 development (#2333) |
| 20 | + |
| 21 | +## [0.8.0] - 2026-04-23 |
| 22 | + |
| 23 | +### Changed |
| 24 | + |
| 25 | +- feat(presets): Composition strategies (prepend, append, wrap) for templates, commands, and scripts (#2133) |
| 26 | +- feat(copilot): support `--integration-options="--skills"` for skills-based scaffolding (#2324) |
| 27 | +- docs(install): add pipx as alternative installation method (#2288) |
| 28 | +- Add Memory MD community extension (#2327) |
| 29 | +- Update version-guard to v1.2.0 (#2321) |
| 30 | +- fix: `--force` now overwrites shared infra files during init and upgrade (#2320) |
| 31 | +- chore: release 0.7.5, begin 0.7.6.dev0 development (#2322) |
| 32 | + |
| 33 | +## [0.7.5] - 2026-04-22 |
| 34 | + |
| 35 | +### Changed |
| 36 | + |
| 37 | +- fix: resolve skill placeholders for all SKILL.md agents, not just codex/kimi (#2313) |
| 38 | +- feat(cli): add specify self check and self upgrade stub (#2316) |
| 39 | +- Update version-guard to v1.1.0 (#2318) |
| 40 | +- docs: move community presets from README to docs/community (#2314) |
| 41 | +- catalog: add wireframe extension (v0.1.1) (#2262) |
| 42 | +- Move community walkthroughs from README to docs/community (#2312) |
| 43 | +- docs(readme): list red-team in community-extensions table (#2311) |
| 44 | +- feat(catalog): add red-team extension to community catalog (#2306) |
| 45 | +- Add superpowers-bridge community extension (#2309) |
| 46 | +- feat: implement preset wrap strategy (#2189) |
| 47 | +- fix(agents): block directory traversal in command write paths (#2229) (#2296) |
| 48 | +- chore: release 0.7.4, begin 0.7.5.dev0 development (#2299) |
| 49 | + |
| 50 | +## [0.7.4] - 2026-04-21 |
| 51 | + |
| 52 | +### Changed |
| 53 | + |
| 54 | +- fix(copilot): use --yolo to grant all permissions in non-interactive mode (#2298) |
| 55 | +- feat: add CITATION.cff and .zenodo.json for academic citation support (#2291) |
| 56 | +- Add spec-validate to community catalog (#2274) |
| 57 | +- feat: register Ripple in community catalog (#2272) |
| 58 | +- Add version-guard to community catalog (#2286) |
| 59 | +- Add spec-reference-loader to community catalog (#2285) |
| 60 | +- Add memory-loader to community catalog (#2284) |
| 61 | +- fix(integrations): strip UTF-8 BOM when reading agent context files (#2283) |
| 62 | +- Preset fiction book writing1.6 (#2270) |
| 63 | +- fix(integrations): migrate Antigravity (agy) layout to .agents/ and deprecate --skills (#2276) |
| 64 | +- chore: release 0.7.3, begin 0.7.4.dev0 development (#2263) |
| 65 | + |
| 66 | +## [0.7.3] - 2026-04-17 |
| 67 | + |
| 68 | +### Changed |
| 69 | + |
| 70 | +- fix: replace shell-based context updates with marker-based upsert (#2259) |
| 71 | +- Add Community Friends page to docs site (#2261) |
| 72 | +- Add Spec Scope extension to community catalog (#2172) |
| 73 | +- docs: add Community-maintained plugin for Claude Code and GitHub Copilot CLI that installs Spec Kit skills via the plugin marketplace to README (#2250) |
| 74 | +- fix: suppress CRLF warnings in auto-commit.ps1 (#2258) |
| 75 | +- feat: register Blueprint in community catalog (#2252) |
| 76 | +- preset: Update preset-fiction-book-writing to community catalog -> v1.5.0 (#2256) |
| 77 | +- chore(deps): bump actions/upload-pages-artifact from 3 to 5 (#2251) |
| 78 | +- fix: add reference/*.md to docfx content glob (#2248) |
| 79 | +- chore: release 0.7.2, begin 0.7.3.dev0 development (#2247) |
| 80 | + |
5 | 81 | ## [0.7.2] - 2026-04-16 |
6 | 82 |
|
7 | 83 | ### Changed |
|
0 commit comments