0.30.0
takahirom/arbigent0.30.0Feb 28, 2025by takahirom
AI Summary
A maintenance release focused on bug fixes, including XML content handling, UI state formatting, and timestamp display improvements.
Key Highlights
- Refactored UserPromptTemplate to format UI state elements more effectively.
- Added XML content handling and escaping in tests.
- Added timestamp formatting to step displays in Scenario and Main components.
New Features
- XML content handling and escaping
- Timestamp formatting for step display
- UI state element formatting
Full Release Notes
Bugfixes ## What's Changed * Refactor UserPromptTemplate to format UI state elements for improved … by @takahirom in https://github.com/takahirom/arbigent/pull/181 * Add XML content handling in ArbigentHtmlReportTest and escape XML in … by @takahirom in https://github.com/takahirom/arbigent/pull/182 * Remove replace by @takahirom in https://github.com/takahirom/arbigent/pull/184 * Add timestamp formatting to step display in Scenario and Main components by @takahirom in https://github.com/takahirom/arbigent/pull/183 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.29.0...0.30.0