Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 1.09 KB

1.0.0 (2024-03-19)

Feat

  • better pen support for mask editor - alt-drag: erase - shift-drag(up/down): zoom in/out
  • Exclude .git when retrieving filename lists
  • Add support for excluded_dirs to folder_paths.recursive_search
  • extensions: Allow hiding link connectors
  • ui: Add node mode toggles to group context menu

Fix

  • inpaint on mask editor bottom area
  • /free handler function name
  • folder handling issues
  • adaptation to older versions of pytroch
  • handle null case for currentNode widgets to prevent scroll error
  • Fixing intermittent crashes with undefined graphs in the Firefox browser.
  • typo in extra sampler
  • thumbnail ratio fix for mixed ratio images
  • server: Disable access logs
  • ui/widgets: Only set widget forceInput option if a widget is added
  • widgets: Add options object if not present when forceInput: true
  • cannot disable dynamicPrompts (#1327)
  • execution: Fix support for input-less nodes
  • ⚡️ small type fix
  • Image.ANTIALIAS is no longer available. (#847)

Refactor

  • ui: Switch statement, and handle other modes in group actions