Ten Hands Versions Save

⚡ Simplest way to organize and run command-line tasks

v2.10.3

3 years ago

This is a small maintenance release.

Bug fixes

  • Fix: Killing NodeJS processes not releasing the port on macOS. #238
  • Fix: Not able to click the last project when sidebar overflows when there are many projects.
  • Fix: Deleting project not refreshing the sidebar.

Some other code clean-up and add some linter rules etc.,

v2.10.2

3 years ago

This release does not have any new features. Just updated some packages to their latest and safe versions and some small layout issue fixes.

💐 Happy New Year 🎉

v2.10.0

3 years ago

Changes

v2.9.1

3 years ago

Changes

  • Replace start & stop buttons with clearly labeled single Start/Stop Button on both terminal and sidebar.

image

  • Display running task count in taskbar. Configurable with showTaskCountBadge: true/false in config.json.

image

Fixes

v2.8.3

3 years ago
  • Fixes the scrolling issue again. Scrolling inside terminal should behave like scrolling in a textarea on a webpage.

💡 Extra Tip: Use Ctrl + Scroll to force contain the scroll inside the terminal. Alt + Scroll to speed up the scroll. Use Ctrl + Alt + Scroll together to get both.

v2.8.2

3 years ago

Changes

  • Disables outside scroll when mouse is over terminals.

v2.8.1

3 years ago

Changes

  1. Remembers window position and size. NOTE: Doesn't still remember the sidebar width though. I'm working on that.
  2. Add configuration option terminalRenderer: "canvas" | "webgl". 2.8.0 made WebGL as default renderer for terminal which seems to have caused some problems. Now the default renderer is back to canvas and folks who didn't have problem with terminals in 2.8.0 can use terminalRenderer: "webgl" in config.json file.

v2.8.0

3 years ago

Changes

  1. Resizable Terminals. You can drag the terminal card at the bottom drag handle to resize.
  2. Terminal uses webgl rendering.
  3. URL links in the terminal are clickable. Opens urls in the default browser.
  4. Copy the selected text in terminal to clipboard by either right click or ctrl+shift+c.

Fixes

  1. Show task killed output after receiving confirmation. The task output used to continue to show after it said task has been killed.

v2.7.0

3 years ago

#Changes

  • Adds search feature. (Ctrl + F) to start searching. Supports fuzzy search.

v2.6.1

3 years ago

Changes

Fix exit warning showing up even when no tasks are running. #173