Skip to content

Releases: fcanlnony/fshell2

v0.0.8

23 Nov 10:16

Choose a tag to compare

fix some bug
Full Changelog: 0.0.7...0.0.8

v0.0.7

30 Jan 11:58

Choose a tag to compare

  • 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

10 Jan 10:48

Choose a tag to compare

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

03 Nov 15:12

Choose a tag to compare

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

01 Nov 08:52

Choose a tag to compare

fix cd command,fix print command

Full Changelog: 0.0.4...0.0.4-1

v0.0.4

26 Oct 15:37

Choose a tag to compare

fix builtin command(list,alias,set) handle null input,fix signal problem

Full Changelog: 0.0.3...0.0.4

v0.0.3

23 Oct 04:27

Choose a tag to compare

fix builtin command

Full Changelog: 0.0.2...0.0.3

v0.0.2

09 Oct 04:27

Choose a tag to compare

add builtin command support

Full Changelog: 0.0.1...0.0.2

v0.0.1

24 Sep 13:19

Choose a tag to compare

add |, && support

Full Changelog: 0.0.0...0.0.1

v0.0.0

12 Sep 15:03

Choose a tag to compare

Basic shell functionality implemented (without built-in commands and pipe)

Full Changelog: https://github.com/fcanlnony/fshell2/commits/0.0.0