Enhancements
Improved workflow usability
- Fixed an issue where descriptions were cut off and increasing spacing between node fields in the form builder.
- Auto-linking was added to headings, text elements, workflow descriptions, and node field descriptions.
- The workflow menu was restructured by replacing the "New Workflow" button on the left panel with a workflow menu, while the old menu location now serves as a button to open workflow settings.
- "New Workflow" button was added to the workflow library list for easier access.
Updated Translations
Big thanks to @hironow @Ery4z
Fixes
- Fixed an issue where the Invoke button on the Canvas tab did not display a loading spinner due to the request being reset too early, preventing RTKQ from tracking the loading state.
- The enqueue request is now awaited before resetting tracking, ensuring proper feedback.
- Additional logging messages were added to provide consistent JS console logs across tabs.
Installing and Updating
The new Invoke Launcher is the recommended way to install, update and run Invoke. It takes care of a lot of details for you - like installing the right version of python - and runs Invoke as a desktop application.
Follow the Quick Start guide to get started with the launcher.
If you don't want to use the launcher, or need a headless install, you can follow the manual install guide.
What's Changed
- fix:(app): Fix input type of default_value on MetadataToFloatInvocation by @skunkworxdark in #7702
- fix(ui): invoke button not showing loading indicator on canvas tab by @psychedelicious in #7704
- feat(ui): workflow tweaks by @psychedelicious in #7705
- ui: translations update from weblate by @weblate in #7700
- chore: bump version to v5.7.1 by @psychedelicious in #7706
Full Changelog: v5.7.0...v5.7.1