docs(news): compact and correct the v2.2.11 fixes - #828
Merged
Conversation
The rename work landed in stages, and each stage added its own entry, so three of them described the same guarantee from different distances: comics keeping their bookmarks through a rename. They are now one item that describes the behavior that actually shipped rather than the route taken to it. The two path-prefix fixes, which are the same mistake in two places, become one; so do the two ways codex could delete a comic whose file was still there. Two user-visible fixes were missing entirely: the online-tag Resume button no longer offers itself when it cannot work (and reports a failed pause or resume instead of silently doing nothing), and two comics that would take the same filename no longer overwrite each other. Thirteen items to eleven, each shorter. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
The v2.2.11 fixes accumulated an entry per landing rather than per behavior. This makes the section describe what shipped, and fixes two omissions.
Merged
Batman/Batman Beyond) and sibling libraries (/comics//comics-kids) — are the same mistake in two places, so they read as one.Added (these were missing)
99c92c586) only offers itself when a scan can actually resume, and reports a failed pause or resume instead of silently doing nothing. It previously answered 400 and swallowed the error.Checked
Every remaining item was verified against what is actually on develop, and the Features section was left alone.
fix(tagging): keep the source column headers on one lineis deliberately not its own entry — it is polish within the redesigned status table already listed under Features.Thirteen items to eleven, each shorter, ordered by what costs the user most: lost data, then wrong output, then errors, then staleness.