Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.31 KB

File metadata and controls

27 lines (20 loc) · 1.31 KB

Release Notes - v1.0.13

Release Date: 2025-12-07

Highlights

This release introduces command completion notifications (OSC 133 shell integration), an auto-update mechanism, macOS menu bar, and several UI/UX improvements including hiding the tab bar when only one tab exists.

New Features

  • Command Completion Notifications: Added OSC 133 shell integration support for system notifications when commands complete while the terminal window is unfocused (iTerm2-style notifications)
  • Auto-Update Mechanism: Added automatic update checking via GitHub Releases API
  • REP Support: Added support for CSI Ps b (Repeat Character) control sequence
  • macOS Menu Bar: Added native macOS menu bar with File, Edit, View, and Window menus
  • Auto-Hide Tab Bar: Tab bar now automatically hides when only one tab exists for a cleaner interface

Bug Fixes

  • Fixed "Check for Updates" menu item placement - moved to BossTerm app menu on macOS for better platform consistency
  • Added warning log for incomplete shell integration to aid troubleshooting

Improvements

  • Added DMG download badge to README for easier access to downloads
  • Added environment protection to release workflow for improved CI/CD security

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.11...v1.0.13