v3.1.0

Comfy-Org/ComfyUIv3.1.0Jul 11, 2023by kgretzky

AI Summary

This release improves networking configuration by allowing the separation of internal and external IPv4 addresses, and fixes issues regarding the capture and display of session cookies and custom authentication tokens.

Key Highlights

  • Network configuration allows separate binding for internal and external IPs.
  • Session cookies are now captured correctly without the need for the `:always` modifier.
  • Custom token values are no longer truncated in the display.

New Features

  • IPv4 bind and external IP configuration commands
  • Improved authentication token capture logic
  • Enhanced token display rendering

Full Release Notes

- Feature: Listening IP and external IP can now be separated with `config ipv4 bind <bind_ipv4_addr>` and `config ipv4 external <external_ipv4_addr>` to help with properly setting up networking.
- Fixed: Session cookies (cookies with no expiry date set) are now correctly captured every time. There is no need to specify `:always` key modifier for `auth_tokens` to capture them.
- Fixed: Captured custom tokens are now displayed properly and values are not truncated.