Files
ComfyUI_frontend/release-notes-1.38.x.md
bymyself 3688230e81 fix: handle RIFF padding for odd-sized WEBP chunks
WEBP files with odd-sized chunks before the EXIF chunk would fail to
load embedded workflows because the RIFF container specification
requires odd-sized chunks to be padded with a single byte.

This fix adds the padding byte to the offset calculation when parsing
WEBP metadata chunks.

Reference: https://developers.google.com/speed/webp/docs/riff_container#riff_file_format

Fixes #8076

Amp-Thread-ID: https://ampcode.com/threads/T-019c17d3-82e5-709b-b440-63fd92053adb
2026-01-31 22:26:35 -08:00

29 lines
2.5 KiB
Markdown

<details>
<summary>Changes</summary>
## High-Priority QA for Staging
These changes should be thoroughly tested on staging before promoting to production:
- fix: use staging platform URL for usage history link by @christian-byrne in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8056
- feat: handling subscription tier button link parameter by @Yourz in https://github.com/Comfy-Org/ComfyUI_frontend/pull/7553
- Add active jobs display to grid view by @viva-jinyi in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8209
- feat: add bulk actions for workflow operations in media assets by @viva-jinyi in https://github.com/Comfy-Org/ComfyUI_frontend/pull/7992
- feat: enable new queue progress by default by @christian-byrne in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8121
- Decouple node help between sidebar and right panel by @pythongosssss in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8110
- feat: Add visual crop preview widget for ImageCrop node - widget ImageCrop by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI_frontend/pull/7825
- Feat: Persist all unsaved workflow tabs by @christian-byrne in https://github.com/Comfy-Org/ComfyUI_frontend/pull/6050
- add thumbnail for 3d generation by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8129
- Replace QPO with opening assets tab by @benceruleanlu in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8260
- feat: show active jobs label in top menu by @benceruleanlu in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8169
- fix: image selection modal Inputs Outputs filtering is not working by @LittleSound in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8272
- refactor: use orderBy for queue list sorting by @benceruleanlu in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8228
- feat: upgrade vite to v8.0.0-beta.8 (Rolldown-powered) by @DrJKL in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8127
- feat: enable feedback button on nightly releases by @Myestery in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8220
- fix: replace vite preload error reload with error logging by @jtydhr88 in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8261
- fix: add missing pwa icon in manifest.json by @light-and-ray in https://github.com/Comfy-Org/ComfyUI_frontend/pull/8071
- Move price badges to python nodes by @bigcat88 in https://github.com/Comfy-Org/ComfyUI_frontend/pull/7816
- Feat: Persist all unsaved workflow tabs by @christian-byrne in https://github.com/Comfy-Org/ComfyUI_frontend/pull/6050
</details>