Releases: jgrancell/turtleshell
Releases · jgrancell/turtleshell
Release list
v1.0.0
v1.0.0
Added
- initial support for script running
- support for tilde expansion in the
cdcommand - support for home dir compression to tilde for the shell prompt
Changed
gohomecommand renamed tohomefor 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
redocommand 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
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.