docs: bring README, roadmap and wiki up to date for v1.37.0 - #2660
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
README: the comparison table said Active (v1.22.x); the Features list and the integrations table were missing manual import, field locks and Fix match, the indexer query limit and rate limit hold, the header library search, log download, the update badge and the db-check commands. The Discord channel is named #releases now. The grouped top bar and the two views of the Import page replace the flat nav and the folder scan that used to live in Settings. ROADMAP: everything the Now section listed shipped in v1.31.0, and most of the Manual Import and add flow items under Next up shipped between v1.28.0 and v1.36.0. They move to Delivered; unattended discovery and the items still open stay where they are. API.md gains a Series block with its opt in pagination, monitorNewItems on POST /author, and the response only cooldownUntil and cooldownReason on indexers. The user guide gains the metadata.opf sidecar, says that a bulk Search refuses while automatic grabbing is off, and records that an ebook is titled from its own filename with the book folder as fallback; the Readarr migration page said the opposite. DEPLOYMENT points the path remap section at Diagnose. Docs only, each claim checked against the code. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016fJcCVbNnKsmj2MAAMwWj9 Signed-off-by: vavallee <vavallee@protonmail.com>
vavallee
force-pushed
the
docs/feature-audit-2026-09
branch
from
September 19, 2026 01:53
582e238 to
e33e4e5
Compare
vavallee
marked this pull request as ready for review
September 19, 2026 02:18
Contributor
There was a problem hiding this comment.
Docs-only, already merged. Spot-checked the cited code references:
scanTitleatinternal/importer/layout_title.go:130— exists, matches the updated title-sourcing description in User-Guide-Wiki.md and Migrating-From-Readarr-Wiki.md.monitorNewItemson POST /author (internal/api/authors.go:524) and the 400 guard (line 1025) — confirmed; API.md description is accurate.- Series pagination at
internal/api/series.go:194— the opt-inlimit/offsetenvelope is documented correctly. docs/search-design.mdanddocs/Metadata-Editing-Wiki.md— both files exist; links in README are valid.
No code changes, no security surface. Nothing to flag.
— 🤖 Bindery triage bot (automated). Reply to correct me; a human will see it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audit of the user facing docs against what has shipped, rebased onto main and refreshed for everything merged since the first push: the download client path doctor, unattended release discovery, library adoption, the requester role and the grouped navigation. Those five landed with their own doc updates, so most of what was left here was correcting sentences they made false and covering what nobody had claimed yet.
Docs only, so there is no changelog fragment. Nothing describes an unreleased fragment as released beyond what main already says in the same words, and the lines open PRs #2391, #2480, #2606, #2607, #2615, #2633, #2673 and #2678 touch were left alone.
changelog.d/gh api repos/kkodecs/livrarr/releasesinternal/models/book.go(LockedFields),web/src/components/EditBookModal.tsx,bookDetail.fixMatchinen.jsoninternal/indexer/cooldown.go(cooldownLadder),internal/models/indexer.go,web/src/pages/settings/IndexersTab.tsxweb/src/pages/import/ImportPage.tsx,FolderImportLinkinweb/src/pages/settings/ImportTab.tsxdb-checkanddb-repairweb/src/pages/settings/LogsTab.download.test.tsx,updateAvailableinen.json,cmd/bindery/dbcheck.goweb/src/components/navGroups.ts,web/src/App.tsxinternal/api/library_search.go,LibrarySearch.tsx(rendered in the header atApp.tsx:203),AddToLibraryModal.tsxinternal/metadata/*, the/importlistroutes andinternal/hardcoverlistsyncer,internal/calibre,internal/abs,internal/grimmory,import.drop_folderdocs/search-design.md; Discord#changelogto#releasesinternal/importer/audiotag.go,scanner_poll.go,internal/hardcoverlistsyncer/syncer.go,internal/api/authors.go,internal/downloader/rtorrent,GeneralTab.tsxweb/src/pages/import/*(#1719),internal/api/library_search.go,internal/importer/renamer.go(#1959); those three issues still openEditBookModal.tsxandinternal/api/books.go:482; no language filter inBooksPage.tsxGET /seriescmd/bindery/series_routes.go,Listininternal/api/series.go:187monitorNewItemsonPOST /authorinternal/api/authors.go:515andmodels.IsAuthorMonitorNewItemsValidcooldownUntilandcooldownReasonon indexersinternal/models/indexer.go:80,withCooldownininternal/api/indexers.gometadata.opfsidecar setting in the after import paragraphimport.write_opf_sidecarinGeneralTab.tsx:337changelog.d/2669-manual-search-silent.mdbehaviour confirmed against the search chokepoint; the paragraph previously told you to grab by hand from the Wanted page, which bulk Search no longer doesscanTitleininternal/importer/layout_title.go:129scanTitleininternal/importer/layout_title.go:129navGroupsForinweb/src/components/navGroups.ts,authors.addAuthorinen.jsoninternal/api/download_client_diagnose.go(checkDiagClientPath,diagCodeRemap)Dropped as no longer needed
🤖 Generated with Claude Code
https://claude.ai/code/session_016fJcCVbNnKsmj2MAAMwWj9