v1.2.0

1b5d/llm-apiv1.2.0Mar 29, 2026by shrimbly

AI Summary

This update focuses on workflow organization and portability, featuring a new Workflow Browser and the ability to externalize media files to the generations folder. It also introduces optional inputs to skip execution when data is absent.

Key Highlights

  • New Workflow Browser for browsing, searching, and managing subdirectories
  • Media Externalization saves videos and audio alongside images for portability
  • Optional Inputs feature allows skipping downstream execution when inputs are empty
  • Faster workflow listing performance by reading only file headers
  • Redesigned Group Context Menu with color picker and lock toggle

New Features

  • Workflow Browser
  • Media Externalization
  • Optional Inputs & Skip Propagation
  • Redesigned Group Context Menu
  • Performance improvements

Full Release Notes

## Added

- **Workflow Browser** — browse, search, and open saved workflows from a new modal (supports nested subdirectories, directory picker, and last-used path memory)
- **Media Externalization** — videos and audio now save alongside images in the generations/ folder for portable workflows
- **Optional Inputs & Skip Propagation** — mark input nodes as optional; execution skips downstream nodes when optional inputs are empty
- **Group Context Menu** — redesigned as a vertical dropdown with color picker, lock toggle, and NBP Input flag

## Fixed

- Video/audio save-load roundtrip (3 compounding bugs)
- Lock icon now shown on locked groups
- Error state cleared when navigating generation carousel
- Various a11y, regex, and dialog semantics fixes

## Performance

- Faster workflow listing by reading only file headers

## Documentation

- Redesigned README with hero layout, all 23 node types, and updated screenshots