Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 967 Bytes

File metadata and controls

22 lines (15 loc) · 967 Bytes

Release Notes - v1.0.56

Release Date: 2025-12-27

Highlights

This release enhances the theming experience with Monokai as the new default theme and improves the tabbed terminal API by exposing the workingDirectory parameter for better control over initial tab directories.

New Features

  • Monokai Default Theme: Set Monokai as the default color theme for a modern, professional terminal appearance
  • TabbedTerminal Working Directory: Exposed workingDirectory parameter in TabbedTerminal composable, allowing initial working directory to be set for the first tab (matching EmbeddableTerminal API)

Bug Fixes

  • Git Tag Creation: Fixed git tag creation when using publish_only mode in the release workflow

Improvements

  • Documentation: Updated CLAUDE.md with workingDirectory parameter change details and usage examples

Breaking Changes

None

Full Changelog

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