chore(release): 0.14.34 - #1220
Merged
Merged
Conversation
Ships two fixes, and is the first release cut through the repaired changelog path. - #1218 / #1172 — panel_refresh_nodes no longer answers `refreshed: true` while a newly added CheckpointLoaderSimple keeps an empty ckpt_name list. The reapply sweep now rebuilds combo option arrays from the /object_info payload it just fetched instead of relying on a frontend call whose per-node effect the panel never observed, and an authoritative list that comes back EMPTY is disclosed rather than hidden behind a structural "refreshed" verdict. - #1219 — every release since 0.14.31 had written TWO changelog sections for one version. Cause: notes hand-written under a pre-numbered heading, then the generator adding its own; the hand edit landed after the script exited, so no in-script guard could see it. The three duplicated releases are merged (losslessly — verified entry by entry against the original release commits), `today()` now has one UTC source instead of local calendar fields, and a committed test asserts the shipped file's shape so the next occurrence fails on the release PR rather than months later. VERIFIED BY BEING THE FIRST USER OF THE FIX: notes went under [Unreleased], the generator promoted them into exactly ONE dated section, and changelog-integrity.test.mjs passes. Under the old path this commit would have been the fourth duplicate pair. Co-Authored-By: Claude Opus 5 (1M context) <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.
Ships #1218 (#1172 — combo rebuild + empty-list disclosure) and #1219 (duplicate changelog sections).
First release cut through the repaired changelog path. Notes went under
[Unreleased], the generator promoted them into exactly one dated section, andchangelog-integrity.test.mjspasses. Under the old path this would have been the fourth duplicate pair.pyproject.tomlandPANEL_VERSIONboth at 0.14.34 (CI asserts they match)web/changelog.jsonregenerated — 189 releasesMerging this triggers the Comfy Registry publish workflow.
🤖 Generated with Claude Code