Ten Hands Versions Save

⚡ Simplest way to organize and run command-line tasks

v2.6.0

4 years ago

Changes

  1. Sort tasks by name, last-executed or custom order #110
  2. Allow to use alternative shells #164
  3. Exit confirmation is shown only if any tasks are running.

v2.5.1

4 years ago

Changes

  1. Fixes UI not resizing properly on some displays.
  2. Add ellipses for longer task name with title on hover.
  3. Fixes project details top-bar flowing to right of terminals on small windows.

Details are in https://github.com/saisandeepvaddi/ten-hands/issues/156

v2.5.0

4 years ago

Updates

  • Add support to edit tasks

v2.4.0

4 years ago

This release adds one important missing thing -> Letting users know there is an update available. Helps for future releases.

Updates

  • Show a button on status bar to open ten hands releases page when there is a new release available.

v2.3.0

4 years ago

Updates

  1. Start All and Stop All tasks. Start All starts non-running tasks in the project and Stop All stops running tasks in the project. (#93)

  2. Sidebar projects collapse icon.

  3. [Hidden by default] A statusbar. Not much here now. Enable it by adding showStatusBar: true in config file. Currently shows total running task count in all projects on left, and running task count in currently opened project on right.

v2.2.1

4 years ago

Bug fixes:

  • Prevent deleting task while it is running.
  • Prevent deleting project while any tasks in the project are running.

v2.2.0

4 years ago

✨🎆 Happy New Year 🎆🎉

This release comes with couple of new features which make task execution and navigation simpler.

Updates

  • Exapandable projects in sidebar to show tasks.
  • Execute tasks directly from sidebar.
  • Open database file from Menu --> Edit.
  • Show version number in Help --> About.

v2.1.0

4 years ago

This is a minor release with some subtle UI improvements and other small changes on desktop side.

Updates

  • Show project path when hovering on project name in sidebar.
  • Automatically update git branch name when branch changes.
  • (Desktop only) Add support for globalHotKey configuration option to open/hide Ten Hands to tray. Defaults to CommandOrControl+Alt+T. Check Accelerator|Electron page for details about the format of shortcuts to use. IMPORTANT: This shortcut only works when Ten Hands is running somewhere.
  • (Windows Desktop only) Show notification to hint that Ten Hands did not exit fully and still running in Tray. A companion configuration option showAppRunningTrayNotification: true/false added to toggle this feature if you find it annoying to see notification every time.

Bug Fixes

  • Fix project names and other text overflow in sidebar.

v2.0.2

4 years ago

Updates:

  • Desktop app hides to taskbar on ❌ button. And, minimizes on ➖ button. Quit is only from taskbar.
  • Show process id when process started.
  • ten-hands-cli v2.0.4 is released in npm with update of showing process id when process started. Check ten-hands-cli

v2.0.1

4 years ago

Bug Fixes:

  • Fix sidebar project list only takes half the height and puts scrollbar in the center of the sidebar.