Skip to content

chore(release): assemble the v1.37.0 CHANGELOG section - #2705

Merged
vavallee merged 1 commit into
mainfrom
chore/release-1.37.0
Sep 19, 2026
Merged

vavallee merged 1 commit into
mainfrom
chore/release-1.37.0

Conversation

@vavallee

Copy link
Copy Markdown
Owner

Summary

Assembles the ## [v1.37.0] section of CHANGELOG.md from the 17 fragments in changelog.d/ and deletes those fragments in the same commit. changelog.d/README.md stays. No other section of the CHANGELOG is touched, and no code or docs change.

For the pre-tag check:

  • Version: v1.37.0 (minor: four new features, a new role, a new env var BINDERY_OIDC_DEFAULT_ROLE, a new bookAnnounced webhook event).
  • Date used: 2026-09-18.
  • Fragments consumed: 17 (every *.md in changelog.d/ except README.md).
  • Discovery ships off by default in this release; it is turned on in Settings, General, New release discovery.

Coverage against merged history

git log v1.36.2..HEAD --oneline --no-merges is 19 commits (plus the deploy bot's promote commit). All but one are represented:

Commit Where it landed
d374eab1 UX pass (#2683) Fixed x5, Changed x3
474144c2 ship discovery off by default (#2701) folded into the #2236 Added entry
97f9949d Authors header on a phone (#2681) Fixed
f62a084b translated title search (#2391) Fixed
19d227ac grouped navigation (#2679) Changed
064aead9 book folder title fallback (#2171) Fixed
781de838 series on refresh (#2328) Fixed
c2aad7ef manual search with auto grab off (#2669) Fixed
cfc9b6a6 Calibre pipe unescape (#2666) Fixed
c5b8e0f5 bookAnnounced SafeText (#2676) Security
f023178b relink picker (#2688) Fixed
cd8bfca4 requester role (#2670) Added, Fixed, Security
51ff430f library adoption (#2671) Added, Changed
92f05ae3 unattended discovery (#2663) Added x2, Changed, Fixed
8205eaa2 download client Diagnose (#2661) Added
1ba2ab98 Previous/Next across books (#2576) Added
7dd4e08a searchable book metadata rebind (#2575) Added
53634183 ABS fallback relink guard (#2654) Fixed

Deliberately skipped as internal:

  • 9b312bf8 refactor(api): split AddBook and author Create into HTTP shells and reusable cores (#2662) — pure refactor with no user visible behaviour; it exists so the requester approval path can reuse the add cores, and that behaviour is described in the requester role entry.

There is no docs only commit in this range, so nothing else was skipped.

Style notes

Verification

  • go build ./... clean (nothing in the build changed).
  • git diff --numstat -- CHANGELOG.md is 48 0: pure addition, no existing line touched.
  • grep -c "^## \[v1.37.0\]" CHANGELOG.md is 1, and the section list still reads v1.37.0, v1.36.2, v1.36.1, v1.36.0: exactly one new section, no duplicate.
  • Read top to bottom: every bullet names a user visible change, and no bullet contradicts another (the discovery entry and the "Future books only" note from v1.36.0 are consistent, since discovery now exists and ships off).

Not tagged and no tag pushed. This stops at the open PR.

🤖 Generated with Claude Code

https://claude.ai/code/session_016fJcCVbNnKsmj2MAAMwWj9

Merge the 17 fragments in changelog.d/ into a new `## [v1.37.0]` section
dated 2026-09-18 and delete the fragments. README.md stays.

Grouped as Added, Changed, Fixed, Security. Every reporter and outside
contributor a fragment credits is carried through: ianepreston, nick7129,
hoxtonia, IfritDMC, flaevers and ThatDeltaGuy.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016fJcCVbNnKsmj2MAAMwWj9
Signed-off-by: vavallee <vavallee@protonmail.com>
@codecov

codecov Bot commented Sep 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@vavallee
vavallee marked this pull request as ready for review September 19, 2026 02:37
@vavallee
vavallee merged commit 1bd50ff into main Sep 19, 2026
30 checks passed

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Already merged — posting for the record.

Clean assembly: all 17 fragments consumed, changelog.d/README.md kept, no code touched.

One cosmetic carry-over (flagged in the PR body): CHANGELOG.md line 9 uses an ASCII hyphen-minus (- 2026-09-18) while every prior section uses an em dash (-- 2026-09-16). Nothing in the release pipeline parses that separator, so this is purely visual. Worth a one-character fixup before tagging if you want the headings consistent.

-- Bot Bindery triage bot (automated). Reply to correct me; a human will see it.

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.

1 participant