v1.3.4
Release v1.3.4
This release focuses on improving the stability and user experience of the Text User Interface (TUI).
Bug Fixes
- Resolved a TUI crash that occurred during screen redraws and flushes, ensuring a smoother and more reliable operation.
- Fixed an issue that could cause
BlockingIOErrorby preventing automatic screen redraws when the application is idle. - Addressed a bug where input text could become invisible until the next screen update by forcing a redraw whenever the input changes.
- Corrected several issues related to window focusing and scrolling, making navigation within the TUI more intuitive.
Enhancements
- The scrolling experience has been significantly improved with the addition of a visual scrollbar to the output window, providing better feedback on content length and position.