Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 558 Bytes

File metadata and controls

16 lines (11 loc) · 558 Bytes

Release Notes - v1.0.57

Release Date: 2025-12-28

Highlights

This release addresses critical stability issues with improved PTY process cleanup and memory leak prevention in the terminal data stream.

Bug Fixes

  • PTY Process Termination: Fixed proper termination of PTY processes when closing tabs to prevent zombie processes
  • Memory Leak Prevention: Added buffer compaction to prevent memory leak in BlockingTerminalDataStream

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.56...v1.0.57