Releases: alleneubank/vscode-bootty
Releases · alleneubank/vscode-bootty
v0.3.6
Full Changelog: v0.3.5...v0.3.6
v0.3.5
Full Changelog: v0.3.3...v0.3.5
v0.3.4
Full Changelog: v0.3.1...v0.3.4
v0.3.3
Full Changelog: v0.3.1...v0.3.3
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - Webview Terminal List
What's New
This release introduces a completely redesigned terminal list using a custom webview, replacing the native TreeView with a more powerful and flexible interface.
Features
- Webview-based Terminal List - Custom terminal list with improved visual design
- Split Terminal Groups - Visual tree connectors showing split terminal hierarchy
- Multi-select Operations - Cmd/Ctrl+click for individual selection, Shift+click for range selection
- Drag-and-Drop Reordering - Reorder standalone terminals and terminals within groups
- Enhanced Color Picker - Synced with
workbench.colorCustomizationstheme settings - Dynamic Icons - SVG icon generation matching VS Code terminal icons
- Context Menu - Split, unsplit, join, rename, color, icon, and kill operations
Changes
- Replaced
terminal-tree-provider.tswithterminal-list.tswebview component - Added
context-menu.tsfor custom context menu handling - Updated
panel-main.tswith split pane layout and observer management - Enhanced
terminal-manager.tswith group management and state persistence
Full Changelog
v0.2.2
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Features
- Replace tab bar with native VS Code TreeView for terminal list
- Add bracketed paste mode support
- Improve terminal UX based on user feedback
Bug Fixes
- Fix Ctrl+Shift+` not creating new terminal when focused on Mac (#7)
- Fix Cmd+F opening VS Code search instead of terminal search (#8)
- Add tab navigation with Cmd+Shift+]/[ in panel
- Improve TreeView UI with plus/trash icons and event-driven reveal
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Full Changelog: v0.1.3...v0.2.0