Summary
- bump
package.jsonversion from1.1.3-rc.1to1.1.3 - channel:
stable(rc → GitHub pre-release, stable → Latest) - release notes below cover everything since
v1.1.2(1.1.3 = 1.1.3-rc.1 + a CODEOWNERS change)
How merging this PR ships the build
- Merge —
Release From Version PRworkflow tagsv1.1.3on the merge commit - Tag triggers
Publish All / build-release, which creates the GitHub Release using this PR body as the release notes - ToDesktop picks up the new build and rolls it out
Features
- Early-access features can target specific ComfyUI commits. Desktop can now enable a beta feature only when your ComfyUI install includes a given change, not just when it reports a given version number. This keeps features off on builds that don't contain what they need, including installs tracking the latest development build. (#1579)
Fixes
- Storage diagnostics recognise network drives. Anonymous diagnostics now identify model folders on network (UNC/SMB) shares and report the storage type of each model folder. No file paths are sent. (#1578)