- 57be352: add quick config on terminal tabs
- c283352: fix: quick navigate to sessions.json
- 75601aa: fix: quick navigate to configuration file from activity
- bfe1708: fix: allow to import the array commands
- 89d08da: fix: add cwd when import the commands
- 62b8c5c: fix: update extension description
- 2df1a8a: fix: change path.posix.join to path.join to resolve the path correctly on wsl
- ed29746: fix: using glob to find the import file
- 53b488d: fix: ignore sub directory node_modules when find the import file
- 336eb7f: bump version
- 067bb00: fix: init the default session on import and update README
- 876f4c0: fix: ignore node_modules on find the import file
- dad1570: feat: Allow the import of commands from another source that exists in the workspace.
- 4f0bd2a: fix: add abort all functions in activity
- b00f0d2: fix: add clear all command
- 044a1fb: fix: improve the UI on activity
- b1845ad: fix: allow collapse all tree item
- 0d65c5b: fix: sync icon and color from setting to activity
- a3a4372: update the UI of activity
- 85b106b: support wsl mode
- 05e2741: fix: warn if the folder is not opened before using Terminal Keeper.
- 0d3601d: fix: render terminal icon on tree view
- 1aaea6e: fix: active terminal array from activity
- b8bfea3: open source
- 4d0dd97: fix: update message
- 3a6e65b: add terminal keeper activity
- 7465abc: fix: kill process before active new session
- f81a61c: fix support new experimental config for web extension
- 5377659: fix allow to kill the active process when the terminal is closed (experimental)
- a79d713: fix the "cwd" field not work with workspace mode
- 362d89e: fix could not load setting from session file
- 1ba03a0: allow setting "active" field on workspace config
- 7ca0105: warn on not select the session to active
- 649699b: Add unit test
- ba7eb47: republish to market
- 08f5c76: Only change the active field if 'activateOnStartup' is enabled.
- 56eebb6: Not active the terminal session on selected directory
- defa930: Fix kill all existing terminal not work correctly
- 89dbb13: get the join operator command by os
- c06cba3: bump version
- e0600b1: fix: allow active terminal session in your workspace directory, config the join operator for commands and update the config template
- 0478593: support newest icon from vscode v1.84
- d95a739: upgrade configuration schema version
- e6913b2: support for relative paths in "cwd" field
- 04c2cb8: fix 'tput reset' is not recognized on the Windows
- 3fd3735: update README
- 39c687f: add gallery banner
- ff48d93: update gallery banner
- 8138341: update README
- fda2e8b: improve the progress bar
- 3bab7cd: update package.json to controls the Q & A in the Marketplace
- 749d65c: update package.json to controls the Q & A in the Marketplace
- 9be7e9e: make session list item to easy view
- f26ddfa: preserve focus on terminal, loss icon on session changed
- f086d83: add status bar icon
- 444912c: show list terminal action if click from status bar
- e2a2e72: show description on quickpick item, show status bar to display current terminal session
- 79a6c04: update progress message
- 7bb568b: add progress on initializing the terminal session
- bab64a2: support dice theme and fix minor bug refer cwd
- c4dbe53: validate working dir before create terminal
- 4b1752b: show order correctly and update new configuration template
- 472a96a: fix order not show correctly
- b7a4c2c: support multiple theming
- f14b5b9: update README, enable generate configuration, fix minor bug
- d6d4413: add support random color/icon by terminal name
- da61f5e: clear screen before send command
- fefab5d: update README
- e36631f: update new configuration schema
- 47a1124: update README
- d235358: update README
- dd8edd4: allow to save current session or remove session
- 49e2a3c: update README
- a4ae40f: bump version
- 30fb520: allow to generate the config on active session
- aaf2d48: update README
- 97798d2: not active session on startup
- 09315a9: update ci
- 7b25b8a: support generate the configuration file and more functions