Releases: jgrancell/turtleshell
Releases · jgrancell/turtleshell
v1.0.0
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 tohome
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
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.