Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 990 Bytes

File metadata and controls

24 lines (17 loc) · 990 Bytes

Release Notes - v1.0.53

Release Date: 2025-12-25

Highlights

This release focuses on UI improvements and thread-safety enhancements, including better visual feedback for split dividers and critical fixes for buffer access.

New Features

  • Improved Resize Cursor Feedback: Enhanced visual feedback for split dividers during resize operations, providing clearer indication of draggable areas (#168)

Bug Fixes

  • Thread-Safety Fix: Added thread-safety to TerminalTextBuffer.getLine() method to prevent race conditions during concurrent buffer access (#166)

Improvements

  • Documentation: Added iTerm2 acknowledgment to project documentation
  • Documentation: Updated branding to Risa Labs Inc across all materials
  • Documentation: Added comprehensive wiki documentation for easier onboarding
  • Documentation: Added release notes for v1.0.52

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.52...v1.0.53