You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,18 @@
3
3
The product changelog for releases.sh, published to its own registry. Drafted daily from merged
4
4
PRs and reviewed via PR. See docs/changelog-style.md for the voice and curation rules.
5
5
6
+
## July 5, 2026
7
+
8
+
**Added**
9
+
- Stub organizations appear in the registry catalog — orgs known from a `releases.json` manifest but not yet ingested are listed with a stub badge; `GET /v1/orgs/:slug` and the domain-lookup endpoint return their declared source locations; MCP `get_organization` and `lookup_domain` surface stub status and declared release locations instead of an empty sources list.
10
+
11
+
**Changed**
12
+
- Org overview citation style rebuilt — the Sources section now links to release pages on releases.sh rather than placing inline superscripts; cited sources link inward to the canonical release URL when available and carry `CreativeWork` JSON-LD for SEO; the fenced-JSON citation format is retired.
13
+
14
+
**Fixed**
15
+
- Raw JSON citation blocks no longer appear in org overviews — a generation-truncation edge case was leaking an unterminated JSON code block into the overview body; affected overviews have been repaired.
16
+
- Emoji sprites and CI-status badges no longer appear in newly indexed release media — the media pipeline now filters WordPress emoji sprites and CI badge URLs before mirroring.
0 commit comments