Skip to content

v2.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 01:01
· 129 commits to master since this release

Changelog

  • Daemon now ignores SIGINT
    • Fixes #148 - an issue on macOS where daemon is getting killed by Ctrl+C
      presses because it's hard to fully dettach it from the terminal.
    • It's still posible to gracefully shutdown the daemon using SIGTERM
  • HOST:PWD column now makes better use of available space
  • New option: 'reshctl update --beta' installs the latest version even if it's
    pre-release (testing release)
  • Timeouts were added to daemon requests to prevent terminal lock up in case
    that daemon freezes