app-v1.0.0
Ironclad/rivetapp-v1.0.0Sep 6, 2023by abrenneke
AI Summary
This release introduces a new 'Run To Here' feature allowing users to execute the graph up to a specific node, revamps the settings modal with tabs, and includes various bug fixes for plugin management. The release also updates rivet-core to 1.1.0 and re-enables the autoevals plugin.
Key Highlights
- New 'Run To Here' feature - right-click on any node to run the graph only to that specific node
- Settings modal revamped with a tabbed interface for better organization
- Fixed plugin enabling/disabling issues that were causing errors
- Re-enabled the autoevals plugin
- Updated rivet-core dependency to version 1.1.0
Breaking Changes
- Removed the unimplemented test cases tab from the node editor
New Features
- Run To Here functionality via right-click context menu on nodes
- Plugin settings now support helper text
- Tabbed settings modal for improved navigation
Full Release Notes
* `rivet-core` 1.1.0 * When right clicking on a node, you can choose "Run To Here" to run the graph to that specific node, and only that node * Remove unimplemented test cases tab from node editor * Fix some issues with plugin enabling/disabling causing errors * Revamp the settings modal to have tabs * Re-enable the autoevals plugin * Plugin settings can support helper text