Skip to content

Releases: jgrancell/turtleshell

v1.0.0

17 Jun 14:22
aff9eb9
Compare
Choose a tag to compare

v1.0.0

Added

  • initial support for script running
  • support for tilde expansion in the cd command
  • support for home dir compression to tilde for the shell prompt

Changed

  • gohome command renamed to home for simplicity sake
  • Full refactor of the codebase flow and design based on my improved understanding of Go
  • Shell now has a concept of per-session variables rather than using Environment for all variables

Removed

  • redo command removed and will be refactored for a future release.

Fixed

  • ctrl+c signal now correctly clears the line
  • ctrl+d signal now correctly cleanly exits the shell
  • dependency spiderweb has been completely removed from shell libraries

v0.1.0 Release

19 Aug 19:50
117fe60
Compare
Choose a tag to compare
v0.1.0 Release Pre-release
Pre-release

The first official release of Turtleshell.

New Features

  • Literally everything.

As the README suggests, you shouldn't use this for anything meaningful. It's really quite alpha release.