Skip to content

Releases: BenWildeman/vscode-tabulous

v1.2.0

02 Nov 19:32
Compare
Choose a tag to compare
  • Added support for "Open terminal here". This defaults to setting the terminal title to the closest directory name
    • Can be open from Explorer context menu
      explorer context menu
    • Can be open Editor tab context menu
      editor title context menu
    • Can be open with keybind Shift+Alt+T. This opens a terminal from the last active file
      keybind

v1.1.1

25 May 17:55
Compare
Choose a tag to compare
  • Fixed grep rename blunder that stopped Touch Bar support from working 🤦

V1.1.0

25 May 17:34
Compare
Choose a tag to compare
  • Added Rename Terminal command. Can be used as a replacement for the built-in rename terminal command (Updates the status bar icon without having to switch terminals)
  • Added support for Touch Bar (macOS):
    • Create Named Terminal
    • Rename terminal
    • Reload default terminals

v1.0.3

22 Apr 21:27
Compare
Choose a tag to compare
  • Fixed edge-case where it's not possible to create terminal when through a new blank window
  • Now waits for "default terminal reloaded" message before specifying as loaded
  • Made sure terminal exists in the terminals list before trying to dispose it

v1.0.2

21 Nov 11:07
Compare
Choose a tag to compare
  • Fixed bug where it's not possible to create terminal without workspace, for real this time

v1.0.1

09 Nov 11:34
Compare
Choose a tag to compare
  • Fixed bug where it's not possible to create terminal without workspace

v1.0.0

05 Nov 16:24
Compare
Choose a tag to compare
  • Added multi-root workspace support
    • When creating a new terminal, you will be prompted to choose which workspace folder to open the terminal in
    • Now possible to use workspace folder name within the directory option of defaultTerminals
  • Relative paths within directory option of defaultTerminals will now either resolve from the workspace folder, or the workspace file directory if it's a multi-root workspace
  • Shows Change Log prompt when version is updated

v0.5.0

02 Nov 20:18
Compare
Choose a tag to compare
  • Add tooltips for tabs
  • Create tabs on native terminal creation
  • Track when active terminal changes natively