v0.24.0
umputun/ralphexv0.24.0Mar 18, 2026by umputun
AI Summary
This release introduces a session timeout configuration option for safety and fixes several bugs related to Task sections and progress output formatting.
Key Highlights
- Added `session_timeout` config option for hanging session safety net
- Fixed infinite loop when checkboxes are outside Task sections
- Fixed progress output text wrapping and code smells
New Features
- session_timeout config option
Full Release Notes
**New Features** - Add session_timeout config option for hanging session safety net #225 @umputun **Bug Fixes** - Prevent infinite loop when checkboxes are outside Task sections #222 @romrigger - Fix progress output text wrapping and code smells #226 @umputun