v0.4.2
jo-inc/camofox-browserv0.4.2Nov 27, 2025by huacnlee
AI Summary
This release focuses on UI stability and bug fixes, addressing race conditions in the menu, improving scrolling behavior for inputs and editors, and updating a dependency to patch a security vulnerability.
Key Highlights
- Fixed race conditions in menu click listeners using defer
- Improved scrolling support for input and editor, including soft wrap mode
- Updated tracing-subscriber dependency to fix CVE-2025-58160
- Enhanced tab layout to allow items to fill remaining space
New Features
- Tab items can now fill remaining space
- Improved editor scrolling behavior on click
Full Release Notes
- menu: Use defer to avoid race conditions with click listeners by @zanmato in #1651 - input: Fix scroll to offset to support soft wrap mode. by @huacnlee in #1671 - editor: Improve scroll to support position at the edge of the editor on click. by @huacnlee in #1672 - tab: Allow tab item to fill remaining space. by @obito in #1654 - chore: Upgrade tracing-subscriber to fix CVE-2025-58160 @orbisai0security by in #1678