app-v1.2.1
Ironclad/rivetapp-v1.2.1Sep 14, 2023by abrenneke
AI Summary
This minor release (v1.2.1) adds a value port to the Match node for outputting custom values instead of matched text, introduces default OpenAI endpoint configuration in Settings, and includes bug fixes for Ubuntu/Kubuntu rendering and escape key behavior in the node editor.
Key Highlights
- Match node now supports a `value` port to output custom values instead of matched text
- Default OpenAI endpoint can be configured in the Settings modal
- Fixed rendering issues on Ubuntu/Kubuntu systems
- Escape key now properly closes node editor when in code editor mode
New Features
- Match node `value` port - outputs a specified value instead of matched text when connected
- Default OpenAI endpoint setting in the Settings modal
Full Release Notes
## New Features - Match node now supports a `value` port - this is the value that will be outputted from the Match node, instead of the matched text. If unconnected, the Match node works as before. - Allow setting default OpenAI endpoint in the Settings modal ## Changes & Bug Fixes - Fix rendering on Ubuntu/Kubuntu - Escape key now closes node editor when in a code editor