Skip to content

docs: Backfill CHANGELOG.md from merged PR history - #111

Merged
moodyjmz merged 1 commit into
mainfrom
docs/backfill-changelog
Aug 14, 2026
Merged

docs: Backfill CHANGELOG.md from merged PR history#111
moodyjmz merged 1 commit into
mainfrom
docs/backfill-changelog

Conversation

@moodyjmz

Copy link
Copy Markdown
Contributor

`CHANGELOG.md` has read `## [Unreleased] / Added / First release` since the initial skeleton commit — every merge since (overview page, search fixes, npm audit fixes, icon update) went unrecorded.

Backfilled from the merged, non-Dependabot PR history against `main`, grouped by Keep a Changelog category. Internal-only work (ci/docs/test/chore, l10n tooling) is left out — this file is for consumers, not contributors.

Kept everything under `[Unreleased]` — nothing's shipped through a versioned channel yet, so there's no real "previous release" to close out. The header should only flip to `## [1.1.0] - ` once `appinfo/info.xml` drops the `-dev` suffix from #110 (mirroring `text`'s own `X.Y.Z-dev.N` → `X.Y.Z` pattern).

Closes #109

CHANGELOG.md has read "## [Unreleased] / Added / First release" since
the initial skeleton commit — every merge since (overview page, search
fixes, npm audit fixes, icon update) went unrecorded. Backfill from the
merged PR history, grouped by Keep a Changelog category.

Internal-only work (ci/docs/test/chore, l10n tooling) is left out —
this file is for consumers, not contributors.

Closes #109

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
@moodyjmz
moodyjmz requested a review from Aiiaiiio August 14, 2026 10:42
Comment thread CHANGELOG.md
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generally fine, but expecting a release, you'd need to add that meta data or do it via the release PR as a follow-up

@moodyjmz
moodyjmz merged commit 1ebd464 into main Aug 14, 2026
25 checks passed
@moodyjmz
moodyjmz deleted the docs/backfill-changelog branch August 14, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backfill and maintain CHANGELOG.md

2 participants