Skip to content

v0.0.26

Compare
Choose a tag to compare
@robinjhuang robinjhuang released this 20 May 22:34
· 115 commits to main since this release
981014d

Fixed: comfy node publish was zipping files incorrectly.
Added comfy node pack to only zip the tar file without uploading it.

What's Changed

  • Fix escape sequence in print. by @robinjhuang in #65
  • improve: display error message if failed to background launching by @ltdrdata in #66
  • fix(requirements.txt): ensure typing-extensions >= 4.7.0 by @snomiao in #61
  • fix: launch --background issue in windows by @ltdrdata in #67
  • fix: remove broken char in windows by @ltdrdata in #68
  • typer version should be 0.9.0 or later by @ltdrdata in #70
  • Improve error messages for Publishing nodes. by @robinjhuang in #72
  • Fixed: Zip the correct files in the custom node directory. by @robinjhuang in #73

New Contributors

Full Changelog: v0.0.25...0.0.26