Skip to content

Releases: alleneubank/vscode-bootty

v0.3.6

14 Jan 06:08

Choose a tag to compare

v0.3.5

13 Jan 03:15

Choose a tag to compare

Full Changelog: v0.3.3...v0.3.5

v0.3.4

12 Jan 20:32

Choose a tag to compare

Full Changelog: v0.3.1...v0.3.4

v0.3.3

12 Jan 20:31

Choose a tag to compare

Full Changelog: v0.3.1...v0.3.3

v0.3.1

12 Jan 04:39

Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

v0.3.0 - Webview Terminal List

12 Jan 03:13
6ba1d2b

Choose a tag to compare

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.colorCustomizations theme 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.ts with terminal-list.ts webview component
  • Added context-menu.ts for custom context menu handling
  • Updated panel-main.ts with split pane layout and observer management
  • Enhanced terminal-manager.ts with group management and state persistence

Full Changelog

v0.2.2...v0.3.0

v0.2.2

10 Jan 22:55

Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

v0.2.1

10 Jan 03:50

Choose a tag to compare

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

09 Jan 19:06

Choose a tag to compare

Full Changelog: v0.1.3...v0.2.0