Releases: fcanlnony/fshell2
Releases · fcanlnony/fshell2
v0.0.8
v0.0.7
- update README
- code security fixes
- alias feature fixes
- add new builtin command(load)
- init function fixes
Full Changelog: 0.0.6...0.0.7
v0.0.6
Add support for alias multi-parameter, add init file support and rebuild the sources structure
Full Changelog: 0.0.5...0.0.6
v0.0.5
fix segmentation fault when received sigint signal and improve performance(now is faster and more memory safety)
Full Changelog: 0.0.4...0.0.5
v0.0.4-1
fix cd command,fix print command
Full Changelog: 0.0.4...0.0.4-1
v0.0.4
fix builtin command(list,alias,set) handle null input,fix signal problem
Full Changelog: 0.0.3...0.0.4
v0.0.3
fix builtin command
Full Changelog: 0.0.2...0.0.3
v0.0.2
add builtin command support
Full Changelog: 0.0.1...0.0.2
v0.0.1
add |, && support
Full Changelog: 0.0.0...0.0.1
v0.0.0
Basic shell functionality implemented (without built-in commands and pipe)
Full Changelog: https://github.com/fcanlnony/fshell2/commits/0.0.0