Skip to content

Releases: saisandeepvaddi/ten-hands

Ten Hands v2.10.3

15 Feb 06:55
Compare
Choose a tag to compare

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.,

Ten Hands v2.10.2

02 Jan 04:46
Compare
Choose a tag to compare

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 🎉

Ten Hands v2.10.0

13 Oct 04:19
Compare
Choose a tag to compare

Changes

Ten Hands v2.9.1

28 Aug 19:20
Compare
Choose a tag to compare

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

Ten Hands v2.8.3

31 Jul 07:01
Compare
Choose a tag to compare
  • 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.

Ten Hands v2.8.2

24 Jul 07:01
Compare
Choose a tag to compare

Changes

  • Disables outside scroll when mouse is over terminals.

Ten Hands v2.8.1

16 Jul 18:12
ecf6258
Compare
Choose a tag to compare

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.

Ten Hands v2.8.0

13 Jul 19:15
Compare
Choose a tag to compare

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.

Ten Hands v2.7.0

23 May 18:35
Compare
Choose a tag to compare

#Changes

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

Ten Hands v2.6.1

18 May 19:05
Compare
Choose a tag to compare

Changes

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