changelog: add 0.4.8, restore tampered 0.4.7 section - #2939
Open
sinelaw wants to merge 3 commits into
Open
Conversation
A commit landed after v0.4.7 was tagged edited the already-released 0.4.7 section directly instead of adding to a new section. Restored 0.4.7 to byte-identical with the tag and moved the real fix (#2933) into the new 0.4.8 section along with everything else shipped since the last release. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WguxoSfsjvMwF9BQosWP4j
Shorter bullets throughout; the update changes now lead with the move to a self-updating static musl binary, with deb/rpm/flatpak still built but no longer the recommended install. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WguxoSfsjvMwF9BQosWP4j
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WguxoSfsjvMwF9BQosWP4j
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
CHANGELOG.mdagainstv0.4.7and found a stray edit inside the already-tagged## 0.4.7section: commitbdc697f6a(fix for Ctrl+/ does nothing on terminals without the kitty keyboard protocol #2933) had appended its changelog line directly into the released section instead of a new one.## 0.4.7section (and everything below it) to be byte-identical withgit show v0.4.7:CHANGELOG.md.## 0.4.8section covering everything shipped inv0.4.7..HEAD, moving the real Ctrl+/ does nothing on terminals without the kitty keyboard protocol #2933 fix into it along with the rest of the release: the self-update/install overhaul (no more running package managers on your behalf,--preflag, GitHub attestation verification,install.sh --method), the orchestrator scripting API expansion (workspace lifecycle + SSH create + archive/restore from a script), the F3-in-search-bar fix (Search: F3 does not navigate to next match while search bar is open #2111), and the Review Diff confirmation/translation fixes.Verification
git diff v0.4.7..HEAD -- CHANGELOG.mdnow shows changes only inside the new## 0.4.8section; every older section diffs clean against its tag.#NNNNcited corresponds to a fix actually landed inv0.4.7..HEAD.sinelaworclaude.Test plan
## 0.4.8section for accuracy against the intended release scope.Generated by Claude Code